[SCM] gmerlin-avdecoder/master: Add rules to bootstrap autotools files (CDBS normally only updates them).

js at users.alioth.debian.org js at users.alioth.debian.org
Fri Dec 10 15:18:15 UTC 2010


The following commit has been merged in the master branch:
commit 7329dbe715c9de561e0c8803defdaecab3761739
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Fri Dec 10 16:01:37 2010 +0100

    Add rules to bootstrap autotools files (CDBS normally only updates them).

diff --git a/debian/rules b/debian/rules
index 67cf72d..f44cda4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,8 +19,9 @@
 
 DEB_AUTO_UPDATE_LIBTOOL = pre
 DEB_AUTO_UPDATE_ACLOCAL = 1.10
+DEB_AUTO_UPDATE_AUTOCONF = 2.67
+DEB_AUTO_UPDATE_AUTOHEADER = 2.67
 DEB_AUTO_UPDATE_AUTOMAKE = 1.10
-DEB_AUTO_UPDATE_AUTOCONF = 2.60
 
 include /usr/share/cdbs/1/rules/upstream-tarball.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
@@ -42,3 +43,18 @@ DEB_UPSTREAM_TARBALL_MD5 = 68a3746dc25554ef14eca255b9102082
 DEB_CONFIGURE_EXTRA_FLAGS := --docdir=\$${prefix}/share/doc/libgmerlin-avdec-doc --enable-static
 DEB_DH_MAKESHLIBS_ARGS_ALL := -- -v$(DEB_UPSTREAM_VERSION)
 
+# bootstrap autotools files (CDBS normally only updates them)
+DEB_MAKE_CLEAN_TARGET = distclean
+DEB_AUTOMAKE_ARGS = --add-missing --copy
+pre-build:: aclocal.m4
+aclocal.m4: debian/stamp-copyright-check
+	touch aclocal.m4
+clean::
+	rm -f Makefile
+	rm -f configure
+	rm -f Makefile.in $(patsubst %,%/Makefile.in,doc include lib m4 plugins po tests utils)
+	rm -f config.guess config.log config.status config.sub depcomp install-sh missing
+	rm -f include/config.h.in
+	rm -f m4/libtool.m4 m4/ltoptions.m4 m4/ltsugar.m4 m4/ltversion.m4 m4/lt~obsolete.m4
+	rm -f ltmain.sh
+	rm -f aclocal.m4

-- 
gmerlin-avdecoder packaging



More information about the pkg-multimedia-commits mailing list