r17979 - in /desktop/experimental/pygobject/debian: changelog rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Thu Dec 25 16:23:19 UTC 2008


Author: lool
Date: Thu Dec 25 16:23:18 2008
New Revision: 17979

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=17979
Log:
Call dh_* -s instead of -a in binary-arch.

Modified:
    desktop/experimental/pygobject/debian/changelog
    desktop/experimental/pygobject/debian/rules

Modified: desktop/experimental/pygobject/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pygobject/debian/changelog?rev=17979&op=diff
==============================================================================
--- desktop/experimental/pygobject/debian/changelog (original)
+++ desktop/experimental/pygobject/debian/changelog Thu Dec 25 16:23:18 2008
@@ -8,6 +8,7 @@
     config.guess and .sub after unpatching.  This avoids config.guess and .sub
     in the diff, and allows control over fully working and fully patched
     trees.
+  * Call dh_* -s instead of -a in binary-arch.
 
  -- Loic Minier <lool at dooz.org>  Fri, 19 Dec 2008 15:02:47 +0100
 

Modified: desktop/experimental/pygobject/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pygobject/debian/rules?rev=17979&op=diff
==============================================================================
--- desktop/experimental/pygobject/debian/rules (original)
+++ desktop/experimental/pygobject/debian/rules Thu Dec 25 16:23:18 2008
@@ -135,23 +135,23 @@
 binary-arch: build install
 	dh_testdir
 	dh_testroot
-	dh_installdocs -a
-	dh_installexamples -a
-	dh_installchangelogs ChangeLog -a
+	dh_installdocs -s
+	dh_installexamples -s
+	dh_installchangelogs -s ChangeLog
 	dh_strip -ppython-gobject --dbg-package=python-gobject-dbg
 	rm -rf debian/python-gobject-dbg/usr/share/doc/python-gobject-dbg
 	ln -sf python-gobject debian/python-gobject-dbg/usr/share/doc/python-gobject-dbg
-	dh_link -a
-	dh_compress -a -X.py
-	dh_fixperms -a
-	dh_pysupport -a
-	dh_makeshlibs -ppython-gobject -V'python-gobject (>= 2.15.2)'
+	dh_link -s
+	dh_compress -s -X.py
+	dh_fixperms -s
+	dh_pysupport -s
+	dh_makeshlibs -ppython-gobject     -V'python-gobject (>= 2.15.2)'
 	dh_makeshlibs -ppython-gobject-dbg -V'python-gobject-dbg (>= 2.15.2)'
-	dh_installdeb -a
-	dh_shlibdeps -a
-	dh_gencontrol -a
-	dh_md5sums -a
-	dh_builddeb -a
+	dh_installdeb -s
+	dh_shlibdeps -s
+	dh_gencontrol -s
+	dh_md5sums -s
+	dh_builddeb -s
 
 binary: binary-arch binary-indep
 .PHONY: patch unpatch build clean binary-indep binary-arch binary build install




More information about the pkg-gnome-commits mailing list