[bamf] 10/14: debian/{control, rules}: Don't build dbg:packages anymore.

Mike Gabriel sunweaver at debian.org
Fri Oct 7 12:04:55 UTC 2016


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

sunweaver pushed a commit to branch master
in repository bamf.

commit e60b226453d3e38059571f3b78e317acb1a72c1c
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Oct 7 12:23:06 2016 +0200

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

diff --git a/debian/control b/debian/control
index ef5aa50..183a42f 100644
--- a/debian/control
+++ b/debian/control
@@ -82,45 +82,6 @@ Description: Window matching library - documentation
  .
  This package contains the Bamf documentation.
 
-Package: bamfdaemon-dbg
-Section: debug
-Architecture: any
-Priority: extra
-Breaks: bamf-dbg (<< 0.5.1-1~),
-Replaces: bamf-dbg (<< 0.5.1-1~),
-Depends: bamfdaemon (= ${binary:Version}),
-         libbamf3-dbg (= ${binary:Version}),
-         ${misc:Depends},
-         ${shlibs:Depends},
-Description: Window matching library - daemon debugging symbols
- Bamf matches application windows to desktop files. It removes the
- headache of applications matching into a simple DBus daemon and C
- wrapper library. It currently features application matching at amazing
- levels of accuracy (covering nearly every corner case).
- .
- This package contains the daemon used by the library and a GIO
- module that facilitates the matching of applications started
- through GDesktopAppInfo.
- .
- This package contains debugging symbols for the daemon.
-
-Package: libbamf3-dbg
-Section: debug
-Architecture: any
-Multi-Arch: same
-Priority: extra
-Breaks: bamf-dbg (<< 0.5.1-1~),
-Depends: libbamf3-2 (= ${binary:Version}),
-         ${misc:Depends},
-         ${shlibs:Depends},
-Description: Window matching library - shared library debugging symbols
- Bamf matches application windows to desktop files. It removes the
- headache of applications matching into a simple DBus daemon and C
- wrapper library. It currently features application matching at amazing
- levels of accuracy (covering nearly every corner case).
- .
- This package contains debugging symbols for the shared library.
-
 Package: gir1.2-bamf-3
 Section: introspection
 Architecture: any
diff --git a/debian/rules b/debian/rules
index e47c596..336417d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,8 +35,8 @@ override_dh_install:
 	dh_install --fail-missing
 
 override_dh_strip:
-	dh_strip --package=bamfdaemon --dbg-package=bamfdaemon-dbg
-	dh_strip --package=libbamf3-2 --dbg-package=libbamf3-dbg
+	dh_strip --package=bamfdaemon --dbgsym-migration='bamfdaemon-dbg (<< 0.5.3-1~)'
+	dh_strip --package=libbamf3-2 --dbgsym-migration='libbamf3-dbg (<< 0.5.3-1~)'
 
 override_dh_girepository:
 	dh_girepository -pgir1.2-bamf-3
@@ -47,4 +47,3 @@ get-orig-source: $(PKG)_$(VER)$(DTYPE).orig.tar.xz $(info I: $(PKG)_$(VER)$(DTYP
 $(PKG)_$(VER)$(DTYPE).orig.tar.xz:
 	@echo "# Downloading..."
 	uscan --noconf --verbose --rename --destdir=../ --check-dirname-level=0 --force-download --download-version $(VER) $(PKD)
-

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



More information about the pkg-mate-commits mailing list