[SCM] mp4v2 packaging branch, master, updated. debian/1.9.1-1-2-g464b569

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Fri Oct 30 15:00:54 UTC 2009


The following commit has been merged in the master branch:
commit 464b5697641e5dee6613b34192981b14ea46726e
Author: Fabian Greffrath <fabian at debian-unofficial.org>
Date:   Fri Oct 30 13:23:49 2009 +0100

    Before running configure, replace config.guess and config.sub with the ones from the autotools-dev package and remove them in the clean rule.

diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..8b4241d
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1,2 @@
+autoaux/config.guess
+autoaux/config.sub
diff --git a/debian/control b/debian/control
index 03d6fc9..bd24c1b 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,8 @@ Priority: optional
 Maintainer: Debian multimedia packages maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
 Uploaders: Fabian Greffrath <fabian at debian-unofficial.org>
 Standards-Version: 3.8.3
-Build-Depends: debhelper (>= 7.0.50~)
+Build-Depends: autotools-dev,
+               debhelper (>= 7.0.50~)
 Homepage: http://code.google.com/p/mp4v2/
 Vcs-Git: git://git.debian.org/git/pkg-multimedia/mp4v2.git
 Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/mp4v2.git;a=summary
diff --git a/debian/rules b/debian/rules
index 8723f0f..6861802 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,11 @@ CXXFLAGS += -Wall -g -O$(if $(findstring noopt,$(DEB_BUILD_OPTIONS)),0,2)
 %:
 	dh $@
 
+override_dh_auto_configure:
+	cp -f /usr/share/misc/config.guess autoaux/config.guess
+	cp -f /usr/share/misc/config.sub autoaux/config.sub
+	dh_auto_configure
+
 override_dh_auto_test:
 	dh_auto_test || true
 	

-- 
mp4v2 packaging



More information about the pkg-multimedia-commits mailing list