[SCM] frei0r/master: Build-depend on autotools-dev (and not libtool, automake or autoconf), and drop sloppy autoreconf introduced in 1.1.22git20091109-1.2.

js at users.alioth.debian.org js at users.alioth.debian.org
Wed Dec 26 02:28:24 UTC 2012


The following commit has been merged in the master branch:
commit 1279f142b4e88b5332c9cabb82bc480268d1cd1c
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Dec 25 23:36:08 2012 +0100

    Build-depend on autotools-dev (and not libtool, automake or autoconf), and drop sloppy autoreconf introduced in 1.1.22git20091109-1.2.

diff --git a/debian/control b/debian/control
index 6b3ca48..d7c4c7b 100644
--- a/debian/control
+++ b/debian/control
@@ -7,10 +7,8 @@ Vcs-Git: git://git.debian.org/git/pkg-multimedia/frei0r
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/frei0r.git
 Homepage: http://www.piksel.org/frei0r
 Build-Depends: cdbs,
+ autotools-dev,
  debhelper,
- libtool,
- automake,
- autoconf,
  pkg-config,
  libcv-dev,
  libgavl-dev,
diff --git a/debian/rules b/debian/rules
index a4e8342..3f08ec6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,13 +10,3 @@ include /usr/share/cdbs/1/class/autotools.mk
 DEB_UPSTREAM_URL = http://www.piksel.no/frei0r/releases
 DEB_UPSTREAM_PACKAGE = frei0r-plugins
 DEB_UPSTREAM_TARBALL_MD5 = a2eb63feeeb0c5cf439ccca276cbf70c
-
-clean::
-	$(RM) Makefile.in aclocal.m4 configure doc/Makefile.in
-	$(RM) doc/html/Makefile.in include/Makefile.in ltmain.sh
-	$(RM) m4/libtool.m4 m4/ltoptions.m4 m4/ltversion.m4
-	$(RM) m4/lt~obsolete.m4 m4/ltsugar.m4 src/Makefile.in
-
-makebuilddir::
-	libtoolize -f
-	autoreconf -fs

-- 
frei0r packaging



More information about the pkg-multimedia-commits mailing list