[med-svn] r11724 - in trunk/packages/genometools/trunk/debian: . patches
Sascha Steinbiss
sascha-guest at alioth.debian.org
Wed Jul 11 11:23:01 UTC 2012
Author: sascha-guest
Date: 2012-07-11 11:23:00 +0000 (Wed, 11 Jul 2012)
New Revision: 11724
Modified:
trunk/packages/genometools/trunk/debian/compat
trunk/packages/genometools/trunk/debian/control
trunk/packages/genometools/trunk/debian/patches/series
trunk/packages/genometools/trunk/debian/rules
Log:
use debhelper 9, make sure that external CFLAGS are honored
Modified: trunk/packages/genometools/trunk/debian/compat
===================================================================
--- trunk/packages/genometools/trunk/debian/compat 2012-07-11 09:58:13 UTC (rev 11723)
+++ trunk/packages/genometools/trunk/debian/compat 2012-07-11 11:23:00 UTC (rev 11724)
@@ -1 +1 @@
-7
+9
Modified: trunk/packages/genometools/trunk/debian/control
===================================================================
--- trunk/packages/genometools/trunk/debian/control 2012-07-11 09:58:13 UTC (rev 11723)
+++ trunk/packages/genometools/trunk/debian/control 2012-07-11 11:23:00 UTC (rev 11724)
@@ -2,7 +2,7 @@
Section: science
Priority: extra
Maintainer: Sascha Steinbiss <steinbiss at zbh.uni-hamburg.de>
-Build-Depends: debhelper (>= 7.0.50~),
+Build-Depends: debhelper (>= 9),
liblua5.1-0-dev, liblua5.1-md5-dev, liblua5.1-filesystem-dev,
liblua5.1-lpeg-dev, libcairo2-dev, zlib1g-dev, libbz2-dev, libexpat1-dev,
libncurses5-dev, libsqlite3-dev, libbam-dev
Modified: trunk/packages/genometools/trunk/debian/patches/series
===================================================================
--- trunk/packages/genometools/trunk/debian/patches/series 2012-07-11 09:58:13 UTC (rev 11723)
+++ trunk/packages/genometools/trunk/debian/patches/series 2012-07-11 11:23:00 UTC (rev 11724)
@@ -1,4 +1,3 @@
-add-hardening
adding_soname
libbam-fix
remove-gitignores
Modified: trunk/packages/genometools/trunk/debian/rules
===================================================================
--- trunk/packages/genometools/trunk/debian/rules 2012-07-11 09:58:13 UTC (rev 11723)
+++ trunk/packages/genometools/trunk/debian/rules 2012-07-11 11:23:00 UTC (rev 11724)
@@ -18,13 +18,13 @@
$(MAKE) cleanup
override_dh_auto_build:
- dh_auto_build -- useshared=yes 64bit=$(64BIT)
+ dh_auto_build -- useshared=yes 64bit=$(64BIT) opt=no errorcheck=no
override_dh_auto_test:
#dh_auto_test -- useshared=yes 64bit=$(64BIT) testthreads=5
override_dh_auto_install:
- dh_auto_install -- useshared=yes 64bit=$(64BIT) prefix=$(DESTDIR)/usr
+ dh_auto_install -- useshared=yes 64bit=$(64BIT) opt=no errorcheck=no prefix=$(DESTDIR)/usr
override_dh_strip:
dh_strip --dbg-package=genometools-dbg
More information about the debian-med-commit
mailing list