[med-svn] r20067 - in trunk/packages/genometools/tags: . 1.5.7-1/debian
Sascha Steinbiss
sascha-guest at moszumanska.debian.org
Sun Sep 13 18:38:47 UTC 2015
Author: sascha-guest
Date: 2015-09-13 18:38:47 +0000 (Sun, 13 Sep 2015)
New Revision: 20067
Added:
trunk/packages/genometools/tags/1.5.7-1/
trunk/packages/genometools/tags/1.5.7-1/debian/changelog
Removed:
trunk/packages/genometools/tags/1.5.7-1/debian/changelog
Log:
[svn-buildpackage] Tagging genometools 1.5.7-1
Deleted: trunk/packages/genometools/tags/1.5.7-1/debian/changelog
===================================================================
--- trunk/packages/genometools/trunk/debian/changelog 2015-09-13 01:28:16 UTC (rev 20064)
+++ trunk/packages/genometools/tags/1.5.7-1/debian/changelog 2015-09-13 18:38:47 UTC (rev 20067)
@@ -1,173 +0,0 @@
-genometools (1.5.6-1) unstable; urgency=low
-
- * New upstream release.
-
- -- Sascha Steinbiss <sascha at steinbiss.name> Mon, 22 Jun 2015 19:26:35 +0000
-
-genometools (1.5.5-2) unstable; urgency=low
-
- * Disable faketime on hurd-i386 to fix FTBFS on that arch.
-
- -- Sascha Steinbiss <sascha at steinbiss.name> Wed, 10 Jun 2015 10:03:22 +0000
-
-genometools (1.5.5-1) unstable; urgency=low
-
- * New upstream release.
-
- -- Sascha Steinbiss <sascha at steinbiss.name> Sat, 06 Jun 2015 09:49:49 +0000
-
-genometools (1.5.4-2) experimental; urgency=low
-
- * Work towards reproducibility.
-
- -- Sascha Steinbiss <sascha at steinbiss.name> Sun, 22 Mar 2015 08:09:07 +0000
-
-genometools (1.5.4-1) experimental; urgency=low
-
- * New upstream release.
-
- -- Sascha Steinbiss <sascha at steinbiss.name> Fri, 12 Dec 2014 12:06:42 +0000
-
-genometools (1.5.3-2) unstable; urgency=low
-
- * Reactivate missing patch.
-
- -- Sascha Steinbiss <sascha at steinbiss.name> Fri, 05 Sep 2014 14:23:31 +0100
-
-genometools (1.5.3-1) unstable; urgency=low
-
- * New upstream release.
-
- -- Sascha Steinbiss <sascha at steinbiss.name> Wed, 16 Jul 2014 20:32:19 +0100
-
-genometools (1.5.2-4) unstable; urgency=low
-
- * Incorporate patches addressing type conversion errors (thanks to
- Michael Tautschnig).
- Closes: #748305
-
- -- Sascha Steinbiss <steinbiss at zbh.uni-hamburg.de> Sat, 24 May 2014 18:57:45 +0000
-
-genometools (1.5.2-3) unstable; urgency=low
-
- * Address building issues on s390x, powerpc and armhf
- * Don't use -m64 for arm64 (thanks to Logan Rosen)
- Closes: #748708
- * Build-depend on docbook-xsl to fix FTBFS while offline (thanks to
- Logan Rosen)
- Closes: #748709
-
- -- Sascha Steinbiss <steinbiss at zbh.uni-hamburg.de> Mon, 19 May 2014 23:06:34 +0000
-
-genometools (1.5.2-2) unstable; urgency=low
-
- * Split manuals into separate documents to avoid strange LaTeX build issues.
-
- -- Sascha Steinbiss <steinbiss at zbh.uni-hamburg.de> Thu, 15 May 2014 23:23:20 +0000
-
-genometools (1.5.2-1) unstable; urgency=low
-
- * New upstream release.
- * Remove symbols file because private symbols are exported (next upstream
- version will properly control exported symbols and a new symbols file
- will be created and maintained)
- * Remove manpages from debian directory as they are now autogenerated on
- build
- * Fix some missing symbols problems
-
- -- Sascha Steinbiss <steinbiss at zbh.uni-hamburg.de> Thu, 15 May 2014 10:51:41 +0000
-
-genometools (1.5.1-3) unstable; urgency=low
-
- * debian/rules
- - Add basic tests to check whether cairo/pango linking works
- - Clean up indices created by tests to make repeated builds possible
- - Make sure bin/examples/sketch_parsed_with_* are built
- - Enable compiler optimization
- * debian/control
- - Move libgenometools0 package into libs section
- - Switch pango deps to new package
- - Add ruby builddep, required for the testsuite
-
- -- Sascha Steinbiss <steinbiss at zbh.uni-hamburg.de> Wed, 06 Nov 2013 14:28:41 +0100
-
-genometools (1.5.1-2) unstable; urgency=low
-
- * debian/control
- - Add myself to Uploaders
- - cme fix dpkg-control
- - Follow liblua package name transition
- Closes: #728017
- - Remove depends from virtual package python-ctypes which is provided
- by python
- * provide symbols file
-
- -- Andreas Tille <tille at debian.org> Mon, 28 Oct 2013 08:17:04 +0100
-
-genometools (1.5.1-1) unstable; urgency=low
-
- * New upstream release.
-
- -- Sascha Steinbiss <steinbiss at zbh.uni-hamburg.de> Thu, 07 Mar 2013 14:08:05 +0100
-
-genometools (1.5.0-2) unstable; urgency=low
-
- * Patch manuals not to use includecomment/excludecomment
-
- -- Sascha Steinbiss <steinbiss at zbh.uni-hamburg.de> Sat, 16 Feb 2013 16:58:11 +0100
-
-genometools (1.5.0-1) unstable; urgency=low
-
- * New upstream release
- * bugfixes and cleanups
- * development tool `gt sain' added to run an induced suffix array sorting
- algorithm
- * the -typecheck option in the `gt gff3` and `gt gff3validator` tools
- now also validates parent (part-of) relationships, see -help output for
- details
- * new option -encseq besides -seqfile(s) and -regionmapping to select a
- encseq index as a sequence source
- * GtBioseq backend switched to GtEncseq
- * GtSeqCol is now an interface, GtEncseqCol added
- * GtRankedList added
- * GtSNPAnnotatorStream and `gt snpper' tool added
- * node sorting code is now aware of MD5 hash presence
- * compatibility with old Pango versions inproved
-
- -- Sascha Steinbiss <steinbiss at zbh.uni-hamburg.de> Tue, 05 Feb 2013 18:52:22 +0100
-
-genometools (1.4.2-4) unstable; urgency=low
-
- * Remove shlibs.local file
-
- -- Sascha Steinbiss <steinbiss at zbh.uni-hamburg.de> Tue, 09 Oct 2012 12:24:17 +0200
-
-genometools (1.4.2-3) unstable; urgency=low
-
- * Build with pbuilder to obtain reasonable libc dependency (>= 2.13)
-
- -- Sascha Steinbiss <steinbiss at zbh.uni-hamburg.de> Tue, 09 Oct 2012 10:04:34 +0200
-
-genometools (1.4.2-2) unstable; urgency=low
-
- * Fixed libpango-dev dependency
- * Updated manpages
-
- -- Sascha Steinbiss <steinbiss at zbh.uni-hamburg.de> Mon, 08 Oct 2012 07:51:52 +0200
-
-genometools (1.4.2-1) unstable; urgency=low
-
- * New upstream release
- [ Sponsor Steffen Moeller ]
- * Update of policy to 3.9.4
- * Added DMUA flag
-
- -- Sascha Steinbiss <steinbiss at zbh.uni-hamburg.de> Fri, 05 Oct 2012 15:47:56 +0200
-
-genometools (1.4.1-1) unstable; urgency=low
-
- * Initial release (Closes: #657923)
- * the GFF3 parser now handles children which are defined before their parents
- * many small improvements to the GFF3 parser
-
- -- Sascha Steinbiss <steinbiss at zbh.uni-hamburg.de> Mon, 09 Jul 2012 14:10:23 +0100
Copied: trunk/packages/genometools/tags/1.5.7-1/debian/changelog (from rev 20066, trunk/packages/genometools/trunk/debian/changelog)
===================================================================
--- trunk/packages/genometools/tags/1.5.7-1/debian/changelog (rev 0)
+++ trunk/packages/genometools/tags/1.5.7-1/debian/changelog 2015-09-13 18:38:47 UTC (rev 20067)
@@ -0,0 +1,180 @@
+genometools (1.5.7-1) unstable; urgency=low
+
+ * New upstream release.
+ * d/rules: try ro improve reproducibility
+
+ -- Sascha Steinbiss <sascha at steinbiss.name> Sun, 13 Sep 2015 08:22:39 +0000
+
+genometools (1.5.6-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Sascha Steinbiss <sascha at steinbiss.name> Mon, 22 Jun 2015 19:26:35 +0000
+
+genometools (1.5.5-2) unstable; urgency=low
+
+ * Disable faketime on hurd-i386 to fix FTBFS on that arch.
+
+ -- Sascha Steinbiss <sascha at steinbiss.name> Wed, 10 Jun 2015 10:03:22 +0000
+
+genometools (1.5.5-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Sascha Steinbiss <sascha at steinbiss.name> Sat, 06 Jun 2015 09:49:49 +0000
+
+genometools (1.5.4-2) experimental; urgency=low
+
+ * Work towards reproducibility.
+
+ -- Sascha Steinbiss <sascha at steinbiss.name> Sun, 22 Mar 2015 08:09:07 +0000
+
+genometools (1.5.4-1) experimental; urgency=low
+
+ * New upstream release.
+
+ -- Sascha Steinbiss <sascha at steinbiss.name> Fri, 12 Dec 2014 12:06:42 +0000
+
+genometools (1.5.3-2) unstable; urgency=low
+
+ * Reactivate missing patch.
+
+ -- Sascha Steinbiss <sascha at steinbiss.name> Fri, 05 Sep 2014 14:23:31 +0100
+
+genometools (1.5.3-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Sascha Steinbiss <sascha at steinbiss.name> Wed, 16 Jul 2014 20:32:19 +0100
+
+genometools (1.5.2-4) unstable; urgency=low
+
+ * Incorporate patches addressing type conversion errors (thanks to
+ Michael Tautschnig).
+ Closes: #748305
+
+ -- Sascha Steinbiss <steinbiss at zbh.uni-hamburg.de> Sat, 24 May 2014 18:57:45 +0000
+
+genometools (1.5.2-3) unstable; urgency=low
+
+ * Address building issues on s390x, powerpc and armhf
+ * Don't use -m64 for arm64 (thanks to Logan Rosen)
+ Closes: #748708
+ * Build-depend on docbook-xsl to fix FTBFS while offline (thanks to
+ Logan Rosen)
+ Closes: #748709
+
+ -- Sascha Steinbiss <steinbiss at zbh.uni-hamburg.de> Mon, 19 May 2014 23:06:34 +0000
+
+genometools (1.5.2-2) unstable; urgency=low
+
+ * Split manuals into separate documents to avoid strange LaTeX build issues.
+
+ -- Sascha Steinbiss <steinbiss at zbh.uni-hamburg.de> Thu, 15 May 2014 23:23:20 +0000
+
+genometools (1.5.2-1) unstable; urgency=low
+
+ * New upstream release.
+ * Remove symbols file because private symbols are exported (next upstream
+ version will properly control exported symbols and a new symbols file
+ will be created and maintained)
+ * Remove manpages from debian directory as they are now autogenerated on
+ build
+ * Fix some missing symbols problems
+
+ -- Sascha Steinbiss <steinbiss at zbh.uni-hamburg.de> Thu, 15 May 2014 10:51:41 +0000
+
+genometools (1.5.1-3) unstable; urgency=low
+
+ * debian/rules
+ - Add basic tests to check whether cairo/pango linking works
+ - Clean up indices created by tests to make repeated builds possible
+ - Make sure bin/examples/sketch_parsed_with_* are built
+ - Enable compiler optimization
+ * debian/control
+ - Move libgenometools0 package into libs section
+ - Switch pango deps to new package
+ - Add ruby builddep, required for the testsuite
+
+ -- Sascha Steinbiss <steinbiss at zbh.uni-hamburg.de> Wed, 06 Nov 2013 14:28:41 +0100
+
+genometools (1.5.1-2) unstable; urgency=low
+
+ * debian/control
+ - Add myself to Uploaders
+ - cme fix dpkg-control
+ - Follow liblua package name transition
+ Closes: #728017
+ - Remove depends from virtual package python-ctypes which is provided
+ by python
+ * provide symbols file
+
+ -- Andreas Tille <tille at debian.org> Mon, 28 Oct 2013 08:17:04 +0100
+
+genometools (1.5.1-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Sascha Steinbiss <steinbiss at zbh.uni-hamburg.de> Thu, 07 Mar 2013 14:08:05 +0100
+
+genometools (1.5.0-2) unstable; urgency=low
+
+ * Patch manuals not to use includecomment/excludecomment
+
+ -- Sascha Steinbiss <steinbiss at zbh.uni-hamburg.de> Sat, 16 Feb 2013 16:58:11 +0100
+
+genometools (1.5.0-1) unstable; urgency=low
+
+ * New upstream release
+ * bugfixes and cleanups
+ * development tool `gt sain' added to run an induced suffix array sorting
+ algorithm
+ * the -typecheck option in the `gt gff3` and `gt gff3validator` tools
+ now also validates parent (part-of) relationships, see -help output for
+ details
+ * new option -encseq besides -seqfile(s) and -regionmapping to select a
+ encseq index as a sequence source
+ * GtBioseq backend switched to GtEncseq
+ * GtSeqCol is now an interface, GtEncseqCol added
+ * GtRankedList added
+ * GtSNPAnnotatorStream and `gt snpper' tool added
+ * node sorting code is now aware of MD5 hash presence
+ * compatibility with old Pango versions inproved
+
+ -- Sascha Steinbiss <steinbiss at zbh.uni-hamburg.de> Tue, 05 Feb 2013 18:52:22 +0100
+
+genometools (1.4.2-4) unstable; urgency=low
+
+ * Remove shlibs.local file
+
+ -- Sascha Steinbiss <steinbiss at zbh.uni-hamburg.de> Tue, 09 Oct 2012 12:24:17 +0200
+
+genometools (1.4.2-3) unstable; urgency=low
+
+ * Build with pbuilder to obtain reasonable libc dependency (>= 2.13)
+
+ -- Sascha Steinbiss <steinbiss at zbh.uni-hamburg.de> Tue, 09 Oct 2012 10:04:34 +0200
+
+genometools (1.4.2-2) unstable; urgency=low
+
+ * Fixed libpango-dev dependency
+ * Updated manpages
+
+ -- Sascha Steinbiss <steinbiss at zbh.uni-hamburg.de> Mon, 08 Oct 2012 07:51:52 +0200
+
+genometools (1.4.2-1) unstable; urgency=low
+
+ * New upstream release
+ [ Sponsor Steffen Moeller ]
+ * Update of policy to 3.9.4
+ * Added DMUA flag
+
+ -- Sascha Steinbiss <steinbiss at zbh.uni-hamburg.de> Fri, 05 Oct 2012 15:47:56 +0200
+
+genometools (1.4.1-1) unstable; urgency=low
+
+ * Initial release (Closes: #657923)
+ * the GFF3 parser now handles children which are defined before their parents
+ * many small improvements to the GFF3 parser
+
+ -- Sascha Steinbiss <steinbiss at zbh.uni-hamburg.de> Mon, 09 Jul 2012 14:10:23 +0100
More information about the debian-med-commit
mailing list