[SCM] opencore-amr/master: Drop use of autotools-dev.

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Sun Mar 18 16:15:04 UTC 2012


The following commit has been merged in the master branch:
commit 323f0aadf01f5f6d801934379d874ed685fcf13a
Author: Andres Mejia <amejia004 at gmail.com>
Date:   Sun Mar 18 12:02:35 2012 -0400

    Drop use of autotools-dev.

diff --git a/debian/control b/debian/control
index 7dcaf57..50a9bd9 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,7 @@ Uploaders:
  Andres Mejia <amejia at debian.org>
 DM-Upload-Allowed: yes
 Build-Depends:
- debhelper (>= 9),
- autotools-dev
+ debhelper (>= 9)
 Standards-Version: 3.9.3
 Vcs-Git: git://anonscm.debian.org/pkg-multimedia/opencore-amr.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/opencore-amr.git
diff --git a/debian/rules b/debian/rules
index 4ef326c..bab3234 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,24 +3,11 @@
 CFLAGS =
 CXXFLAGS = $(CFLAGS)
 
-# These are from the autotools-dev package documentation.
-# /usr/share/doc/autotools-dev/README.Debian.gz
-# from the section titled "Calling GNU configure properly"
-export DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-
-# FOR AUTOCONF 2.52 AND NEWER ONLY
-ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
-  confflags += --build $(DEB_HOST_GNU_TYPE)
-else
-  confflags += --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE)
-endif
-
 %:
-	dh $@ --parallel --with autotools_dev
+	dh $@ --parallel
 
 override_dh_auto_configure:
-	dh_auto_configure -- $(confflags)
+	dh_auto_configure
 
 override_dh_strip:
 	dh_strip -plibopencore-amrnb0 --dbg-package=libopencore-amrnb0-dbg

-- 
opencore-amr packaging



More information about the pkg-multimedia-commits mailing list