r37628 - in /desktop/unstable/gtk+2.0/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue May 7 15:37:42 UTC 2013


Author: biebl
Date: Tue May  7 15:37:42 2013
New Revision: 37628

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=37628
Log:
Don't install the doc-base.in file for libgtk2.0-doc.

Modified:
    desktop/unstable/gtk+2.0/debian/changelog
    desktop/unstable/gtk+2.0/debian/rules

Modified: desktop/unstable/gtk+2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/changelog?rev=37628&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/changelog [utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/changelog [utf-8] Tue May  7 15:37:42 2013
@@ -2,6 +2,7 @@
 
   * Upload to unstable.
   * Drop the unused opt flavor.
+  * Don't install the doc-base.in file for libgtk2.0-doc.
 
  -- Michael Biebl <biebl at debian.org>  Tue, 07 May 2013 07:08:06 +0200
 

Modified: desktop/unstable/gtk+2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/rules?rev=37628&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/rules [utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/rules [utf-8] Tue May  7 15:37:42 2013
@@ -255,7 +255,7 @@
 	# 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) $(DH_INSTALLDOCS_FILES)
+	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




More information about the pkg-gnome-commits mailing list