[SCM] ecasound/master: Switch to dh-autoreconf

ghedo at users.alioth.debian.org ghedo at users.alioth.debian.org
Mon Mar 31 10:05:06 UTC 2014


The following commit has been merged in the master branch:
commit bc9b7a30e92139c294aed01fef83a9905fbd6826
Author: Alessandro Ghedini <alessandro at ghedini.me>
Date:   Sun Feb 16 18:42:48 2014 +0100

    Switch to dh-autoreconf

diff --git a/debian/control b/debian/control
index 60d7076..d0155dc 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: extra
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
 Uploaders: Alessandro Ghedini <ghedo at debian.org>
 Build-Depends: debhelper (>= 9),
- autotools-dev,
+ dh-autoreconf,
  ghostscript,
  hevea,
  ladspa-sdk,
diff --git a/debian/patches/02_build-shared-libecasoundc.patch b/debian/patches/02_build-shared-libecasoundc.patch
index fd17f9c..61e2299 100644
--- a/debian/patches/02_build-shared-libecasoundc.patch
+++ b/debian/patches/02_build-shared-libecasoundc.patch
@@ -2,8 +2,7 @@ Description: Build shared libecasoundc instead of static
 Origin: vendor
 Forwarded: not-needed
 Author: Alessandro Ghedini <ghedo at debian.org>
-Reviewed-by: Alessandro Ghedini <ghedo at debian.org>
-Last-Update: 2012-05-09
+Last-Update: 2014-02-16
 
 --- a/libecasoundc/Makefile.am
 +++ b/libecasoundc/Makefile.am
@@ -19,23 +18,3 @@ Last-Update: 2012-05-09
  endif
  
  INCLUDES = -I$(srcdir)
---- a/libecasoundc/Makefile.in
-+++ b/libecasoundc/Makefile.in
-@@ -299,7 +299,7 @@
- target_alias = @target_alias@
- EXTRA_DIST = ChangeLog
- AUTOMAKE_OPTIONS = foreign
-- at ECA_AM_DEBUG_MODE_FALSE@eca_ldflags = -s -version-info @LIBECASOUNDC_VERSION@:0:@LIBECASOUNDC_VERSION_AGE@ -static
-+ at ECA_AM_DEBUG_MODE_FALSE@eca_ldflags = -s -version-info @LIBECASOUNDC_VERSION@:0:@LIBECASOUNDC_VERSION_AGE@ -shared -fPIC
- 
- # ----------------------------------------------------------------------
- # defines
-@@ -307,7 +307,7 @@
- 
- # !!!
- # remember to update eca-version.cpp
-- at ECA_AM_DEBUG_MODE_TRUE@eca_ldflags = -version-info @LIBECASOUNDC_VERSION@:0:@LIBECASOUNDC_VERSION_AGE@ -static
-+ at ECA_AM_DEBUG_MODE_TRUE@eca_ldflags = -version-info @LIBECASOUNDC_VERSION@:0:@LIBECASOUNDC_VERSION_AGE@ -shared -fPIC
- INCLUDES = -I$(srcdir)
- @ECA_AM_DEBUG_MODE_FALSE at lib_LTLIBRARIES = libecasoundc.la
- # -I$(top_srcdir)/libecasound
diff --git a/debian/rules b/debian/rules
index a565c45..dd43778 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ ifneq ($(DEB_HOST_ARCH_OS),linux)
 endif
 
 %:
-	dh $@ --parallel --with=autotools-dev,python2
+	dh $@ --parallel --with=autoreconf,python2
 
 override_dh_auto_configure:
 	dh_auto_configure -- $(CONFIGURE_FLAGS)

-- 
ecasound packaging



More information about the pkg-multimedia-commits mailing list