[SCM] Debian packaging for jack-audio-connection-kit branch, master, updated. debian/0.118+svn3796-3-11-g1b39276
js at users.alioth.debian.org
js at users.alioth.debian.org
Wed Mar 10 19:15:46 UTC 2010
The following commit has been merged in the master branch:
commit 1b392768caf8f88ba8232316c600bf53379e2a2f
Author: Jonas Smedegaard <dr at jones.dk>
Date: Wed Mar 10 19:26:59 2010 +0100
Let CDBS handle autotools bootstrapping.
diff --git a/debian/rules b/debian/rules
index 52bb40f..214f93c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,11 @@
# $Id: rules 342 2004-03-25 14:00:53Z rj $
#
+DEB_AUTO_UPDATE_LIBTOOL = pre
+DEB_AUTO_UPDATE_AUTOCONF = 2.65
+DEB_AUTO_UPDATE_AUTOHEADER = 2.65
+DEB_AUTO_UPDATE_ACLOCAL = 1.11
+DEB_AUTO_UPDATE_AUTOMAKE = 1.11
include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/patchsys-quilt.mk
@@ -72,9 +77,13 @@ DEB_DH_MAKESHLIBS_ARGS := -V -Xintime -Xinprocess -Xjack_alsa -Xjack_oss\
common-binary-post-install-arch::
dh_buildinfo
-debian/stamp-autotools-files:
- sh ./autogen.sh
- touch debian/stamp-autotools-files
+# bootstrap autotools files (CDBS normally only updates them)
+DEB_MAKE_CLEAN_TARGET = distclean
+DEB_AUTOMAKE_ARGS = --add-missing --copy
+pre-build::
+ touch aclocal.m4
+clean::
+ find -name Makefile.in -exec rm {} +
install/jackd::
ifeq ($(DEB_HOST_ARCH_OS),linux)
@@ -93,10 +102,6 @@ else
DEB_DH_GENCONTROL_ARGS := -u'-Vasound:Depends='
endif
-clean::
- find -name Makefile.in -exec rm {} +
- -rm -f debian/stamp-autotools-maintregen-arch
-
.PHONY: faq
# this target fetches the FAQ from the JACK homepage
faq:
--
Debian packaging for jack-audio-connection-kit
More information about the pkg-multimedia-commits
mailing list