[SCM] Debian packaging for jack-audio-connection-kit branch, master.jackd2, updated. debian/1.9.4+svn3842-2-21-g31c0b99

js at users.alioth.debian.org js at users.alioth.debian.org
Tue Feb 16 06:45:23 UTC 2010


The following commit has been merged in the master.jackd2 branch:
commit f2e46e6979a4646bf1993b5fdf36824dfe4dff5b
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Feb 16 07:28:49 2010 +0100

    Implement DEB_MAINTAINER_MODE to semi-autoupdate control file (and more in the future).

diff --git a/debian/rules b/debian/rules
index 3c98a57..c18198f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,9 @@
 #!/usr/bin/make -f
 
+ifneq (,$(DEB_MAINTAINER_MODE))
+  # Enable stuff not policy compliant (eg. unsuitable for build daemons)
+  DEB_AUTO_UPDATE_DEBIAN_CONTROL = yes
+endif
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/makefile.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk

-- 
Debian packaging for jack-audio-connection-kit



More information about the pkg-multimedia-commits mailing list