[SCM] libshout/master: Cosmetics: Declare build-dependencies earlier in rules file.
js at users.alioth.debian.org
js at users.alioth.debian.org
Thu Dec 8 02:41:07 UTC 2011
The following commit has been merged in the master branch:
commit 696d79be5a350dce605188b9179ebf7afdced1b9
Author: Jonas Smedegaard <dr at jones.dk>
Date: Tue Dec 6 18:40:23 2011 +0700
Cosmetics: Declare build-dependencies earlier in rules file.
diff --git a/debian/rules b/debian/rules
index 4c06562..48fa467 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,12 @@ include /usr/share/cdbs/1/rules/debhelper.mk
pkg = libshout
+# Needed at build time by upstream code
+CDBS_BUILD_DEPENDS += , libogg-dev (>> 1.0.0), libvorbis-dev (>> 1.0.0), pkg-config, libtheora-dev (>> 0.0.0.alpha4), libspeex-dev
+
+# Needed at build time for our packaging
+CDBS_BUILD_DEPENDS += , d-shlibs (>= 0.48)
+
# suppress optional build-dependencies
CDBS_BUILD_DEPENDS_rules_upstream-tarball =
CDBS_BUILD_DEPENDS_rules_utils_copyright-check =
@@ -29,10 +35,3 @@ common-binary-post-install-arch::
clean::
rm -f debian/libshout3.install debian/libshout3-dev.examples debian/Makefile.am debian/Makefile.in
-
-
-# Upstream requirements
-CDBS_BUILD_DEPENDS += , libogg-dev (>> 1.0.0), libvorbis-dev (>> 1.0.0), pkg-config, libtheora-dev (>> 0.0.0.alpha4), libspeex-dev
-
-# Packaging requirements
-CDBS_BUILD_DEPENDS += , d-shlibs (>= 0.48)
--
libshout packaging
More information about the pkg-multimedia-commits
mailing list