[SCM] ezstream/master: Ease backporting to Debian stable: Relax inclusion of CDBS snippets required only in DEB_MAINTAINER_MODE, and supprrress related build-dependencies.

js at users.alioth.debian.org js at users.alioth.debian.org
Wed Oct 20 08:30:08 UTC 2010


The following commit has been merged in the master branch:
commit a77a5d74c6161b4cfe24262dc78786c5694ff05c
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Wed Oct 20 10:26:18 2010 +0200

    Ease backporting to Debian stable: Relax inclusion of CDBS snippets required only in DEB_MAINTAINER_MODE, and supprrress related build-dependencies.

diff --git a/debian/rules b/debian/rules
index 486819d..b7c8d5f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,8 +18,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-include /usr/share/cdbs/1/rules/upstream-tarball.mk
-include /usr/share/cdbs/1/rules/utils.mk
+-include /usr/share/cdbs/1/rules/upstream-tarball.mk
+-include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 
@@ -29,6 +29,10 @@ DEB_UPSTREAM_TARBALL_MD5 = 1be68119d44fbe71454a901fa650a359
 # Non-DFSG license: contains BSD-like advertising clause
 DEB_UPSTREAM_REPACKAGE_EXCLUDES = ./compat/sys/tree.3
 
+# Silence optional build-dependencies to ease backporting
+CDBS_BUILD_DEPENDS_rules_upstream-tarball =
+CDBS_BUILD_DEPENDS_rules_utils_copyright-check =
+
 # Set examples dir:
 DEB_CONFIGURE_EXTRA_FLAGS := --enable-examplesdir="\$${prefix}/share/doc/ezstream/examples"
 

-- 
ezstream packaging



More information about the pkg-multimedia-commits mailing list