[SCM] Debian packaging of libbio-asn1-entrezgene-perl branch, master, updated. 8988bbbd8f979321d704c7e93c56e56d29ef8369

Florian Schlichting fschlich at zedat.fu-berlin.de
Thu Jan 12 22:42:00 UTC 2012


The following commit has been merged in the master branch:
commit e2d2c844a30bec066c7df7314fd86c252cb4ff70
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Thu Jan 12 23:08:02 2012 +0100

    Bumped debhelper compatibility to 8

diff --git a/debian/changelog b/debian/changelog
index 3300282..fc9b111 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libbio-asn1-entrezgene-perl (1.100-1) UNRELEASED; urgency=low
 
   [ Florian Schlichting ]
   * Imported Upstream version 1.100.
+  * Bumped debhelper compatibility to 8, switched to short d/rules.
 
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
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 c4f7822..ee12372 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl, bioperl
 Standards-Version: 3.8.0
 Homepage: http://search.cpan.org/dist/Bio-ASN1-EntrezGene/
diff --git a/debian/rules b/debian/rules
index 0d045f4..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,23 +1,4 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-	dh build
-	touch $@
-
-clean:
+%:
 	dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-	dh install
-	touch $@
-
-binary-arch:
-
-binary-indep: install
-	dh $@
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build

-- 
Debian packaging of libbio-asn1-entrezgene-perl



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