[med-svn] r13135 - in trunk/packages/genometools/trunk/debian: . patches
Sascha Steinbiss
sascha-guest at alioth.debian.org
Mon Mar 4 14:49:37 UTC 2013
Author: sascha-guest
Date: 2013-03-04 14:49:36 +0000 (Mon, 04 Mar 2013)
New Revision: 13135
Modified:
trunk/packages/genometools/trunk/debian/control
trunk/packages/genometools/trunk/debian/copyright
trunk/packages/genometools/trunk/debian/patches/adding_soname
trunk/packages/genometools/trunk/debian/patches/libbam-fix
trunk/packages/genometools/trunk/debian/patches/remove-gitignores
trunk/packages/genometools/trunk/debian/patches/split_manuals
Log:
Get rid of some info and pedantic lintian issues
Modified: trunk/packages/genometools/trunk/debian/control
===================================================================
--- trunk/packages/genometools/trunk/debian/control 2013-03-04 14:29:03 UTC (rev 13134)
+++ trunk/packages/genometools/trunk/debian/control 2013-03-04 14:49:36 UTC (rev 13135)
@@ -1,7 +1,7 @@
Source: genometools
Section: science
Priority: optional
-Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Sascha Steinbiss <steinbiss at zbh.uni-hamburg.de>
Build-Depends: debhelper (>= 9),
liblua5.1-0-dev, liblua5.1-md5-dev, liblua5.1-filesystem-dev,
@@ -11,8 +11,8 @@
texlive-fonts-recommended, python
Standards-Version: 3.9.4
Homepage: http://genometools.org
-Vcs-Browser: http://svn.debian.org/viewvc/debian-med/trunk/packages/genometools/trunk/
-Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/genometools/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/genometools/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/genometools/trunk/
Package: genometools
Architecture: any
Modified: trunk/packages/genometools/trunk/debian/copyright
===================================================================
--- trunk/packages/genometools/trunk/debian/copyright 2013-03-04 14:29:03 UTC (rev 13134)
+++ trunk/packages/genometools/trunk/debian/copyright 2013-03-04 14:49:36 UTC (rev 13135)
@@ -1,18 +1,18 @@
-Format: http://dep.debian.net/deps/dep5
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: genometools
Source: http://genometools.org
Files:
*
Copyright:
- 2001-2012 Stefan Kurtz
- 2003-2012 Gordon Gremme
- 2007-2012 Sascha Steinbiss
+ 2001-2013 Stefan Kurtz
+ 2003-2013 Gordon Gremme
+ 2007-2013 Sascha Steinbiss
2004-2012 Stefan Bienert
2010-2011 Joachim Bonnet
2007 David Ellinghaus
2008 Johannes Fischer
- 2009-2012 Giorgio Gonnella
+ 2009-2013 Giorgio Gonnella
2007-2008 Thomas Jahns
2007 Malte Mader
2009 Brent Pedersen
@@ -20,8 +20,8 @@
2007 David Schmitz-Huebsch
2003-2005 Michael E Sparks
2009 Zhihao Tang
- 2010-2012 Dirk Willrodt
- 2004-2012 Center for Bioinformatics, University of Hamburg
+ 2010-2013 Dirk Willrodt
+ 2004-2013 Center for Bioinformatics, University of Hamburg
License:
Permission to use, copy, modify, and distribute this software for any
purpose with or without fee is hereby granted, provided that the above
Modified: trunk/packages/genometools/trunk/debian/patches/adding_soname
===================================================================
--- trunk/packages/genometools/trunk/debian/patches/adding_soname 2013-03-04 14:29:03 UTC (rev 13134)
+++ trunk/packages/genometools/trunk/debian/patches/adding_soname 2013-03-04 14:49:36 UTC (rev 13135)
@@ -1,3 +1,8 @@
+Description: add soname to linker call in Makefile
+ Upstream Makefile does not build a shared object with soname or version
+ number. This patch adds support for sonames, as well a symlink from
+ the .so to the .so.X file.
+Author: Sascha Steinbiss <steinbiss at zbh.uni-hamburg.de>
--- a/Makefile
+++ b/Makefile
@@ -96,6 +96,7 @@
Modified: trunk/packages/genometools/trunk/debian/patches/libbam-fix
===================================================================
--- trunk/packages/genometools/trunk/debian/patches/libbam-fix 2013-03-04 14:29:03 UTC (rev 13134)
+++ trunk/packages/genometools/trunk/debian/patches/libbam-fix 2013-03-04 14:49:36 UTC (rev 13135)
@@ -1,3 +1,8 @@
+Description: add static link to libbam.a
+ The Debian libbam package only provides a static library to link to,
+ adding this to the Makefile.
+Author: Sascha Steinbiss <steinbiss at zbh.uni-hamburg.de>
+
--- a/Makefile
+++ b/Makefile
@@ -251,7 +251,7 @@
Modified: trunk/packages/genometools/trunk/debian/patches/remove-gitignores
===================================================================
--- trunk/packages/genometools/trunk/debian/patches/remove-gitignores 2013-03-04 14:29:03 UTC (rev 13134)
+++ trunk/packages/genometools/trunk/debian/patches/remove-gitignores 2013-03-04 14:49:36 UTC (rev 13135)
@@ -1,3 +1,5 @@
+Description: Remove unneeded .gitignores or .gitignore entries
+Author: Sascha Steinbiss <steinbiss at zbh.uni-hamburg.de>
--- a/doc/devguide/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
Modified: trunk/packages/genometools/trunk/debian/patches/split_manuals
===================================================================
--- trunk/packages/genometools/trunk/debian/patches/split_manuals 2013-03-04 14:29:03 UTC (rev 13134)
+++ trunk/packages/genometools/trunk/debian/patches/split_manuals 2013-03-04 14:49:36 UTC (rev 13135)
@@ -1,3 +1,8 @@
+Description: split manuals into individual LaTeX files
+ On some platforms, LaTeX will not build manuals properly when
+ they share a single file in which text sections are marked or
+ unmarked as comments using includecomment/excludecomment.
+Author: Sascha Steinbiss <steinbiss at zbh.uni-hamburg.de>
--- a/doc/manuals/matstat.tex
+++ b/doc/manuals/matstat.tex
@@ -1,2 +1,158 @@
More information about the debian-med-commit
mailing list