r49033 - in /desktop/unstable/gnome-menus/debian: changelog control control.in rules
bigon at users.alioth.debian.org
bigon at users.alioth.debian.org
Sun Jun 5 11:30:21 UTC 2016
Author: bigon
Date: Sun Jun 5 11:30:21 2016
New Revision: 49033
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=49033
Log:
Drop -dbg package and rely on automatically built -dbgsym one
Modified:
desktop/unstable/gnome-menus/debian/changelog
desktop/unstable/gnome-menus/debian/control
desktop/unstable/gnome-menus/debian/control.in
desktop/unstable/gnome-menus/debian/rules
Modified: desktop/unstable/gnome-menus/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-menus/debian/changelog?rev=49033&op=diff
==============================================================================
--- desktop/unstable/gnome-menus/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-menus/debian/changelog [utf-8] Sun Jun 5 11:30:21 2016
@@ -11,8 +11,9 @@
- Drop all the xscreensaver .desktop files, except
xscreensaver-properties.desktop as they all have a OnlyShowIn=MATE key
now, see #774539
-
- -- Laurent Bigonville <bigon at debian.org> Mon, 23 May 2016 18:28:36 +0200
+ * Drop -dbg package and rely on automatically built -dbgsym one
+
+ -- Laurent Bigonville <bigon at debian.org> Sun, 05 Jun 2016 13:28:58 +0200
gnome-menus (3.13.3-7) unstable; urgency=medium
Modified: desktop/unstable/gnome-menus/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-menus/debian/control?rev=49033&op=diff
==============================================================================
--- desktop/unstable/gnome-menus/debian/control [utf-8] (original)
+++ desktop/unstable/gnome-menus/debian/control [utf-8] Sun Jun 5 11:30:21 2016
@@ -7,7 +7,7 @@
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
Uploaders: Andreas Henriksson <andreas at fatal.se>, Emilio Pozuelo Monfort <pochu at debian.org>, Josselin Mouette <joss at debian.org>, Laurent Bigonville <bigon at debian.org>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 9.20160114~),
cdbs (>= 0.4.73),
libglib2.0-dev (>= 2.30.0),
gnome-pkg-tools,
@@ -53,23 +53,6 @@
.
This package contains the shared library.
-Package: libgnome-menu-3-0-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: libgnome-menu-3-0 (= ${binary:Version}),
- ${misc:Depends}
-Description: GNOME implementation of the freedesktop menu specification
- The package contains an implementation of the draft
- "Desktop Menu Specification" from freedesktop.org:
- .
- http://www.freedesktop.org/Standards/menu-spec
- .
- Also contained here are the GNOME menu layout configuration files, .directory
- files and assorted menu related utility programs.
- .
- This package contains debugging symbols.
-
Package: libgnome-menu-3-dev
Architecture: any
Section: libdevel
Modified: desktop/unstable/gnome-menus/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-menus/debian/control.in?rev=49033&op=diff
==============================================================================
--- desktop/unstable/gnome-menus/debian/control.in [utf-8] (original)
+++ desktop/unstable/gnome-menus/debian/control.in [utf-8] Sun Jun 5 11:30:21 2016
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
Uploaders: @GNOME_TEAM@
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 9.20160114~),
cdbs (>= 0.4.73),
libglib2.0-dev (>= 2.30.0),
gnome-pkg-tools,
@@ -49,23 +49,6 @@
.
This package contains the shared library.
-Package: libgnome-menu-3-0-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: libgnome-menu-3-0 (= ${binary:Version}),
- ${misc:Depends}
-Description: GNOME implementation of the freedesktop menu specification
- The package contains an implementation of the draft
- "Desktop Menu Specification" from freedesktop.org:
- .
- http://www.freedesktop.org/Standards/menu-spec
- .
- Also contained here are the GNOME menu layout configuration files, .directory
- files and assorted menu related utility programs.
- .
- This package contains debugging symbols.
-
Package: libgnome-menu-3-dev
Architecture: any
Section: libdevel
Modified: desktop/unstable/gnome-menus/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-menus/debian/rules?rev=49033&op=diff
==============================================================================
--- desktop/unstable/gnome-menus/debian/rules [utf-8] (original)
+++ desktop/unstable/gnome-menus/debian/rules [utf-8] Sun Jun 5 11:30:21 2016
@@ -10,6 +10,8 @@
INFILES := $(wildcard debian/desktop-files/*.directory.in)
OUTFILES := $(INFILES:.directory.in=.directory)
+
+DEB_DH_STRIP_ARGS_libgnome-menu-3-0 := --dbgsym-migration='libgnome-menu-3-0-dbg (<< 3.13.3-8~)'
%.directory: %.directory.in
intltool-merge -d debian/po-up $< $@
More information about the pkg-gnome-commits
mailing list