* Fix some probably harmless typos.
This commit is contained in:
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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
4
debian/rules
vendored
@ -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 \
|
||||
|
Reference in New Issue
Block a user