r48474 - in /desktop/unstable/pygobject/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue May 3 21:19:58 UTC 2016


Author: biebl
Date: Tue May  3 21:19:58 2016
New Revision: 48474

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=48474
Log:
Do not create automatic dbgsym packages as we already build specialised
dbg packages.

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

Modified: desktop/unstable/pygobject/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygobject/debian/changelog?rev=48474&op=diff
==============================================================================
--- desktop/unstable/pygobject/debian/changelog	[utf-8] (original)
+++ desktop/unstable/pygobject/debian/changelog	[utf-8] Tue May  3 21:19:58 2016
@@ -3,6 +3,8 @@
   * New upstream release.
   * Drop debian/patches/git_fix_test_build.patch, merged upstream.
   * Bump Standards-Version to 3.9.8.
+  * Do not create automatic dbgsym packages as we already build specialised
+    dbg packages.
 
  -- Michael Biebl <biebl at debian.org>  Wed, 27 Apr 2016 14:49:54 +0200
 

Modified: desktop/unstable/pygobject/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygobject/debian/rules?rev=48474&op=diff
==============================================================================
--- desktop/unstable/pygobject/debian/rules	[utf-8] (original)
+++ desktop/unstable/pygobject/debian/rules	[utf-8] Tue May  3 21:19:58 2016
@@ -73,7 +73,7 @@
 	dh_strip -ppython-gi --dbg-package=python-gi-dbg
 	dh_strip -ppython-gi-cairo --dbg-package=python-gi-dbg
 	dh_strip -ppython3-gi --dbg-package=python3-gi-dbg
-	dh_strip -a --remaining-packages
+	dh_strip -a --remaining-packages --no-automatic-dbgsym
 
 override_dh_makeshlibs-arch:
 	dh_makeshlibs -ppython-gi  -V'python-gi (>= 3.4)'




More information about the pkg-gnome-commits mailing list