r48994 - in /desktop/unstable/gnome-shell/debian: changelog rules

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Fri Jun 3 22:19:21 UTC 2016


Author: jbicha-guest
Date: Fri Jun  3 22:19:21 2016
New Revision: 48994

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=48994
Log:
debian/rules: Add --dbgsym-migration rule (LP: #1588806)

Modified:
    desktop/unstable/gnome-shell/debian/changelog
    desktop/unstable/gnome-shell/debian/rules

Modified: desktop/unstable/gnome-shell/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-shell/debian/changelog?rev=48994&op=diff
==============================================================================
--- desktop/unstable/gnome-shell/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-shell/debian/changelog	[utf-8] Fri Jun  3 22:19:21 2016
@@ -1,8 +1,12 @@
 gnome-shell (3.20.2-2) UNRELEASED; urgency=medium
 
+  [ Laurent Bigonville ]
   * debian/control.in: Drop gnome-icon-theme-symbolic from the dependencies,
     do not force an icon theme and rely on the one installed by the
     metapackages
+
+  [ Jeremy Bicha ]
+  * debian/rules: Add --dbgsym-migration rule (LP: #1588806)
 
  -- Laurent Bigonville <bigon at debian.org>  Fri, 20 May 2016 22:21:00 +0200
 

Modified: desktop/unstable/gnome-shell/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-shell/debian/rules?rev=48994&op=diff
==============================================================================
--- desktop/unstable/gnome-shell/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-shell/debian/rules	[utf-8] Fri Jun  3 22:19:21 2016
@@ -32,5 +32,7 @@
 		/usr/lib/gnome-shell
 	find debian/$(cdbs_curpkg) -name '*.la' -exec rm -f '{}' ';'
 
+DEB_DH_STRIP_ARGS = --dbgsym-migration='gnome-shell-dbg (<< 3.20.2-2~)'
+
 # List any files which are not installed
 common-binary-post-install-arch:: list-missing




More information about the pkg-gnome-commits mailing list