[SCM] ffms2/master: use dh-autoreconf

ricotz-guest at users.alioth.debian.org ricotz-guest at users.alioth.debian.org
Fri Feb 18 09:26:55 UTC 2011


The following commit has been merged in the master branch:
commit 395651ef5a9540adc0bcfe3cc46a482461061477
Author: Rico Tzschichholz <ricotz at t-online.de>
Date:   Fri Feb 18 09:14:06 2011 +0100

    use dh-autoreconf

diff --git a/debian/changelog b/debian/changelog
index 7a6e0c2..5680336 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,8 +11,10 @@ ffms2 (2.15-1) UNRELEASED; urgency=low
       - both can be dropped with next upstream
   * debian/control,
     + bump library soname to libffms2-2
+  * debian/rules
+    + use dh-autoreconf
 
- -- Rico Tzschichholz <ricotz at ubuntu.com>  Fri, 18 Feb 2011 09:08:39 +0100
+ -- Rico Tzschichholz <ricotz at ubuntu.com>  Fri, 18 Feb 2011 09:13:07 +0100
 
 ffms2 (2.13-2) experimental; urgency=low
 
diff --git a/debian/clean b/debian/clean
deleted file mode 100644
index c6fecae..0000000
--- a/debian/clean
+++ /dev/null
@@ -1,16 +0,0 @@
-Makefile.in
-aclocal.m4
-config.guess
-config.sub
-configure
-ltmain.sh
-m4/libtool.m4
-m4/ltoptions.m4
-m4/ltversion.m4
-m4/lt~obsolete.m4
-src/Makefile.in
-src/config/config.h.in~
-src/core/Makefile.in
-src/core/libffms2.la
-src/index/Makefile
-src/index/Makefile.in
diff --git a/debian/control b/debian/control
index ab5ce28..b659b9d 100644
--- a/debian/control
+++ b/debian/control
@@ -3,10 +3,7 @@ Priority: optional
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
 Uploaders: Reinhard Tartler <siretart at tauware.de>
 Build-Depends: debhelper (>= 7.0.50~),
- quilt (>= 0.46-7~),
- autoconf,
- automake | automaken,
- libtool,
+ dh-autoreconf,
  pkg-config,
  libavutil-dev (>= 4:0.6~),
  libavformat-dev (>= 4:0.6~),
diff --git a/debian/rules b/debian/rules
index 69d5c58..2c4a98e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,8 +3,7 @@
 LDFLAGS=-Wl,--as-needed
 
 %:
-	dh --with=quilt $@
+	dh --with autoreconf $@
 
 override_dh_auto_configure:
-	sh ./autogen.sh
 	dh_auto_configure -- --enable-shared

-- 
ffms2 packaging



More information about the pkg-multimedia-commits mailing list