[SCM] pd-iem_ambi/master: Tidy rules file: Wrap comments at 72 chars. Strip trailing vertical space. Drop useless suppression of build-dependencies: Recent CDBS required anyway, due to use of pd.mk snippet.

js at users.alioth.debian.org js at users.alioth.debian.org
Tue Feb 8 21:54:16 UTC 2011


The following commit has been merged in the master branch:
commit 2cebc0ede7c89341338afc8a7b71db7d7f8643f8
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Feb 8 22:43:23 2011 +0100

    Tidy rules file: Wrap comments at 72 chars. Strip trailing vertical space. Drop useless suppression of build-dependencies: Recent CDBS required anyway, due to use of pd.mk snippet.

diff --git a/debian/rules b/debian/rules
index ab58f22..5775dc0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,10 +3,10 @@
 # Copyright © 2011 IOhannes m zmölnig <zmoelnig at iem.at>
 # Description: Main Debian packaging script for pd-iemmatrix
 #
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License as
-# published by the Free Software Foundation; either version 2, or (at
-# your option) any later version.
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
 #
 # This program is distributed in the hope that it will be useful, but
 # WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -19,13 +19,8 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/makefile.mk
 include /usr/share/cdbs/1/class/pd.mk
-
-# Relax inclusion of optional features to ease backporting
 include /usr/share/cdbs/1/rules/utils.mk
 
-CDBS_BUILD_DEPENDS_rules_utils_copyright-check =
-CDBS_BUILD_DEPENDS_rules_utils_buildinfo =
-
 # upstream's way to prevent stripping: override the STRIP command with something
 # harmless, like /usr/bin/true
 STRIP=/bin/true
@@ -33,4 +28,3 @@ export STRIP
 
 # where sources are
 DEB_SRCDIR = src
-

-- 
pd-iem_ambi packaging



More information about the pkg-multimedia-commits mailing list