[med-svn] r21098 - in trunk/packages/poa/trunk/debian: . patches
Andreas Tille
tille at moszumanska.debian.org
Mon Jan 11 11:57:21 UTC 2016
Author: tille
Date: 2016-01-11 11:57:21 +0000 (Mon, 11 Jan 2016)
New Revision: 21098
Added:
trunk/packages/poa/trunk/debian/patches/
trunk/packages/poa/trunk/debian/patches/hardening.patch
trunk/packages/poa/trunk/debian/patches/series
Modified:
trunk/packages/poa/trunk/debian/NEWS
trunk/packages/poa/trunk/debian/changelog
trunk/packages/poa/trunk/debian/copyright
Log:
Propagate hardening options, spelling, upload to unstable
Modified: trunk/packages/poa/trunk/debian/NEWS
===================================================================
--- trunk/packages/poa/trunk/debian/NEWS 2016-01-11 11:48:23 UTC (rev 21097)
+++ trunk/packages/poa/trunk/debian/NEWS 2016-01-11 11:57:21 UTC (rev 21098)
@@ -4,7 +4,7 @@
"poa_release_2_0.tar.gz" which unfortunately contained an earlier 1.x version
of poa. The new Debian package version 2.0+20060928-1 is thus a major
upgrade. In its version 2.0, poa does not support the same file formats as
- before. Please refer to the documentation of poa to check wether the options
+ before. Please refer to the documentation of poa to check whether the options
you used before are still existing.
-- Charles Plessy <charles-debian-nospam at plessy.org> Thu, 28 Sep 2006 10:19:33 +0900
Modified: trunk/packages/poa/trunk/debian/changelog
===================================================================
--- trunk/packages/poa/trunk/debian/changelog 2016-01-11 11:48:23 UTC (rev 21097)
+++ trunk/packages/poa/trunk/debian/changelog 2016-01-11 11:57:21 UTC (rev 21098)
@@ -1,10 +1,11 @@
-poa (2.0+20060928-4) UNRELEASED; urgency=medium
+poa (2.0+20060928-4) unstable; urgency=medium
* moved debian/upstream to debian/upstream/metadata
* cme fix dpkg-control
* DEP5
+ * propagate hardening options
- -- Andreas Tille <tille at debian.org> Mon, 11 Jan 2016 12:45:11 +0100
+ -- Andreas Tille <tille at debian.org> Mon, 11 Jan 2016 12:48:42 +0100
poa (2.0+20060928-3) unstable; urgency=low
Modified: trunk/packages/poa/trunk/debian/copyright
===================================================================
--- trunk/packages/poa/trunk/debian/copyright 2016-01-11 11:48:23 UTC (rev 21097)
+++ trunk/packages/poa/trunk/debian/copyright 2016-01-11 11:57:21 UTC (rev 21098)
@@ -5,14 +5,14 @@
Files: *
Copyright: 2004-2006 Christopher Lee <leec at mbi.ucla.edu>
-License: GPL2+
+License: GPL-2+
Files: debian/*
Copyright: 2006 Charles Plessy <plessy at debian.org>,
2012 Andreas Tille <tille at debian.org>
License: GPL-2+
-License: GPL2+
+License: GPL-2+
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
Added: trunk/packages/poa/trunk/debian/patches/hardening.patch
===================================================================
--- trunk/packages/poa/trunk/debian/patches/hardening.patch (rev 0)
+++ trunk/packages/poa/trunk/debian/patches/hardening.patch 2016-01-11 11:57:21 UTC (rev 21098)
@@ -0,0 +1,16 @@
+Description: propagate hardening options
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Mon, 11 Jan 2016 12:48:42 +0100
+
+
+--- a/Makefile
++++ b/Makefile
+@@ -44,7 +44,7 @@ liblpo.a: $(LIBOBJECTS)
+
+ # NB: LIBRARY MUST FOLLOW OBJECTS OR LINK FAILS WITH UNRESOLVED REFERENCES!!
+ poa: $(OBJECTS) liblpo.a
+- $(CC) -o $@ $(OBJECTS) -lm liblpo.a
++ $(CC) -o $@ $(OBJECTS) -lm liblpo.a $(LDFLAGS)
+
+ what:
+ @echo poa: partial-order based sequence alignment program
Added: trunk/packages/poa/trunk/debian/patches/series
===================================================================
--- trunk/packages/poa/trunk/debian/patches/series (rev 0)
+++ trunk/packages/poa/trunk/debian/patches/series 2016-01-11 11:57:21 UTC (rev 21098)
@@ -0,0 +1 @@
+hardening.patch
More information about the debian-med-commit
mailing list