[SCM] ardour Debian packaging branch, master, updated. debian/2.8.6-1-15-g8216352
js at users.alioth.debian.org
js at users.alioth.debian.org
Sun May 16 15:37:58 UTC 2010
The following commit has been merged in the master branch:
commit 6059018b04df09d2267c0f13cdd554404b00a674
Author: Jonas Smedegaard <dr at jones.dk>
Date: Sun May 16 17:21:17 2010 +0200
Let CDBS handle dh-buildinfo.
diff --git a/debian/control.in b/debian/control.in
index 14b6279..1b30df5 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -7,7 +7,6 @@ Uploaders: Adrian Knoth <adi at drcomp.erfurt.thur.de>,
Jonas Smedegaard <dr at jones.dk>
Build-Depends: @cdbs@,
scons,
- dh-buildinfo,
libsigc++-2.0-dev,
libxml2-dev (>= 2.5.7),
libasound2-dev (>= 0.9.4),
diff --git a/debian/rules b/debian/rules
index 885ff92..0421dad 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,6 +16,7 @@ include /usr/share/cdbs/1/class/langcore.mk
include /usr/share/cdbs/1/rules/buildcore.mk
DEB_UPSTREAM_VERSION := $(shell echo $(DEB_VERSION) | sed 's/-[^-]*$$//')
DEB_UPSTREAM_TARBALL_VERSION := $(shell echo $(DEB_UPSTREAM_VERSION) | sed 's/+[^+]*$$//')
+include /usr/share/cdbs/1/rules/utils.mk
include /usr/share/cdbs/1/rules/debhelper.mk
DEB_CLEAN_EXCLUDE=debian/tmp
DEB_DESTDIR = $(CURDIR)/debian/tmp/
@@ -127,7 +128,3 @@ scons-clean::
rm -rf debian/ardour-dbg
rm -f gtk2_ardour/*.mo
-
-# after the directories are created but before dh_compress is run.
-common-binary-post-install-arch::
- dh_buildinfo
--
ardour Debian packaging
More information about the pkg-multimedia-commits
mailing list