[med-svn] r10539 - trunk/packages/bowtie/trunk/debian
Andreas Tille
tille at alioth.debian.org
Mon Apr 23 10:37:20 UTC 2012
Author: tille
Date: 2012-04-23 10:37:20 +0000 (Mon, 23 Apr 2012)
New Revision: 10539
Modified:
trunk/packages/bowtie/trunk/debian/changelog
trunk/packages/bowtie/trunk/debian/compat
trunk/packages/bowtie/trunk/debian/control
trunk/packages/bowtie/trunk/debian/copyright
trunk/packages/bowtie/trunk/debian/rules
Log:
Some fixes in copyright (basically fixing typo s/File/Files/); prepare rules for hardening; debhelper 9; upload to unstable
Modified: trunk/packages/bowtie/trunk/debian/changelog
===================================================================
--- trunk/packages/bowtie/trunk/debian/changelog 2012-04-23 09:33:23 UTC (rev 10538)
+++ trunk/packages/bowtie/trunk/debian/changelog 2012-04-23 10:37:20 UTC (rev 10539)
@@ -1,4 +1,4 @@
-bowtie (0.12.7-2) UNRELEASED; urgency=low
+bowtie (0.12.7-2) unstable; urgency=low
* Do not give a pointer to non existing info pages in manpages
* debian/control:
@@ -13,6 +13,8 @@
Thanks to Rodolfo García Peñas <kix at kix.es> and
gregor herrmann <gregoa at debian.org>
Closes: #667120
+ * debhelper 9 (control+compat)
+ Hardening flags were explicitly tested but not enforced in debian/rules
-- Andreas Tille <tille at debian.org> Sun, 22 Apr 2012 21:09:05 +0200
Modified: trunk/packages/bowtie/trunk/debian/compat
===================================================================
--- trunk/packages/bowtie/trunk/debian/compat 2012-04-23 09:33:23 UTC (rev 10538)
+++ trunk/packages/bowtie/trunk/debian/compat 2012-04-23 10:37:20 UTC (rev 10539)
@@ -1 +1 @@
-7
+9
Modified: trunk/packages/bowtie/trunk/debian/control
===================================================================
--- trunk/packages/bowtie/trunk/debian/control 2012-04-23 09:33:23 UTC (rev 10538)
+++ trunk/packages/bowtie/trunk/debian/control 2012-04-23 10:37:20 UTC (rev 10539)
@@ -6,7 +6,7 @@
Uploaders: Steffen Moeller <moeller at debian.org>,
Yask Gupta <yask.gupta87 at gmail.com>,
Andreas Tille <tille at debian.org>
-Build-Depends: debhelper (>= 7.1), help2man
+Build-Depends: debhelper (>= 9), help2man
Standards-Version: 3.9.3
Homepage: http://bowtie-bio.sourceforge.net/
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/bowtie/trunk
Modified: trunk/packages/bowtie/trunk/debian/copyright
===================================================================
--- trunk/packages/bowtie/trunk/debian/copyright 2012-04-23 09:33:23 UTC (rev 10538)
+++ trunk/packages/bowtie/trunk/debian/copyright 2012-04-23 10:37:20 UTC (rev 10539)
@@ -5,16 +5,7 @@
Files: *
Copyright: © 2009-2010 Ben Langmead, C. Trapnell, M. Pop, Steven L. Salzberg
-License: other
- This program is free software; you can redistribute it and/or modify it
- under the terms of the "Artistic License" which comes with Debian.
- .
- THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
- WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES
- OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
- .
- On Debian systems, the complete text of the Artistic License
- can be found in "/usr/share/common-licenses/Artistic".
+License: Artistic
Files: SeqAn-1.1
Copyright: 2007-2009 Andreas Döring <doering at inf.fu-berlin.de>,
@@ -33,6 +24,27 @@
© 2011 Andreas Tille <tille at debian.org>
License: LGPL-3+
+Files: SeqAn-1.1/seqan/index/index_sa_lss.h
+Copyright: 1999 N. Jesper Larsson <jesper at cs.lth.se>
+ 2007 David Weese.
+License: other
+ This software may be used freely for any purpose. However, when
+ distributed, the original source must be clearly stated, and, when
+ the source code is distributed, the copyright notice must be retained
+ and any alterations in the code must be clearly marked. No warranty
+ is given regarding the quality of this software.
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify it
+ under the terms of the "Artistic License" which comes with Debian.
+ .
+ THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
+ WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES
+ OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ .
+ On Debian systems, the complete text of the Artistic License
+ can be found in "/usr/share/common-licenses/Artistic".
+
License: LGPL-3+
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -47,13 +59,3 @@
On Debian systems, you can find the LGPL license in:
/usr/share/common-licenses/LGPL
-License: other
- This software may be used freely for any purpose. However, when
- distributed, the original source must be clearly stated, and, when
- the source code is distributed, the copyright notice must be retained
- and any alterations in the code must be clearly marked. No warranty
- is given regarding the quality of this software.
-File: SeqAn-1.1/seqan/index/index_sa_lss.h
-Copyright: 1999 N. Jesper Larsson <jesper at cs.lth.se>
- 2007 David Weese.
-
Modified: trunk/packages/bowtie/trunk/debian/rules
===================================================================
--- trunk/packages/bowtie/trunk/debian/rules 2012-04-23 09:33:23 UTC (rev 10538)
+++ trunk/packages/bowtie/trunk/debian/rules 2012-04-23 10:37:20 UTC (rev 10539)
@@ -6,6 +6,8 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+# export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
pkg := $(shell dpkg-parsechangelog | sed -n 's/^Source: //p')
%:
More information about the debian-med-commit
mailing list