[caja] 01/01: debian/control rules: Don't build dbg:packages anymore. See https://wiki.debian.org/AutomaticDebugPackages.

Vangelis Mouhtsis gnugr-guest at moszumanska.debian.org
Sun May 29 18:39:36 UTC 2016


This is an automated email from the git hooks/post-receive script.

gnugr-guest pushed a commit to branch master
in repository caja.

commit 2be346408281e1ba7ed576ee3eeadc87ace78536
Author: Vangelis Mouhtsis <vangelis at gnugr.org>
Date:   Sun May 29 16:58:43 2016 +0300

    debian/control rules: Don't build dbg:packages anymore. See https://wiki.debian.org/AutomaticDebugPackages.
---
 debian/control | 37 -------------------------------------
 debian/rules   |  4 ++--
 2 files changed, 2 insertions(+), 39 deletions(-)

diff --git a/debian/control b/debian/control
index fa3b39a..4f44bcb 100644
--- a/debian/control
+++ b/debian/control
@@ -138,40 +138,3 @@ Description: GObject introspection data for Caja
  It can be used by packages using the GIRepository format to generate
  dynamic bindings.
 
-Package: caja-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Multi-Arch: foreign
-Depends: caja (= ${binary:Version}),
-         ${misc:Depends},
-Description: file manager for the MATE desktop (debugging symbols)
- Caja is the official file manager for the MATE 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 MATE
- desktop. It works on local and remote filesystems.
- .
- This package contains debugging symbols for Caja.
- .
- The debugging symbols are installed in /usr/lib/debug and will
- automatically be used by gdb.
-
-Package: libcaja-extension1-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Multi-Arch: same
-Pre-Depends: ${misc:Pre-Depends},
-Depends: libcaja-extension1 (= ${binary:Version}),
-         ${misc:Depends},
-Description: libraries for Caja components (debugging symbols)
- Caja is the official file manager for the MATE 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 MATE
- desktop. It works on local and remote filesystems.
- .
- This package contains debugging symbols for Caja's extension
- libraries.
- .
- The debugging symbols are installed in /usr/lib/debug and will
- automatically be used by gdb.
diff --git a/debian/rules b/debian/rules
index 8d844c2..e4248c8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,8 +33,8 @@ override_dh_auto_test:
 	DEB_BUILD_OPTIONS=nocheck dh_auto_test
 
 override_dh_strip:
-	dh_strip -pcaja --dbg-package=caja-dbg
-	dh_strip -plibcaja-extension1 --dbg-package=libcaja-extension1-dbg
+	dh_strip -pcaja --dbgsym-migration='caja-dbg (<< 1.14.1-2~)'
+	dh_strip -plibcaja-extension1 --dbgsym-migration='libcaja-extension1-dbg (<< 1.14.1-2~)'
 
 get-orig-source:
 	uscan --noconf --force-download --rename --download-current-version --destdir=..

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/caja.git



More information about the pkg-mate-commits mailing list