[SCM] gmerlin/master: Switched to autoreconf

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Wed Mar 9 23:28:29 UTC 2016


The following commit has been merged in the master branch:
commit 71d85b1286fe0aa5e2e7db39375b201c7d082e96
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Wed Mar 9 23:25:11 2016 +0100

    Switched to autoreconf

diff --git a/debian/rules b/debian/rules
index fdfdf88..4845a05 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,16 +22,11 @@
 include /usr/share/cdbs/1/rules/upstream-tarball.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
 
 # Relax inclusion of optional features to ease backporting
 -include /usr/share/cdbs/1/rules/utils.mk
 
-DEB_AUTO_UPDATE_LIBTOOL = pre
-DEB_AUTO_UPDATE_ACLOCAL = 1.11
-DEB_AUTO_UPDATE_AUTOCONF = 2.67
-DEB_AUTO_UPDATE_AUTOHEADER = 2.67
-DEB_AUTO_UPDATE_AUTOMAKE = 1.11
-
 DEB_UPSTREAM_URL = http://downloads.sourceforge.net/gmerlin
 DEB_UPSTREAM_TARBALL_MD5 = 2f2a0880e738e71486f04c929ba067f4
 DEB_UPSTREAM_REPACKAGE_EXCLUDES = ./include/gmerlin/bg_sem.h
@@ -65,18 +60,6 @@ build/gmerlin::
 	./tests/gmerlin_imgconvert -help-man | sed -e 's/-/\\-/g' > gmerlin_imgconvert.1
 	./tests/gmerlin_visualize -help-man | sed -e 's/-/\\-/g' > gmerlin_visualize.1	
 
-clean:: restorefiles
+clean::
 	rm -f gmerlin_imgconvert.1 gmerlin_launcher.1 gmerlin-video-thumbnailer.1 gmerlin_visualize.1
-	rm -f m4/libtool.m4 m4/ltoptions.m4 m4/ltsugar.m4 m4/ltversion.m4 m4/lt~obsolete.m4
-
-
-post-patches:: storefiles
-
-.PHONY: storefiles restorefiles
-
-storefiles:
-	-test -f debian/restorefiles -a ! -f debian/restorefiles.tar && tar -c -f debian/restorefiles.tar -T debian/restorefiles
 
-restorefiles:
-	-test -f debian/restorefiles -a   -f debian/restorefiles.tar && tar -x -f debian/restorefiles.tar -T debian/restorefiles
-	rm -f debian/restorefiles.tar

-- 
gmerlin packaging



More information about the pkg-multimedia-commits mailing list