[Pkg-gstreamer-commits] [gst-fluendo-mp3] 04/08: Build with dh-autoreconf instead of autoreconfing when repacking, to make it easier to see the changes vs. upstream.

Iain Lane laney at moszumanska.debian.org
Wed Jun 25 12:28:10 UTC 2014


This is an automated email from the git hooks/post-receive script.

laney pushed a commit to branch master
in repository gst-fluendo-mp3.

commit f902ae7ed2d76d12272228923bac5b49fff6d965
Author: Iain Lane <laney at debian.org>
Date:   Wed Jun 25 12:44:53 2014 +0100

    Build with dh-autoreconf instead of autoreconfing when repacking, to make it easier to see the changes vs. upstream.
---
 debian/changelog | 2 ++
 debian/control   | 1 +
 debian/rules     | 2 +-
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 92d5595..042fedc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 gst-fluendo-mp3 (0.10.28.debian-1) UNRELEASED; urgency=medium
 
   * New upstream version 0.10.28.debian
+  * Build with dh-autoreconf instead of autoreconfing when repacking, to make
+    it easier to see the changes vs. upstream.
 
  -- Iain Lane <laney at debian.org>  Wed, 25 Jun 2014 12:42:20 +0100
 
diff --git a/debian/control b/debian/control
index 4407543..3089c85 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Maintainer: Maintainers of GStreamer packages <pkg-gstreamer-maintainers at lists.a
 Uploaders: Loïc Minier <lool at debian.org>,
            Sebastian Dröge <slomo at debian.org>
 Build-Depends: debhelper (>= 9~),
+               dh-autoreconf,
                autotools-dev,
                pkg-config (>= 0.11.0),
                libgstreamer0.10-dev (>= 0.10.35.2-2~),
diff --git a/debian/rules b/debian/rules
index 8658fcc..c272ca3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --with autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -Bbuild-0.10 -- --with-gstreamer-api=0.10 \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gstreamer/gst-fluendo-mp3.git



More information about the Pkg-gstreamer-commits mailing list