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

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Sat Apr 12 12:01:09 UTC 2008


Author: slomo
Date: Sat Apr 12 12:01:08 2008
New Revision: 15631

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=15631
Log:
debian/rules:
+ Don't include the udeb in the debug package to get a working debug
package in case the udeb libraries differ from the real ones.

Modified:
    desktop/unstable/gtk+2.0/debian/changelog
    desktop/unstable/gtk+2.0/debian/control
    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=15631&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/changelog (original)
+++ desktop/unstable/gtk+2.0/debian/changelog Sat Apr 12 12:01:08 2008
@@ -1,12 +1,18 @@
-gtk+2.0 (2.12.9-3) UNRELEASED; urgency=low
-
+gtk+2.0 (2.12.9-3) unstable; urgency=low
+
+  [ Loic Minier ]
   * Refresh patches 009_gtk-export-filechooser,
     030_gtkentry_password-char-circle, 033_treeview_resizing,
     042_treeview_single-focus, 060_ignore-random-icons
   * Fix offsets in patch 095_gtk-im-module-setting; thanks Akira TAGOH;
     closes: #473699.
 
- -- Loic Minier <lool at dooz.org>  Tue, 01 Apr 2008 11:10:59 +0200
+  [ Sebastian Dröge ]
+  * debian/rules:
+    + Don't include the udeb in the debug package to get a working debug
+      package in case the udeb libraries differ from the real ones.
+
+ -- Sebastian Dröge <slomo at debian.org>  Sat, 12 Apr 2008 14:00:22 +0200
 
 gtk+2.0 (2.12.9-2) unstable; urgency=low
 

Modified: desktop/unstable/gtk+2.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/control?rev=15631&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/control (original)
+++ desktop/unstable/gtk+2.0/debian/control Sat Apr 12 12:01:08 2008
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Sebastien Bacher <seb128 at debian.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Josselin Mouette <joss at debian.org>, Loic Minier <lool at dooz.org>, Sebastian Dröge <slomo at debian.org>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Loic Minier <lool at dooz.org>, Sebastian Dröge <slomo at debian.org>
 Build-Depends: debhelper (>= 5.0.22),
                gettext,
                pkg-config,

Modified: desktop/unstable/gtk+2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/rules?rev=15631&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/rules (original)
+++ desktop/unstable/gtk+2.0/debian/rules Sat Apr 12 12:01:08 2008
@@ -311,7 +311,8 @@
 			-p$(UDEB_PKG)
 	dh_installexamples -s
 	dh_link -s
-	dh_strip -s --dbg-package=$(DEBUG_PKG)
+	dh_strip -s --dbg-package=$(DEBUG_PKG) -N$(UDEB_PKG)
+	dh_strip -s -p$(UDEB_PKG)
 	dh_compress -s
 	dh_fixperms -s -Xusr/lib/$(SHARED_PKG)
 	dh_makeshlibs -p$(SHARED_PKG) \




More information about the pkg-gnome-commits mailing list