[SCM] lame packaging branch, master, updated. ee186f2e667db702415e04c053b21a73c40da098

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Tue Jun 23 08:36:49 UTC 2009


The following commit has been merged in the master branch:
commit ee186f2e667db702415e04c053b21a73c40da098
Author: Fabian Greffrath <fabian at debian-unofficial.org>
Date:   Tue Jun 23 10:39:09 2009 +0200

    Ported from debhelper (>= 7.2) to cdbs.

diff --git a/debian/control b/debian/control
index 81c4581..0fd46c3 100644
--- a/debian/control
+++ b/debian/control
@@ -4,10 +4,12 @@ Priority: optional
 Maintainer: Debian multimedia packages maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
 Uploaders: Fabian Greffrath <fabian at debian-unofficial.org>,
            Reinhard Tartler <siretart at tauware.de>
-Build-Depends: debhelper (>= 7),
+Build-Depends: autotools-dev,
+               cdbs,
+               debhelper (>= 7),
                libncurses5-dev,
                nasm [i386],
-               quilt (>= 0.46-7)
+               quilt
 Standards-Version: 3.8.1
 Homepage: http://lame.sourceforge.net/
 
diff --git a/debian/rules b/debian/rules
index 20ea965..1755721 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,10 @@
 #!/usr/bin/make -f
 
-%:
-	dh --with quilt $@
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
-override_dh_auto_configure:
-	dh_auto_configure -- --enable-nasm
+DEB_CONFIGURE_EXTRA_FLAGS += \
+        --enable-nasm
+
+DEB_DH_INSTALL_SOURCEDIR := debian/tmp

-- 
lame packaging



More information about the pkg-multimedia-commits mailing list