[SCM] gnome-mplayer/experimental: Use dh-autoreconf

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Sun Mar 3 18:51:17 UTC 2013


The following commit has been merged in the experimental branch:
commit 9ec5177af66a79ae1a39833b1003541b6fdd084e
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Sun Mar 3 18:49:46 2013 +0100

    Use dh-autoreconf

diff --git a/debian/changelog b/debian/changelog
index 35e9408..1c551a0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 gnome-mplayer (1.0.7-5) UNRELEASED; urgency=low
 
-  * debian/control: Add myself to Uploaders.
+  * debian/control:
+    - Add myself to Uploaders.
+    - Use dh-autoreconf instead of autotools-dev.
 
  -- Sebastian Ramacher <sramacher at debian.org>  Sun, 27 Jan 2013 01:02:45 +0100
 
diff --git a/debian/control b/debian/control
index ed24ce2..326b679 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,11 @@ Source: gnome-mplayer
 Section: video
 Priority: optional
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
-Uploaders: Aron Xu <aron at debian.org>, Sebastian Ramacher <sramacher at debian.org>
+Uploaders:
+ Sebastian Ramacher <sramacher at debian.org>,
+ Aron Xu <aron at debian.org>
 Build-Depends: debhelper (>= 9),
-               autotools-dev,
+               dh-autoreconf,
                libpulse-dev,
                libx11-dev,
                libxss-dev,
diff --git a/debian/rules b/debian/rules
index 6badb3e..e9fef6d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,8 @@ export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
 export V=1
 
 %:
-	dh $@
+	dh $@ --with autoreconf
+
 override_dh_auto_install:
 	dh_auto_install
 	find debian/ -name ChangeLog* -delete
@@ -17,5 +18,6 @@ override_dh_auto_install:
 	find debian/ -name COPYING* -delete
 	find debian/ -name INSTALL* -delete
 	find debian/ -name NEWS* -delete
+
 override_dh_strip:
 	dh_strip -pgnome-mplayer --dbg-package=gnome-mplayer-dbg

-- 
gnome-mplayer packaging



More information about the pkg-multimedia-commits mailing list