[SCM] opencore-amr packaging branch, master, updated. upstream/0.1.2-4-g54c036e

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Fri Sep 18 21:03:18 UTC 2009


The following commit has been merged in the master branch:
commit faf833aef1c1f3b7ebb7fb1078c8ee389163f4c4
Author: Andres Mejia <andres at andres-desktop.hsd1.va.comcast.net>
Date:   Fri Sep 18 17:02:12 2009 -0400

    Setup packaging to use quilt. Also don't run autoreconf.

diff --git a/debian/control b/debian/control
index dbc70b5..1948791 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian multimedia packages maintainers <pkg-multimedia-maintainers at l
 Uploaders: Martin Storsjö <martin at martin.st>,
            Andres Mejia <mcitadel at gmail.com>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~)
+Build-Depends: debhelper (>= 7.0.50~), quilt (>= 0.46-7)
 Standards-Version: 3.8.3
 Vcs-Git: git://git.debian.org/git/pkg-multimedia/opencore-amr.git
 Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/opencore-amr.git;a=summary
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..18a49c4
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+# Nothing to patch.
diff --git a/debian/rules b/debian/rules
index 486634c..620bd70 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,10 +17,9 @@ else
 endif
 
 %:
-	dh $@
+	dh --with quilt $@
 
 override_dh_auto_configure:
-	autoreconf -fi
 	./configure --prefix=/usr $(confflags)
 
 override_dh_auto_install:

-- 
opencore-amr packaging



More information about the pkg-multimedia-commits mailing list