[SCM] pd-iemmatrix/master: Tidy rules file: Strip double hash-bang. Wrap comments at 72 chars. Correct a comment: we suppress optional build-dependencies (no inclusions are relaxed). Strip trailing spaces and double vertical space.

js at users.alioth.debian.org js at users.alioth.debian.org
Tue Feb 8 17:14:18 UTC 2011


The following commit has been merged in the master branch:
commit 59f2ffc63c38da9c2175e8447a2001c398a7e9dc
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Feb 8 18:04:56 2011 +0100

    Tidy rules file: Strip double hash-bang. Wrap comments at 72 chars. Correct a comment: we suppress optional build-dependencies (no inclusions are relaxed). Strip trailing spaces and double vertical space.

diff --git a/debian/rules b/debian/rules
index a3e9113..10f1e66 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +1,13 @@
 #!/usr/bin/make -f
-
-#!/usr/bin/make -f
 # -*- mode: makefile; coding: utf-8 -*-
 # Copyright © 2002 Guenter Geiger <geiger at debian.org>
 # 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
@@ -22,28 +20,26 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.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
 
+# suppress optional build-dependencies
 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
+# upstream's way to prevent stripping: override the STRIP command with
+# something harmless, like /usr/bin/true
 STRIP=/bin/true
 export STRIP
 
 # where sources are
 DEB_SRCDIR = src
 
-# regenerate configure, so that patches to configure.ac take effect 
+# regenerate configure, so that patches to configure.ac take effect
 DEB_AUTO_UPDATE_ACLOCAL = 1.11
 DEB_AUTO_UPDATE_AUTOCONF = 2.61
 
 DEB_CONFIGURE_EXTRA_FLAGS += --with-extension=pd_linux
 
-
 # remove generated files not cleaned up on "make clean"
 clean::
 	-rm -f VERSION.txt doc/iemmatrix-meta.pd

-- 
pd-iemmatrix packaging



More information about the pkg-multimedia-commits mailing list