diff --git a/debian/README.source b/debian/README.source new file mode 100644 index 0000000..5d27de0 --- /dev/null +++ b/debian/README.source @@ -0,0 +1,5 @@ +This packages uses the quilt patch system. Please read +/usr/share/doc/quilt/README.source for more information. + + -- Andreas Tille Thu, 21 Jan 2010 22:07:47 +0100 + diff --git a/debian/changelog b/debian/changelog index 27100ca..0fc7554 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,16 +1,16 @@ -tigr-glimmer (3.02-3) UNRELEASED; urgency=low +tigr-glimmer (3.02-2) UNRELEASED; urgency=low * debian/control: - Fixed Vcs-Svn (missing svn/) - Updated Standards-Version to 3.8.1 (no changes needed) + - Standards-Version: 3.8.3 (no changes needed) + - debhelper (>= 7) + * Fixed E-Mail address of upstream author in debian/copyright + * Fix FTBFS on amd64 + Closes: #560442 + * Added README.source - -- Andreas Tille Thu, 04 Jun 2009 09:47:54 +0200 - -tigr-glimmer (3.02-2) unstable; urgency=low - - * Fixed E-Mail address of upstream author in debian/copyright - - -- Andreas Tille Wed, 07 May 2008 07:51:18 +0200 + -- Andreas Tille Thu, 21 Jan 2010 22:52:45 +0100 tigr-glimmer (3.02-1) unstable; urgency=low diff --git a/debian/compat b/debian/compat index 7ed6ff8..7f8f011 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -5 +7 diff --git a/debian/control b/debian/control index fd2d7ef..b916de6 100644 --- a/debian/control +++ b/debian/control @@ -5,8 +5,8 @@ DM-Upload-Allowed: yes Uploaders: Steffen Moeller , Andreas Tille -Build-Depends: debhelper (>= 5.0), docbook-to-man, cdbs, quilt -Standards-Version: 3.8.1 +Build-Depends: debhelper (>= 7), docbook-to-man, cdbs, quilt +Standards-Version: 3.8.3 Homepage: http://www.cbcb.umd.edu/software/glimmer Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/tigr-glimmer/trunk/?rev=0&sc=0 Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/tigr-glimmer/trunk/ diff --git a/debian/copyright b/debian/copyright index 3d7cfad..d9f1185 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,7 +3,8 @@ Andreas Tille X-Debianized-Date: Thu, 16 Oct 2003 17:33:46 +0200. X-Source-Downloaded-From: http://www.cbcb.umd.edu/software/glimmer -X-Upstream-Author: Arthur L. Delcher +X-Upstream-Author: Art Delcher , + Steven Salzberg Files: debian/* Copyright: © 2003—2008 Steffen Moeller diff --git a/debian/patches/10_gcc4.4.patch b/debian/patches/10_gcc4.4.patch new file mode 100644 index 0000000..5fac96e --- /dev/null +++ b/debian/patches/10_gcc4.4.patch @@ -0,0 +1,11 @@ +--- tigr-glimmer-3.02.orig/src/Common/gene.cc ++++ tigr-glimmer-3.02/src/Common/gene.cc +@@ -444,7 +444,7 @@ + // Return a subscript corresponding to character ch . + + { +- char * p; ++ const char * p; + + p = strchr (CONVERSION_STRING, tolower (ch)); + if (p == NULL)