[SCM] projectm packaging branch, master, updated. upstream/2.0.1+dfsg-40-gf73fc8b
ximion-guest at users.alioth.debian.org
ximion-guest at users.alioth.debian.org
Sun Jun 27 20:56:09 UTC 2010
The following commit has been merged in the master branch:
commit f73fc8bbd51dc7e15cd4f773dcb772b7ea453eab
Author: Matthias Klumpp <matthias at nlinux.org>
Date: Sun Jun 27 22:55:58 2010 +0200
Build package with debugging symbols for all modules
diff --git a/debian/control b/debian/control
index 1b0c2a3..3d7be9b 100644
--- a/debian/control
+++ b/debian/control
@@ -98,15 +98,16 @@ Description: projectM PulseAudio module
.
This package contains an application to visualize PulseAudio streams.
-Package: projectm-pulseaudio-dbg
+Package: projectm-dbg
Architecture: any
Section: debug
Priority: extra
-Depends: ${misc:Depends}, projectm-pulseaudio (= ${binary:Version})
-Description: Debugging symbols for projectM-pulseaudio
+Depends: ${misc:Depends}, libprojectm2 (= ${binary:Version})
+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.
- projectM-pulseaudio is an application to visualize PulseAudio streams.
.
- This package contains the debugging symbols for projectM-pulseaudio.
+ Most people will not need this package.
diff --git a/debian/rules b/debian/rules
index 3c1a1af..0523ceb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,16 +9,15 @@ DEB_CMAKE_OPTIONS ?= -DCMAKE_VERBOSE_MAKEFILE=ON \
BUILD_DIR=$(CURDIR)/src/build
-.PHONY: build override_dh_strip
-%:
- dh $@
-build:
+%:
dh $@
+
+.PHONY: override_dh_strip
override_dh_auto_clean:
[ ! -f $(BUILD_DIR) ] || $(MAKE) --directory=$(BUILD_DIR) clean
- [ ! -f $(BUILD_DIR) ] || rm -rf $(BUILD_DIR)
+ rm -rf $(BUILD_DIR)
# "Make clean" forgets these files
rm -f $(CURDIR)/src/libprojectM/libprojectM.pc
@@ -37,7 +36,7 @@ override_dh_auto_install:
$(MAKE) --directory=$(BUILD_DIR) install DESTDIR=$(CURDIR)/debian/tmp
override_dh_strip:
- dh_strip --dbg-package=projectm-pulseaudio-dbg
+ dh_strip --dbg-package=projectm-dbg
upstream:
rm -rf $(CURDIR)/src/WinLibs
--
projectm packaging
More information about the pkg-multimedia-commits
mailing list