r37629 - /desktop/unstable/gtk+2.0/debian/rules
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Tue May 7 16:43:16 UTC 2013
Author: biebl
Date: Tue May 7 16:43:15 2013
New Revision: 37629
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=37629
Log:
dh_installdocs -p$(COMMON_PKG) -i also acts on libgtk2.0-doc, so add -X.in here, too.
Modified:
desktop/unstable/gtk+2.0/debian/rules
Modified: desktop/unstable/gtk+2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/rules?rev=37629&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/rules [utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/rules [utf-8] Tue May 7 16:43:15 2013
@@ -258,7 +258,7 @@
dh_installdocs -p$(DOC_PKG) -X.in $(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) -X.in -i
dh_installman -i
dh_link -i
dh_compress -i -X.sgml -X.devhelp
More information about the pkg-gnome-commits
mailing list