* Fix some probably harmless typos.

This commit is contained in:
Loïc Minier
2006-09-27 19:21:27 +00:00
parent b336a55b87
commit 5cb410d032
2 changed files with 8 additions and 2 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
gtk+2.0 (2.10.4-3) UNRELEASED; urgency=low
* Fix some probably harmless typos.
-- Loic Minier <lool@dooz.org> Wed, 27 Sep 2006 21:21:05 +0200
gtk+2.0 (2.10.4-2) experimental; urgency=low
* Fail if dh_gtkmodules called query helpers on module files, but no module

4
debian/rules vendored
View File

@ -12,7 +12,7 @@ uploaders := $(shell grep -vF '$(maintainer)' $(TEAM_LIST))
STAMP_DIR := debian/stampdir
PATCH_DIR=debian/patches
PATCH_DIR := debian/patches
# These are used for cross-compiling and for saving the configure script
# from having to guess our platform (since we know it already)
@ -92,7 +92,7 @@ common_configure_flags := \
ifeq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
common_configure_flags += --build=$(DEB_BUILD_GNU_TYPE)
else
common_configure_flags += --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE)
common_configure_flags += --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE)
endif
shared_configure_flags := $(common_configure_flags) \
--with-xinput=yes \