[python-caja] 01/01: debian/control rules: dbgsym: Don't build dbg:packages anymore. See https://wiki.debian.org/AutomaticDebugPackages.
Vangelis Mouhtsis
gnugr-guest at moszumanska.debian.org
Mon May 30 16:14:04 UTC 2016
This is an automated email from the git hooks/post-receive script.
gnugr-guest pushed a commit to branch master
in repository python-caja.
commit b88e6c03cb617f709455a0905a0a5ce66b9ff9ee
Author: Vangelis Mouhtsis <vangelis at gnugr.org>
Date: Mon May 30 19:13:55 2016 +0300
debian/control rules: dbgsym: Don't build dbg:packages anymore. See https://wiki.debian.org/AutomaticDebugPackages.
---
debian/control | 21 +--------------------
debian/rules | 2 +-
2 files changed, 2 insertions(+), 21 deletions(-)
diff --git a/debian/control b/debian/control
index 16d4cd6..e487b04 100644
--- a/debian/control
+++ b/debian/control
@@ -54,23 +54,4 @@ Description: Python binding for Caja components (common files)
.
This package contains the architecture independent files.
-Package: python-caja-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: python-caja (= ${binary:Version}),
- ${misc:Depends},
-Description: Python binding 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.
- .
- The Python binding for Caja allows one to write Caja property page
- and menu item extensions in Python.
- .
- This package contains debugging symbols for python-caja. It is
- provided to help debugging problems.
- .
- 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 29d19a7..0067bc3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,7 @@ override_dh_auto_configure:
--enable-gtk-doc
override_dh_strip:
- dh_strip --dbg-package=python-caja-dbg
+ dh_strip --dbgsym-migration='python-caja-dbg (<< 1.14.0-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/python-caja.git
More information about the pkg-mate-commits
mailing list