r48120 - in /desktop/unstable/nautilus/debian: changelog control control.in rules
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Sun Apr 17 15:31:45 UTC 2016
Author: biebl
Date: Sun Apr 17 15:31:45 2016
New Revision: 48120
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=48120
Log:
* Drop nautilus-dbg package now that we have automatic dbgsym packages.
* Ensure proper upgrade from nautilus-dbg to new dbgsym packages by using
dh_strip --dbgsym-migration. Bump Build-Depends on debhelper accordingly.
Modified:
desktop/unstable/nautilus/debian/changelog
desktop/unstable/nautilus/debian/control
desktop/unstable/nautilus/debian/control.in
desktop/unstable/nautilus/debian/rules
Modified: desktop/unstable/nautilus/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/nautilus/debian/changelog?rev=48120&op=diff
==============================================================================
--- desktop/unstable/nautilus/debian/changelog [utf-8] (original)
+++ desktop/unstable/nautilus/debian/changelog [utf-8] Sun Apr 17 15:31:45 2016
@@ -1,6 +1,9 @@
nautilus (3.20.0-1) UNRELEASED; urgency=medium
* New upstream release.
+ * Drop nautilus-dbg package now that we have automatic dbgsym packages.
+ * Ensure proper upgrade from nautilus-dbg to new dbgsym packages by using
+ dh_strip --dbgsym-migration. Bump Build-Depends on debhelper accordingly.
-- Michael Biebl <biebl at debian.org> Sun, 17 Apr 2016 17:19:45 +0200
Modified: desktop/unstable/nautilus/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/nautilus/debian/control?rev=48120&op=diff
==============================================================================
--- desktop/unstable/nautilus/debian/control [utf-8] (original)
+++ desktop/unstable/nautilus/debian/control [utf-8] Sun Apr 17 15:31:45 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>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>
-Build-Depends: debhelper (>= 9.20141010),
+Build-Depends: debhelper (>= 9.20160114),
dpkg-dev (>= 1.17.14),
dh-autoreconf,
cdbs (>= 0.4.90),
@@ -75,25 +75,6 @@
Several icon themes and components for viewing different kinds of files
are available in separate packages.
-Package: nautilus-dbg
-Section: debug
-Architecture: any
-Priority: extra
-Depends: nautilus (= ${binary:Version}),
- ${misc:Depends}
-Replaces: libnautilus-extension1-dbg
-Description: file manager and graphical shell for GNOME - debugging version
- Nautilus is the official file manager for the GNOME desktop. It allows
- one to browse directories, preview files and launch applications
- associated with them. It is also responsible for handling the icons on
- the GNOME desktop. It works on local and remote filesystems.
- .
- Several icon themes and components for viewing different kinds of files
- are available in separate packages.
- .
- This development package contains unstripped binaries compiled with
- debugging symbols needed by gdb.
-
Package: libnautilus-extension1a
Architecture: any
Section: libs
Modified: desktop/unstable/nautilus/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/nautilus/debian/control.in?rev=48120&op=diff
==============================================================================
--- desktop/unstable/nautilus/debian/control.in [utf-8] (original)
+++ desktop/unstable/nautilus/debian/control.in [utf-8] Sun Apr 17 15:31:45 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.20141010),
+Build-Depends: debhelper (>= 9.20160114),
dpkg-dev (>= 1.17.14),
dh-autoreconf,
cdbs (>= 0.4.90),
@@ -71,25 +71,6 @@
Several icon themes and components for viewing different kinds of files
are available in separate packages.
-Package: nautilus-dbg
-Section: debug
-Architecture: any
-Priority: extra
-Depends: nautilus (= ${binary:Version}),
- ${misc:Depends}
-Replaces: libnautilus-extension1-dbg
-Description: file manager and graphical shell for GNOME - debugging version
- Nautilus is the official file manager for the GNOME desktop. It allows
- one to browse directories, preview files and launch applications
- associated with them. It is also responsible for handling the icons on
- the GNOME desktop. It works on local and remote filesystems.
- .
- Several icon themes and components for viewing different kinds of files
- are available in separate packages.
- .
- This development package contains unstripped binaries compiled with
- debugging symbols needed by gdb.
-
Package: libnautilus-extension1a
Architecture: any
Section: libs
Modified: desktop/unstable/nautilus/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/nautilus/debian/rules?rev=48120&op=diff
==============================================================================
--- desktop/unstable/nautilus/debian/rules [utf-8] (original)
+++ desktop/unstable/nautilus/debian/rules [utf-8] Sun Apr 17 15:31:45 2016
@@ -23,4 +23,6 @@
DEB_DH_MAKESHLIBS_ARGS_libnautilus-extension1a += -V 'libnautilus-extension1a (>= 2.91)'
DEB_DH_MAKESHLIBS_ARGS_nautilus += -Xusr/lib/nautilus/extensions-3.0/
+DEB_DH_STRIP_ARGS = --dbgsym-migration='nautilus-dbg (<< 3.20.0-1~)'
+
common-binary-post-install-arch:: list-missing
More information about the pkg-gnome-commits
mailing list