[med-svn] r10642 - in trunk/packages/gff2aplot/trunk/debian: . patches
Andreas Tille
tille at alioth.debian.org
Wed May 2 08:24:14 UTC 2012
Author: tille
Date: 2012-05-02 08:24:13 +0000 (Wed, 02 May 2012)
New Revision: 10642
Added:
trunk/packages/gff2aplot/trunk/debian/patches/use-dpkg-buildflags.patch
Modified:
trunk/packages/gff2aplot/trunk/debian/changelog
trunk/packages/gff2aplot/trunk/debian/compat
trunk/packages/gff2aplot/trunk/debian/control
trunk/packages/gff2aplot/trunk/debian/patches/02-blat2gff.diff
trunk/packages/gff2aplot/trunk/debian/patches/03-parseblast.diff
trunk/packages/gff2aplot/trunk/debian/patches/series
Log:
Enable hardening flags + debhelper 9
Modified: trunk/packages/gff2aplot/trunk/debian/changelog
===================================================================
--- trunk/packages/gff2aplot/trunk/debian/changelog 2012-05-02 08:10:32 UTC (rev 10641)
+++ trunk/packages/gff2aplot/trunk/debian/changelog 2012-05-02 08:24:13 UTC (rev 10642)
@@ -6,6 +6,9 @@
- Fixed Vcs-Svn
- Removed cdbs+quilt from Build-Depends
* debian/copyright: Rewritten to DEP5
+ * debian/patches/use-dpkg-buildflags.patch: Use build flags from environment
+ to enable hardening
+ * debhelper 9 (control+compat)
-- Andreas Tille <tille at debian.org> Tue, 01 May 2012 22:37:01 +0200
Modified: trunk/packages/gff2aplot/trunk/debian/compat
===================================================================
--- trunk/packages/gff2aplot/trunk/debian/compat 2012-05-02 08:10:32 UTC (rev 10641)
+++ trunk/packages/gff2aplot/trunk/debian/compat 2012-05-02 08:24:13 UTC (rev 10642)
@@ -1 +1 @@
-7
+9
Modified: trunk/packages/gff2aplot/trunk/debian/control
===================================================================
--- trunk/packages/gff2aplot/trunk/debian/control 2012-05-02 08:10:32 UTC (rev 10641)
+++ trunk/packages/gff2aplot/trunk/debian/control 2012-05-02 08:24:13 UTC (rev 10642)
@@ -5,7 +5,7 @@
DM-Upload-Allowed: yes
Uploaders: Nelson A. de Oliveira <naoliv at debian.org>,
Andreas Tille <tille at debian.org>
-Build-Depends: debhelper (>= 7.1)
+Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.3
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/gff2aplot/trunk/
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/gff2aplot/trunk/
Modified: trunk/packages/gff2aplot/trunk/debian/patches/02-blat2gff.diff
===================================================================
--- trunk/packages/gff2aplot/trunk/debian/patches/02-blat2gff.diff 2012-05-02 08:10:32 UTC (rev 10641)
+++ trunk/packages/gff2aplot/trunk/debian/patches/02-blat2gff.diff 2012-05-02 08:24:13 UTC (rev 10642)
@@ -1,7 +1,7 @@
Author: Nelson A. de Oliveira <naoliv at debian.org>
Date: 2005-03-21 22:46:49 -0300
---- gff2aplot-2.0.orig.orig/src/blat2gff.pl
-+++ gff2aplot-2.0.orig/src/blat2gff.pl
+--- gff2aplot-2.0.orig/src/blat2gff.pl
++++ gff2aplot-2.0/src/blat2gff.pl
@@ -82,7 +82,7 @@
my @f = ();
next unless /^\d/o;
Modified: trunk/packages/gff2aplot/trunk/debian/patches/03-parseblast.diff
===================================================================
--- trunk/packages/gff2aplot/trunk/debian/patches/03-parseblast.diff 2012-05-02 08:10:32 UTC (rev 10641)
+++ trunk/packages/gff2aplot/trunk/debian/patches/03-parseblast.diff 2012-05-02 08:24:13 UTC (rev 10642)
@@ -1,7 +1,7 @@
Author: Nelson A. de Oliveira <naoliv at debian.org>
Date: 2005-03-22 18:39:54 -0300
---- gff2aplot-2.0.orig.orig/src/parseblast.pl
-+++ gff2aplot-2.0.orig/src/parseblast.pl
+--- gff2aplot-2.0.orig/src/parseblast.pl
++++ gff2aplot-2.0/src/parseblast.pl
@@ -827,7 +827,7 @@
};
}; # $prt
Modified: trunk/packages/gff2aplot/trunk/debian/patches/series
===================================================================
--- trunk/packages/gff2aplot/trunk/debian/patches/series 2012-05-02 08:10:32 UTC (rev 10641)
+++ trunk/packages/gff2aplot/trunk/debian/patches/series 2012-05-02 08:24:13 UTC (rev 10642)
@@ -1,2 +1,3 @@
02-blat2gff.diff
03-parseblast.diff
+use-dpkg-buildflags.patch
Added: trunk/packages/gff2aplot/trunk/debian/patches/use-dpkg-buildflags.patch
===================================================================
--- trunk/packages/gff2aplot/trunk/debian/patches/use-dpkg-buildflags.patch (rev 0)
+++ trunk/packages/gff2aplot/trunk/debian/patches/use-dpkg-buildflags.patch 2012-05-02 08:24:13 UTC (rev 10642)
@@ -0,0 +1,15 @@
+Description: Use build flags from environment (dpkg-buildflags).
+ Necessary for hardening flags.
+Author: Andreas Tille <tille at debian.org>
+Date: Wed, 02 May 2012 10:20:01 +0200
+--- gff2aplot-2.0.orig/src/ali2gff/Makefile
++++ gff2aplot-2.0/src/ali2gff/Makefile
+@@ -22,7 +22,7 @@
+ all : ali2gff
+
+ ali2gff : ali2gff.c ali2gff.h Makefile
+- @$(CC) -o ali2gff ali2gff.c;
++ @$(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o ali2gff ali2gff.c;
+ @chmod 755 ali2gff
+
+ clean :
More information about the debian-med-commit
mailing list