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 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189
|
evolvotron (0.7.1-4) unstable; urgency=medium
* Declare compliance with Debian Policy 4.5.1. (No changes needed.)
* Bump debhelper compatibility level to 13.
+ Build-depend on "debhelper-compat (= 13)" to replace debian/compat.
* Update Homepage (different domain) in debian/control and Source
(remove "index.htm") in debian/copyright. (Closes: #978415)
* Bump debian/watch version from 3 to 4. Thanks Lintian!
* Update package maintainer copyright years in debian/copyright.
-- Axel Beckert <abe@debian.org> Sun, 27 Dec 2020 10:32:23 +0100
evolvotron (0.7.1-3) unstable; urgency=high
[ Ondřej Nový ]
* debian/watch: Use HTTPS.
[ Axel Beckert ]
* Apply patch to fix erasing while iterating. Fixes frequent segfaults
on startup. (Closes: #929034) Thanks to Saverio Brancaccio for
reporting the issue and thanks to Jan Nordholz for the patch!
-- Axel Beckert <abe@debian.org> Tue, 21 May 2019 01:40:39 +0200
evolvotron (0.7.1-2) unstable; urgency=medium
* Add lintian override for bogus tech-ctte decision imposed onto policy,
as the less bad of all alternatives.
* Declare compliance with Debian Policy 4.1.3. (No changes needed.)
* Bump copyright years in debian/copyright.
* Bump debhelper compatibility level to 11.
+ Update versioned debhelper build-dependency accordingly.
* Update Vcs-* headers for switch to salsa.debian.org.
-- Axel Beckert <abe@debian.org> Tue, 02 Jan 2018 08:32:53 +0100
evolvotron (0.7.1-1) unstable; urgency=medium
* New upstream release. (0.7.0 was never released as tar ball.)
+ Supports Qt5. (Closes: #874863)
+ Change build-dependency from libqt4-dev to qtbase5-dev.
+ "export QT_SELECT=qt5" in debian/rules.
+ Drop "--buildsystem=qmake_qt4" from debian/rules, no more needed.
+ Drop all patches. (Applied upstream or otherwise fixed/obsolete.)
* Add debian/upstream/metadata.
* Declare compliance with Debian Policy 4.1.1.
* Bump debhelper compatibility to 10.
+ Update versioned debhelper build-dependency accordingly.
+ Remove now implicit --parallel from debian/rules.
* Move removal of libevolvotron/moc from debian/rules to debian/clean.
* Set "Rules-Requires-Root: no".
-- Axel Beckert <abe@debian.org> Wed, 15 Nov 2017 02:13:25 +0100
evolvotron (0.6.3-5) unstable; urgency=medium
* Add patch to sort file listings in .pro files to hopefully gain some
more reproducibility. Hint by Daniel Shahaf, thanks!
-- Axel Beckert <abe@debian.org> Fri, 12 Aug 2016 23:32:03 +0200
evolvotron (0.6.3-4) unstable; urgency=medium
* Extend support-parallel-building.patch to also add dependencies on
libfunction.a. Hopefully fixes FTBFS on multiple architectures.
-- Axel Beckert <abe@debian.org> Sat, 25 Jun 2016 09:29:39 +0200
evolvotron (0.6.3-3) unstable; urgency=medium
* Enable all hardening build flags.
* Update Homepage header and URL in debian/copyright to new upstream
website respectively SF download page. (Reported by DUCK.)
* Declare compliance with Debian Policy 3.9.8.
* Switch Vcs-* headers to currently recommended URLs.
* Convert debian/copyright to machine-readable DEP5 format, update
copyright years and reflect that the upstream license has changed to
GPL-3+ at some point in the past.
* Add patch to fix compilation with GCC6. (Closes: #811660)
* Enable parallel building; patch main.pro to support this.
* Extend fix-spelling.patch by further misspellings found by lintian.
-- Axel Beckert <abe@debian.org> Fri, 24 Jun 2016 23:11:38 +0200
evolvotron (0.6.3-2) unstable; urgency=medium
* Bump Standards-Version to 3.9.5 (no changes)
* Bump debhelper compatibility to 9
+ Update versioned debhelper build-dependency accordingly
+ Drop rebuilding binaries with manually set flags
* Simplify debian/rules:
+ Rebuild Makefile unconditionally
+ Use "dh_auto_install" and "dh_install" instead of calling "make
install" and "cp" manually
+ Finally switch to a minimal dh-style debian/rules file
* Fix lintian warning desktop-entry-lacks-keywords-entry.
-- Axel Beckert <abe@debian.org> Wed, 28 May 2014 17:36:47 +0200
evolvotron (0.6.3-1) unstable; urgency=low
* New upstream release. Upstream now ships pre-generated documentation
(Closes: #699037) which was previously generated at build time.
+ No more remove documentation files with dh_clean
+ Also patch misspellings in the shipped documentation
+ No more patch and call upstream's configure script, it's a no-op now
* Bump Standards-Version to 3.9.4 (no changes)
* Remove "rm -f build-stamp" from debian/rules, it's done by dh_clean
-- Axel Beckert <abe@debian.org> Sat, 09 Mar 2013 20:34:23 +0100
evolvotron (0.6.2-1) unstable; urgency=low
* New upstream release
+ Add new build-dependency on libboost-program-options-dev
+ Drop patch fix-typo; fixed upstream
+ CHANGES renamed to NEWS: update debian/rules
* Adopt the package (Closes: #691820)
* Add Vcs-* headers
* debian/rules cleanup:
+ Use dh_auto_clean
+ Use debian/clean instead of manual rm
+ Remove some blank lines
+ Replace target "config.status" (which doesn't get built by the
non-autotools configure script) by "Makefile". This prevents
multiple build runs and makes evolvotron building again on
ia64. (Closes: #683010)
* Support hardening build flags
+ Remove old DEB_BUILD_OPTIONS parsing
+ Patch configure to no more call qmake directly
+ Use dh_auto_configure and dh_auto_build
+ Pass CPPFLAGS in CXXFLAGS and CFLAGS as qmake seems to ignore CPPFLAGS
+ Rebuild binaries with proper build flags as qmake doesn't seem to
pass all of them properly everywhere
+ Add build-dependency on dpkg-dev (>= 1.16.1~)
* Add patch to fix some misspellings found by lintian.
* Update years and package maintainers in debian/copyright
* Apply wrap-and-sort
-- Axel Beckert <abe@debian.org> Thu, 06 Dec 2012 21:45:31 +0100
evolvotron (0.6.1-2) unstable; urgency=low
[ Gürkan Sengün ]
* Apply patch of Pedro Gimeno to fix the cli tool. (Closes: #670211).
Many thanks.
* Bump standards version to 3.9.3.
* Add missing debian/source/format.
* debian/evolvotron.desktop: drop Encoding.
* debian/watch: Added.
[ Axel Beckert ]
* Enforce build with -j1 to prevent FTBFS
-- Gürkan Sengün <gurkan@phys.ethz.ch> Tue, 08 May 2012 18:11:13 +0200
evolvotron (0.6.1-1) unstable; urgency=low
* New upstream version.
* Updated debian/copyright.
* debian/control: Update to QT4 from QT3.
* debian/rules: drop dh_desktop call.
* Bump standards version.
-- Gürkan Sengün <gurkan@phys.ethz.ch> Mon, 21 Sep 2009 14:28:00 +0200
evolvotron (0.5.1-1) unstable; urgency=low
* New upstream version.
* debian/control: Updated standards version and moved Homepage field
* debian/compat: Bumped version.
* Update my email address.
-- Gürkan Sengün <gurkan@phys.ethz.ch> Wed, 01 Oct 2008 14:44:29 +0100
evolvotron (0.5.0-1) unstable; urgency=low
* New upstream version. (Closes: #436231)
* Updated build-depends in debian/control.
-- Gürkan Sengün <gurkan@linuks.mine.nu> Mon, 22 Oct 2007 19:42:58 +0200
evolvotron (0.4.0-1) unstable; urgency=low
* Initial release. (Closes: #427702)
* Fixed some manpage syntax.
* Fixed some GNU C++ syntax.
-- Gürkan Sengün <gurkan@linuks.mine.nu> Tue, 05 Jun 2007 20:03:41 +0200
|