[SCM] brp-pacu/master: Drop dbg package in favour of dbgsym.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Thu Dec 29 13:28:52 UTC 2016


The following commit has been merged in the master branch:
commit ecde7cae5e9896d00591558041e42c43ec14abbd
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Thu Dec 29 14:21:54 2016 +0100

    Drop dbg package in favour of dbgsym.

diff --git a/debian/control b/debian/control
index 1380454..903ed23 100644
--- a/debian/control
+++ b/debian/control
@@ -27,17 +27,3 @@ Description: audio analysis tool
  Brp-pacu compares the output of the system to the input of the system
  and allows you to use this data to perform final equalization by matching
  the results with actual DSP/EQ.
-
-Package: brp-pacu-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends:
- brp-pacu (= ${binary:Version}),
- ${misc:Depends}
-Description: audio analysis tool (debug)
- Brp-pacu compares the output of the system to the input of the system
- and allows you to use this data to perform final equalization by matching
- the results with actual DSP/EQ.
- .
- This package contains the debugging symbols.
diff --git a/debian/rules b/debian/rules
index 0774a34..6b638ea 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,8 +9,5 @@ LDFLAGS+=-Wl,--as-needed
 	dh $@
 
 override_dh_auto_install:
-	dh_auto_install
+	dh_auto_install --destdir=debian/tmp
 	rm -fR $(CURDIR)/debian/tmp/usr/include
-
-override_dh_strip:
-	dh_strip --dbg-package=brp-pacu-dbg

-- 
brp-pacu packaging



More information about the pkg-multimedia-commits mailing list