[caja-actions] 06/15: debian/{control, rules}: Don't build dbg:packages anymore. See https://wiki.debian.org/AutomaticDebugPackages.

Mike Gabriel sunweaver at debian.org
Thu Oct 13 11:29:40 UTC 2016


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

sunweaver pushed a commit to branch master
in repository caja-actions.

commit 5eecda88a69b5ff4dcf594a3c93f0489eb7267c0
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed Oct 12 13:40:32 2016 +0200

    debian/{control,rules}: Don't build dbg:packages anymore. See https://wiki.debian.org/AutomaticDebugPackages.
---
 debian/control | 17 -----------------
 debian/rules   |  2 +-
 2 files changed, 1 insertion(+), 18 deletions(-)

diff --git a/debian/control b/debian/control
index d1c9d54..4a21324 100644
--- a/debian/control
+++ b/debian/control
@@ -63,20 +63,3 @@ Description: Caja extension to create custom actions (development files)
  .
  This package contains the development files for the libraries needed
  by Caja's extensions.
-
-Package: caja-actions-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: ${misc:Depends},
-         caja-actions (= ${binary:Version}),
-Description: Caja extension to create custom actions (debugging symbols)
- Caja-actions is an extension for Caja file manager which allows the user to
- add arbitrary program to be launched through the Caja file manager popup
- menu of selected files.
- .
- This package contains debugging symbols for Caja Actions
- .
- 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 34ab0cb..c741006 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,7 @@ override_dh_auto_configure:
 	        --enable-html-manuals
 
 override_dh_strip:
-	dh_strip -pcaja-actions --dbg-package=caja-actions-dbg
+	dh_strip --package=caja-actions --dbgsym-migration='caja-actions-dbg (<< 1.8.1-1)'
 
 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-actions.git



More information about the pkg-mate-commits mailing list