X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=debian%2Fchangelog;h=93afb97398df020eb56f77ba36084198495b5793;hp=c14f4ddae4e8417115054842fa481e5f30b9e1ea;hb=4b49778f44b9149451ba36e5f1bd7830c74c8fee;hpb=f6daf56363aa1ebc1421de9e758f6ef431b685bf diff --git a/debian/changelog b/debian/changelog index c14f4dd..93afb97 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,83 @@ +ctsim (6.0.0-2) unstable; urgency=low + + * Merge patches and packaging changes kindly make by Debian Med Team + + -- Kevin M. Rosenberg Wed, 21 Mar 2018 00:55:11 -0600 + +ctsim (6.0.0-1) unstable; urgency=low + + * New upstream, supports OpenMP parallelism and migrated to wxgtk3.0 and libpng1.6 + * debian/control: Update for wxgtk3 + + -- Kevin M. Rosenberg Tue, 20 Mar 2018 22:40:50 -0600 + +ctsim (5.2.0-4) unstable; urgency=medium + + * Fix watch file + * Remove redundant README.Debian + * hardening=+all + * debhelper 10 + * Remove empty postinst script + + -- Andreas Tille Tue, 06 Dec 2016 10:17:38 +0100 + +ctsim (5.2.0-3) unstable; urgency=medium + + * cme fix dpkg-control + * DEP3 header for libpng16 patch + * Fix d/rules (thanks to Chris Lamb for the patch) + Closes: 834574 + * Remove menu file + * hardening=+all,-pie + + -- Andreas Tille Wed, 17 Aug 2016 13:36:53 +0200 + +ctsim (5.2.0-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix "FTBFS with libpng16" (Closes: #809897) + + -- Tobias Frost Sun, 24 Jan 2016 12:58:10 +0100 + +ctsim (5.2.0-2) unstable; urgency=medium + + [ Olly Betts ] + * Update to use wxWidgets 3.0 (new patch: wx3.0-compat.patch) + Closes: #751552 + + [ Andreas Tille ] + * Take over the package into Debian Med team + * debian/control: + - debhelper 9 + - Priority: optional + - cme fix dpkg-control + * Build-Depends on libpng-dev, change from libpng12-dev + Closes: #662293 + * debian/copyright: DEP5 + * debian/rules: Use dh in d/rules + * fix upstream Makefile issues (finally by using dh-autoreconf) + * spelling fix + + -- Andreas Tille Mon, 11 Aug 2014 10:05:01 +0200 + +ctsim (5.2.0-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix "FTBFS: /bin/sh: 0: Can't open ./config.status" + - as a pre-requisite, use autotools-dev to handle config.{sub,guess} + (newer dpkg-source bails out due the changed files); also remove + auto-generated patch with changes to these files + - for the actual fix, remove second call to make clean from debian/rules + (Closes: #642709) + + -- gregor herrmann Thu, 15 Dec 2011 19:48:51 +0100 + +ctsim (5.2.0-1) unstable; urgency=low + + * New upstream + + -- Kevin M. Rosenberg Sun, 07 Nov 2010 18:31:39 -0700 + ctsim (5.1.4-1) unstable; urgency=low * New upstream: configure.ac - Fix test syntax error (closes:583010)