[SCM] specimen/master: Revert "Don't patch the configure file, use dh-autoreconf to regenerate autotools stuff."

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sun May 8 08:52:22 UTC 2011


The following commit has been merged in the master branch:
commit cb8814f10f71ff0fd3a552130f39f3ebbdd25028
Author: Alessio Treglia <alessio at debian.org>
Date:   Sun May 8 10:52:14 2011 +0200

    Revert "Don't patch the configure file, use dh-autoreconf to regenerate autotools stuff."
    
    This reverts commit 66485bf878cca08681e01e3f54f953bcf00c88a8.

diff --git a/debian/control b/debian/control
index 65f19c6..e92c2d7 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,6 @@ Priority: optional
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
 Uploaders: Jaromír Mikeš <mira.mikes at seznam.cz>
 Build-Depends: debhelper (>= 7.0.50~),
- dh-autoreconf,
  autotools-dev (>= 20100122.1), 
  libphat0-dev (>= 0.2.3),
  libgtk2.0-dev (>= 2.4.13),
diff --git a/debian/patches/02-gcc46_ftbfs.patch b/debian/patches/02-gcc46_ftbfs.patch
index f3cba01..f7e5ebb 100644
--- a/debian/patches/02-gcc46_ftbfs.patch
+++ b/debian/patches/02-gcc46_ftbfs.patch
@@ -3,12 +3,11 @@ Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=625424
 Author: Jaromír Mikeš <mira.mikes at seznam.cz>
 Forwarded: no
 ---
- configure.ac |    2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- specimen.orig/configure.ac
-+++ specimen/configure.ac
-@@ -51,7 +51,7 @@ AC_CHECK_FUNCS([floor gettimeofday pow s
+Index: specimen/configure.ac
+===================================================================
+--- specimen.orig/configure.ac	2011-05-03 23:01:41.000000000 +0200
++++ specimen/configure.ac	2011-05-03 23:08:44.449147041 +0200
+@@ -51,7 +51,7 @@
  # pthreads
  ACX_PTHREAD
  
@@ -17,3 +16,16 @@ Forwarded: no
  AC_SUBST(SPECIMEN_CFLAGS)
  CFLAGS="$SPECIMEN_CFLAGS $CFLAGS" 
  
+Index: specimen/configure
+===================================================================
+--- specimen.orig/configure	2011-05-03 23:08:58.240694970 +0200
++++ specimen/configure	2011-05-03 23:09:36.519440198 +0200
+@@ -5607,7 +5607,7 @@
+ 
+ 
+ 
+-SPECIMEN_CFLAGS="-Wall -Werror"
++SPECIMEN_CFLAGS="-Wall"
+ 
+ CFLAGS="$SPECIMEN_CFLAGS $CFLAGS"
+ 
diff --git a/debian/rules b/debian/rules
index 9cb529f..26ebbe5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
 LDFLAGS+=-Wl,--as-needed
 
 %:
-	dh $@ --with autoreconf
+	dh --with autotools_dev $@
 
 override_dh_auto_configure:
 	dh_auto_configure -- --disable-lash

-- 
specimen packaging



More information about the pkg-multimedia-commits mailing list