[SCM] liblo packaging branch, master, updated. debian/0.26.repack-1-5-g23c5e13

js at users.alioth.debian.org js at users.alioth.debian.org
Tue Mar 2 01:59:01 UTC 2010


The following commit has been merged in the master branch:
commit 44ae377aa3a78757bbef0d7472386a3f2cca9268
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Mar 2 02:56:40 2010 +0100

    Use CDBS buildinfo.mk snippet (not local rules).

diff --git a/debian/control.in b/debian/control.in
index dbdff08..9cd864c 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -2,7 +2,6 @@ Source: liblo
 Priority: optional
 Section: libs
 Build-Depends: @cdbs@,
-               dh-buildinfo,
                doxygen
 Homepage: http://liblo.sourceforge.net/
 Standards-Version: 3.8.2
diff --git a/debian/rules b/debian/rules
index 53ea62f..5eeb088 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,14 +11,11 @@
 
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/buildinfo.mk
 
 #DEB_SHLIBDEPS_INCLUDE := lib/.libs
 DEB_CONFIGURE_USER_FLAGS := --enable-static
 
-# after the directories are created but before dh_compress is run.
-common-binary-post-install-arch::
-	dh_buildinfo
-
 # Allow overriding in the command line.
 UPSTREAM_VERSION ?= 0.26
 ORIG_TARBALL = liblo_$(UPSTREAM_VERSION)~repack.orig.tar.gz

-- 
liblo packaging



More information about the pkg-multimedia-commits mailing list