r25591 - /desktop/experimental/gtk+3.0/debian/rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Tue Nov 16 09:32:28 UTC 2010


Author: pochu
Date: Tue Nov 16 09:32:25 2010
New Revision: 25591

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=25591
Log:
don't fix bugs at 5am...

Modified:
    desktop/experimental/gtk+3.0/debian/rules

Modified: desktop/experimental/gtk+3.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B3.0/debian/rules?rev=25591&op=diff
==============================================================================
--- desktop/experimental/gtk+3.0/debian/rules [utf-8] (original)
+++ desktop/experimental/gtk+3.0/debian/rules [utf-8] Tue Nov 16 09:32:25 2010
@@ -271,10 +271,10 @@
 	# do not merge the calls: dh_installdocs will only install some files
 	# in the first package
 	dh_installdocs -p$(COMMON_PKG) $(DH_INSTALLDOCS_FILES)
-	dh_installdocs -p$(DOC_PKG) -X.in $(DH_INSTALLDOCS_FILES)
+	dh_installdocs -p$(DOC_PKG) $(DH_INSTALLDOCS_FILES)
 	# install copyright in all packages; the -p is for the special behavior
 	# of dh_installdocs (ship README.Debian etc. in the first package)
-	dh_installdocs -p$(COMMON_PKG) -i
+	dh_installdocs -p$(COMMON_PKG) -i -X.in
 	dh_installman -i
 	dh_link -i
 	dh_compress -i -X.sgml -X.devhelp




More information about the pkg-gnome-commits mailing list