[SCM] gwc/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 14:10:40 UTC 2016
The following commit has been merged in the master branch:
commit e4e949ce9f67b23d44a6ad532eff8d19a8ac05d0
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Thu Dec 29 14:54:32 2016 +0100
Drop dbg package in favour of dbgsym.
diff --git a/debian/control b/debian/control
index ac2bd69..c56b7a5 100644
--- a/debian/control
+++ b/debian/control
@@ -30,19 +30,3 @@ Description: Audio file denoiser
commonly used when translating your old vinyl or old tapes to
a digital format, but it can be applied to every soundfile that
has a more or less constant noise level.
-
-Package: gwc-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends:
- gwc (= ${binary:Version}),
- ${misc:Depends}
-Description: Audio file denoiser (debug)
- The GNOME Wave Cleaner (gwc) is an application that helps you in
- getting rid of noise and clicks in audio files. This is most
- commonly used when translating your old vinyl or old tapes to
- a digital format, but it can be applied to every soundfile that
- has a more or less constant noise level.
- .
- This package contains the debugging symbols.
diff --git a/debian/rules b/debian/rules
index 7b83060..a34db44 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,11 +24,8 @@ override_dh_auto_clean:
rm -f meschach/config.cache
override_dh_auto_install:
- dh_auto_install
+ dh_auto_install --destdir=debian/tmp
rm -fR $(CURDIR)/debian/tmp/usr/tmp
-override_dh_strip:
- dh_strip --dbg-package=gwc-dbg
-
get-orig-source:
uscan --force-download
--
gwc packaging
More information about the pkg-multimedia-commits
mailing list