[SCM] Debian packaging of libcgi-cookie-splitter-perl branch, master, updated. 272260b26a6fa22f8c5e6023af73c155e8a24029

Florian Schlichting fschlich at zedat.fu-berlin.de
Mon Sep 12 19:26:50 UTC 2011


The following commit has been merged in the master branch:
commit 5186d2d3ec5058739423381724ae1dae035058ef
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Mon Sep 12 19:20:21 2011 +0000

    Bump debhelper compatibility to 8 / source format "3.0 (quilt)"

diff --git a/debian/changelog b/debian/changelog
index 83b4701..60c4d86 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,9 +3,6 @@ libcgi-cookie-splitter-perl (0.02-2) UNRELEASED; urgency=low
   [ Frank Lichtenheld ]
   * Fix typo in description.  Closes: #491150
 
-  [ Peter Pentchev ]
-  * Use debhelper 7 to minimize the rules file
-
   [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
     (source stanza).
@@ -20,6 +17,8 @@ libcgi-cookie-splitter-perl (0.02-2) UNRELEASED; urgency=low
   * Reword long description so that the bug can finally be closed.
   * Refresh debian/copyright.
   * Bump Standards-Version to 3.9.2 (simplify perl dependency).
+  * Bump debhelper compatibility to 8 / source format "3.0 (quilt)"
+    with minimal debian/rules.
 
  -- Florian Schlichting <fschlich at zedat.fu-berlin.de>  Mon, 12 Sep 2011 18:35:01 +0000
 
diff --git a/debian/compat b/debian/compat
index 7f8f011..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+8
diff --git a/debian/control b/debian/control
index 4938803..ac447c7 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: libcgi-cookie-splitter-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl, libtest-use-ok-perl, libcgi-simple-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: AGOSTINI Yves <agostini at univ-metz.fr>
diff --git a/debian/rules b/debian/rules
index 6a390e3..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,38 +1,4 @@
 #!/usr/bin/make -f
-# This debian/rules file is provided as a template for normal perl
-# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
-# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
-# be used freely wherever it is useful.
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# If set to a true value then MakeMaker's prompt function will
-# always return the default without waiting for user input.
-export PERL_MM_USE_DEFAULT=1
-
-PERL   ?= /usr/bin/perl
-PACKAGE = $(shell dh_listpackages)
-TMP     = $(CURDIR)/debian/$(PACKAGE)
-
-build: build-stamp
-build-stamp:
-	dh build
-	touch $@
-
-clean:
+%:
 	dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-	dh install
-	touch $@
-
-binary-arch:
-# We have nothing to do here for an architecture-independent package
-
-binary-indep: build install
-	dh $@
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
Debian packaging of libcgi-cookie-splitter-perl



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