[libmateweather] 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 09:24:35 UTC 2016
This is an automated email from the git hooks/post-receive script.
gnugr-guest pushed a commit to branch master
in repository libmateweather.
commit c7b4d8a97ef4d9a75e24da829a86d3575e794848
Author: Vangelis Mouhtsis <vangelis at gnugr.org>
Date: Mon May 30 12:24:26 2016 +0300
debian/control rules: dbgsym: 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 5adb8b4..a33824a 100644
--- a/debian/control
+++ b/debian/control
@@ -70,20 +70,3 @@ Description: MateWeather shared library (development files)
.
This package contains the development files.
-Package: libmateweather1-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Multi-Arch: same
-Provides: libmateweather-dbg,
-Breaks: libmateweather-dbg,
-Replaces: libmateweather-dbg,
-Depends: libmateweather1 (= ${binary:Version}),
- ${misc:Depends},
-Description: MateWeather shared library (debugging symbols)
- libmateweather is a library to access weather information from online
- services for numerous locations.
- .
- This package contains the debugging symbols for the libmateweather library.
- They are installed into /usr/lib/debug and will automatically be used
- by gdb.
diff --git a/debian/rules b/debian/rules
index 7bf97ec..256ea8d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,7 @@ override_dh_auto_configure:
--with-gtk=3.0
override_dh_strip:
- dh_strip -plibmateweather1 --dbg-package=libmateweather1-dbg
+ dh_strip -plibmateweather1 --dbgsym-migration='libmateweather1-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/libmateweather.git
More information about the pkg-mate-commits
mailing list