[SCM] libcgi-formbuilder-perl Debian packaging branch, master, updated. debian/3.06-1-14-g633028f

Jonas Smedegaard dr at jones.dk
Tue Jan 3 20:47:41 UTC 2012


The following commit has been merged in the master branch:
commit e2803fe3d634599680039af5b9eab657e9709a96
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Jan 3 21:33:21 2012 +0100

    Simplify CDBS usage (dependencies satisfied even in oldstable, and cdbs itself need version in stable for other reasons already).

diff --git a/debian/rules b/debian/rules
index 259523f..7cd63c0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,8 +16,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/perl-makemaker.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 
@@ -28,10 +28,6 @@ DEB_UPSTREAM_TARBALL_VERSION := $(shell echo '$(DEB_UPSTREAM_VERSION)' | awk -F.
 DEB_UPSTREAM_TARBALL_EXTENSION = tgz
 DEB_UPSTREAM_TARBALL_MD5 = 30051352c03660703cece366b282b7fc
 
-# Suppress optional build-dependencies
-CDBS_BUILD_DEPENDS_rules_upstream-tarball =
-CDBS_BUILD_DEPENDS_rules_utils_copyright-check =
-
 clean::
 	rm -f cgisess_*
 
@@ -39,7 +35,7 @@ clean::
 common-suggests = libhtml-template-perl, libtemplate-perl, libtext-template-perl, libcgi-session-perl, libcgi-ssi-perl
 
 CDBS_BUILD_DEPENDS += , $(common-suggests)
-CDBS_SUGGESTS_ALL = $(common-suggests)
+CDBS_SUGGESTS_DEFAULT = $(common-suggests)
 
 # Needed (often) at runtime
 CDBS_RECOMMENDS_ALL = libhtml-parser-perl

-- 
libcgi-formbuilder-perl Debian packaging



More information about the Pkg-perl-cvs-commits mailing list