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
|
libmstoolkit (82-7) unstable; urgency=low
* Fix the VCS urls to point to the salsa git repos.
* Standards-Version: 4.5.0.
* Build-Depends: debhelper-compat (= 12),
-- Filippo Rusconi <lopippo@debian.org> Tue, 16 Jun 2020 13:25:37 +0200
libmstoolkit (82-6) unstable; urgency=medium
* Fixing the linker command line such that the libs appear at the end of
the link command. Thanks to Gianfranco Costamagna
<locutusofborg@debian.org> for the patch.
-- Filippo Rusconi <lopippo@debian.org> Mon, 05 Mar 2018 15:52:53 +0100
libmstoolkit (82-5) UNRELEASED; urgency=medium
* Fixing the dependencies.
-- Filippo Rusconi <lopippo@debian.org> Thu, 01 Mar 2018 17:34:08 +0100
libmstoolkit (82-4) unstable; urgency=medium
* Fix the problem with linking MSSingleScan binary. And add it to the
shipped material by creating a new binary package, libmstoolkit-tools.
-- Filippo Rusconi <lopippo@debian.org> Thu, 01 Mar 2018 17:34:08 +0100
libmstoolkit (82-3) unstable; urgency=medium
* Fix the dpkg-gensymbols command line to produce a correct symbols file.
Thanks to Adrian Bunk <bunk@debian.org> for reporting the bug
(Closes: #891805).
-- Filippo Rusconi <lopippo@debian.org> Thu, 01 Mar 2018 09:13:48 +0100
libmstoolkit (82-2) unstable; urgency=medium
* Fix the missing license/copyright stanzas from a number of files. The
stanzas have been added by Michael Hoopmann as a response to a private
mail request by me. The files were modified on GitHub. I added these license
stanzas to the files in the form of a patch. The version of the library
was not updated and probably won't for some time. This is a compromise
that should be acceptable.
* Update debian/copyright for the MSSingleScan.cpp file and all the others
that got new license notices in the patch above.
* debian/compat 11.
* mv source.lintian-overrides source/lintian-overrides.
* debian/control: Standards-Version: 4.1.3
-- Filippo Rusconi <lopippo@debian.org> Mon, 26 Feb 2018 20:41:29 +0100
libmstoolkit (82-1) unstable; urgency=medium
* New upstream version. Fixes problems I reported on the github site.
-- Filippo Rusconi <lopippo@debian.org> Fri, 01 Dec 2017 15:47:43 +0100
libmstoolkit (77.0.0-1) unstable; urgency=medium
* New upstream version;
* Fix debian/copyright to reflect source modifications in upstream and
to fix lintian-detected glitches;
debian/control & debian copyright: change the projet home website url.
* Better cleaning up of the source tarball (libs not required, .svn and
other cruft);
* Still closing the ITP bug (Closes: #763747).
-- Filippo Rusconi <lopippo@debian.org> Tue, 13 Jan 2015 10:25:07 +0100
libmstoolkit (73~svn-3) UNRELEASED; urgency=medium
* remove the shlibs.local file.
* fix problem with debian/copyright (license ZLib was not detected
properly, with a lintian warning) and remove the corresponding lintian
override.
* Still closing the ITP bug (Closes: #763747);
-- Filippo Rusconi <lopippo@debian.org> Tue, 04 Nov 2014 16:24:42 +0100
libmstoolkit (73~svn-2) unstable; urgency=medium
* Fixes to the debian/copyright file so as to document some shipped
include files;
* Add source lintian overrides file.
* Initial packaging (Closes: #763747);
-- Filippo Rusconi <lopippo@debian.org> Tue, 04 Nov 2014 11:27:08 +0100
libmstoolkit (73~svn-1) unstable; urgency=low
* Initial packaging (Closes: #763747);
* The main modification is related to the Makefile which has been
changed so as to produce first-class citizen UNIX/LINUX/POSIX shared
object libraries.
-- Filippo Rusconi <lopippo@debian.org> Thu, 02 Oct 2014 12:40:10 +0200
|