[med-svn] [SCM] tabix branch, master, updated. debian/0.2.5-1-8-gbf5a05a

Andreas Tille tille at debian.org
Wed Apr 25 15:15:22 UTC 2012


The following commit has been merged in the master branch:
commit 5fbba26a89a210db7ebb9275405ef6d4bf1ff636
Author: Andreas Tille <tille at debian.org>
Date:   Wed Apr 25 17:07:22 2012 +0200

    Switch from cdbs to dh to easily enable hardening flags

diff --git a/debian/changelog b/debian/changelog
index db269e1..bcd842a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,10 @@ tabix (0.2.5-2) UNRELEASED; urgency=low
   * debian/patches/count-set-but-not-used.patch: uncomment unused
     variable
     Closes: #626267
+  * debian/control:
+     - Standards-Version: 3.9.3 (no changes needed)
+     - removed cdbs from Build-Depends
+  * debian/rules: Switched to dh to easily enable hardening flags
 
  -- Andreas Tille <tille at debian.org>  Wed, 25 Apr 2012 17:02:10 +0200
 
diff --git a/debian/control b/debian/control
index aa00454..48deb98 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,8 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
 DM-Upload-Allowed: yes
 Uploaders: Charles Plessy <plessy at debian.org>,
  Andreas Tille <tille at debian.org>
-Build-Depends: cdbs, debhelper (>= 8), zlib1g-dev
-Standards-Version: 3.9.2
+Build-Depends: debhelper (>= 8), zlib1g-dev
+Standards-Version: 3.9.3
 Homepage: http://samtools.sourceforge.net/tabix.shtml
 Vcs-Git: git://git.debian.org/debian-med/tabix.git
 Vcs-Browser: http://git.debian.org/?p=debian-med/tabix.git
diff --git a/debian/rules b/debian/rules
index dd55160..3cfec41 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/makefile.mk
+%:
+	dh $@
 
-DEB_COMPRESS_EXCLUDE  = .tbi
+override_dh_compress:
+	dh_compress --exclude=.tbi

-- 
Generic indexer for TAB-delimited genome position files.



More information about the debian-med-commit mailing list