[SCM] projectm/master: Stop building debug package: We have automatic dbgsym packages now
mak at users.alioth.debian.org
mak at users.alioth.debian.org
Thu Jul 28 21:11:48 UTC 2016
The following commit has been merged in the master branch:
commit 0fbc7880430887deda7997089fe3d0f5bb4cda2e
Author: Matthias Klumpp <mak at debian.org>
Date: Thu Jul 28 23:11:09 2016 +0200
Stop building debug package: We have automatic dbgsym packages now
diff --git a/debian/control b/debian/control
index f3dc034..fa4bcfe 100644
--- a/debian/control
+++ b/debian/control
@@ -131,18 +131,3 @@ Description: projectM PulseAudio module
presets.
.
This package contains an application to visualize PulseAudio streams.
-
-Package: projectm-dbg
-Architecture: any
-Section: debug
-Priority: extra
-Depends: libprojectm2v5 (= ${binary:Version}),
- ${misc:Depends}
-Description: Debugging symbols for projectM
- This package includes debugging symbols for all projectM
- libraries and applications.
- projectM is an iterative music visualization library which uses
- OpenGL for hardware acceleration. It is compatible with Milkdrop
- presets.
- .
- Most people will not need this package.
diff --git a/debian/rules b/debian/rules
index 25c4d3a..9a495cd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,6 @@ BUILDDIR = $(SRCDIR)/build
%:
dh $@ --list-missing --sourcedirectory=$(SRCDIR) --builddirectory=$(BUILDDIR)
-.PHONY: override_dh_strip
override_dh_auto_clean:
dh_auto_clean
@@ -28,6 +27,3 @@ override_dh_auto_configure:
override_dh_auto_install:
dh_auto_install --destdir=$(INSTALLDIR)
-
-override_dh_strip:
- dh_strip --dbg-package=projectm-dbg
--
projectm packaging
More information about the pkg-multimedia-commits
mailing list