1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138
|
libgenome (1.3.1-9) unstable; urgency=medium
* Add Multi-Arch: same and Pre-Depends: ${misc:Pre-Depends}
according to https://wiki.debian.org/Multiarch/Implementation
* Fix gcc-6.1 build issue
Closes: #831188
* hardening=+bindnow
* cme fix dpkg-control
* Fixed homepage
* Drop unused overrides
-- Andreas Tille <tille@debian.org> Fri, 12 Aug 2016 10:52:24 +0200
libgenome (1.3.1-8) unstable; urgency=medium
* d/rules: drop unneeded override libgomp1-dev
* Rename library packages for g++5 ABI transition.
(thanks to Steve Langasek <steve.langasek@ubuntu.com> for the patch)
Closes: #791121
* cme fix dpkg-control
* Versioned Build-Depends d-shlibs (>= 0.61) to support --v5 option
-- Andreas Tille <tille@debian.org> Sat, 08 Aug 2015 18:56:32 +0200
libgenome (1.3.1-7) unstable; urgency=medium
* debian/rules: override libgomp1-dev dependency by nothing
Closes: #751295
-- Andreas Tille <tille@debian.org> Fri, 13 Jun 2014 13:29:53 +0200
libgenome (1.3.1-6) unstable; urgency=medium
* use dh-autoreconf
Closes: #744609
* debian/rules: simplify d-shlibs call
-- Andreas Tille <tille@debian.org> Sun, 13 Apr 2014 21:39:18 +0200
libgenome (1.3.1-5) unstable; urgency=low
* symbols control file does more harm than good - deactivating
Closes: #731485
* d/lintian-overrides: override missing symbols control file warning
-- Andreas Tille <tille@debian.org> Fri, 06 Dec 2013 09:48:29 +0100
libgenome (1.3.1-4) unstable; urgency=low
* debian/control:
- cme fix dpkg-control
- canonical Vcs fields
- debhelper 9
- remove doxygen from Build-Depends since we do not create the
documentation anyway (see remark in README.Debian
- drop cdbs from Build-Depends
* debian/rules: switch from cdbs to dh
* provide symbols file
* debian/copyright: DEP5
-- Andreas Tille <tille@debian.org> Thu, 07 Nov 2013 11:28:05 +0100
libgenome (1.3.1-3) unstable; urgency=low
* Standards-Version: 3.8.4 (no changes needed)
* Using Dpkg source format version ‘3.0 (quilt)’ (debian/source/format)
* debian/rules: fix override exception for d-shlibmove:
--override s/libstdc\+\+6-dev// (needs escaping the '+')
-- Andreas Tille <tille@debian.org> Thu, 29 Apr 2010 11:21:22 +0200
libgenome (1.3.1-2) unstable; urgency=low
* Stop using d-shlibs hack which was intended to prevent dependency
from g++-4.1 lib. The dependency is *really* stupid but the hack
was intended to be temporary and no really good solution.
* Standards-Version: 3.8.3 (no changes needed)
* Removed quilt Build-Depends
* Added missing ${misc:Depends}
* Remove *.la file according to
http://lists.debian.org/debian-devel/2009/08/msg00783.html
This has to be done manually until d-shlibmove stops moving this
file (bug against d-shlibs just filed)
* Debhelper 7
-- Andreas Tille <tille@debian.org> Thu, 26 Jun 2008 09:36:06 +0200
libgenome (1.3.1-1) unstable; urgency=low
* New upstream version
* debian/get-orig-source contains code to obtain snapshot releases,
final releases should be obtained via uscan using the watch file
* debian/rules: more consequent usage of variables
* Fixed watch file
* Standards-Version: 3.8.0 (no changes needed)
-- Andreas Tille <tille@debian.org> Wed, 25 Jun 2008 14:07:53 +0200
libgenome (1.3.0-5) unstable; urgency=low
* Another "#include <cstring>" was obviousely missing. I know
compiled successfully in a g++-4.3 environment which makes me
positive that this finally
Closes: #474416
-- Andreas Tille <tille@debian.org> Tue, 08 Apr 2008 13:37:18 +0200
libgenome (1.3.0-4) unstable; urgency=low
* Even more missing includes (Thanks to Kumar Appaiah
<akumar@ee.iitm.ac.in>)
Closes: #474416
-- Andreas Tille <tille@debian.org> Mon, 07 Apr 2008 09:25:58 +0200
libgenome (1.3.0-3) unstable; urgency=low
* Just another #include <cstring> to fix also the strchr issues
Closes: #474416
-- Andreas Tille <tille@debian.org> Sat, 05 Apr 2008 19:46:43 +0200
libgenome (1.3.0-2) unstable; urgency=low
* Include pkgconfig file into -dev package
* Move header files in libGenome subdirectory
* Enhanced debian/copyright information
* Added #include <cstring> to source files containing memmove
and memcpy
Closes: #474356
-- Andreas Tille <tille@debian.org> Sat, 05 Apr 2008 13:39:53 +0200
libgenome (1.3.0-1) unstable; urgency=low
* Initial release (Closes: #468408)
-- Andreas Tille <tille@debian.org> Thu, 28 Feb 2008 20:13:45 +0100
|