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 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208
|
rlplot (1.5-4) unstable; urgency=medium
* debhelper 12
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.3.0
* Secure URI in copyright format
* Remove trailing whitespace in debian/changelog
* Remove trailing whitespace in debian/control
-- Andreas Tille <tille@debian.org> Sun, 13 Jan 2019 22:47:42 +0100
rlplot (1.5-3) unstable; urgency=medium
* Team upload
[ Gert Wollny ]
* d/p/gcc-6.patch: Add patch to fix compilation with g++-6
Closes: #811648
* run "cme fix dpkg-control"
* remove d/menu file to quell command-in-menu-file-and-desktop-file
* d/rules: add debug flag to create proper automatic debug symbols
file
* d/p/hardening..: Add hardening flags to the build
* d/rlplot.desktop: add keywords
[ Andreas Tille ]
* Move package from QA to Debian Science maintenance
* debhelper 9
* DEP5
-- Gert Wollny <gw.fossdev@gmail.com> Tue, 28 Jun 2016 10:59:27 +0000
rlplot (1.5-2) unstable; urgency=low
* QA upload.
* debian/rlplot.1: Fix "hyphen-used-as-minus-sign".
* Add DEP3 patch headers.
-- Olly Betts <olly@survex.com> Sat, 10 Dec 2011 06:21:01 +0000
rlplot (1.4-3) unstable; urgency=low
* QA upload.
* New patch remove-linux-fs-h-requirement.patch to fix build on non-Linux
platforms.
* New patch do-not-call-free-on-arrays.patch which removes two calls to
free with an array as the argument.
* debian/control:
+ Add ${misc:Depends}, fixing lintian warning.
+ Improve short description.
* debian/rules: Use dh_install to copy the binaries.
-- Olly Betts <olly@survex.com> Wed, 30 Nov 2011 00:16:58 +0000
rlplot (1.5-1) experimental; urgency=low
* QA upload.
* New upstream version. (Closes: #610235)
+ Upstream Makefile "clean" target fixed, so drop our workaround.
* debian/control:
+ Add ${misc:Depends}, fixing lintian warning.
+ Improve short description.
* debian/rules: Use dh_install to copy the binaries.
-- Olly Betts <olly@survex.com> Tue, 29 Nov 2011 09:58:35 +0000
rlplot (1.4-2) unstable; urgency=low
* QA upload.
+ Orphaned, so set maintainer to QA group.
* New patch fix-ftbfs-with-gold.patch from Ubuntu to fix FTBFS with gold or
--no-add-needed. (Closes: #556322)
* New patch fix-ftbfs-with-qt4.7.patch from Ubuntu which replaces 'QString
foo(0);' with 'QString foo;' to fix FTBFS with Qt 4.7.
(Closes: #618048, #610150)
* Clear executable bit on /usr/share/pixmaps/RLPlot.xpm, fixing lintian
warning.
* debian/rules: Rewrite to use dh.
* debian/copyright: Update to point to GPL-2; update copyright holders and
years.
* Don't package upstream README - debian/copyright has the licence
information, and the details about how to build it aren't relevant to
those who have installed a binary package.
* debian/rlplot.1: Fix typo; fix hyphens to be dashes (fixes lintian
warning).
* debian/rlplot.desktop: Remove deprecated Encoding field.
-- Olly Betts <olly@survex.com> Tue, 29 Nov 2011 06:41:40 +0000
rlplot (1.4-1) unstable; urgency=low
* New upstream release
* Fixes to lintian warnings
* Fixes to repeat build problem (Closes: #442721)
* Upload sponsored by Matthew Palmer <mpalmer@debian.org>
-- James Stone <jamesmstone@gmail.com> Sun, 16 Sep 2007 21:33:38 +0100
rlplot (1.3-1) unstable; urgency=low
* New upstream release
* Upload sponsored by Matthew Palmer <mpalmer@debian.org>
-- James Stone <jamesmstone@gmail.com> Mon, 9 Apr 2007 00:12:35 +0100
rlplot (1.2-1) unstable; urgency=low
* New upstream release (Closes: #408935)
* Upload sponsored by Matthew Palmer <mpalmer@debian.org>
-- James Stone <jamesmstone@gmail.com> Mon, 29 Jan 2007 19:31:26 +0000
rlplot (1.1.2-2) unstable; urgency=low
* Added binary-indep target to rules file (Closes: #395742)
* Added .desktop file and icon (thanks to Vassilis Pandis) (Closes: #375768)
* Upload sponsored by Matthew Palmer <mpalmer@debian.org>
-- James Stone <jamesmstone@gmail.com> Sat, 11 Nov 2006 21:09:11 +0000
rlplot (1.1.2-1) unstable; urgency=low
* New upstream release
* Upload sponsored by Matthew Palmer <mpalmer@debian.org>
-- James Stone <jamesmstone@gmail.com> Sat, 27 May 2006 21:44:40 +0100
rlplot (1.1-1.1) unstable; urgency=low
* NMU as part of the GCC 4.1 transition.
* Remove extra qualification from C++ header file. closes: #358286
-- Martin Michlmayr <tbm@cyrius.com> Fri, 26 May 2006 20:24:18 +0200
rlplot (1.1-1) unstable; urgency=low
* New upstream release
* Upload sponsored by Matthew Palmer <mpalmer@debian.org>
-- James Stone <jmstone@dsl.pipex.com> Sun, 5 Mar 2006 13:11:52 +0000
rlplot (1.0-1) unstable; urgency=low
* New upstream release
* Upload sponsored by Matthew Palmer <mpalmer@debian.org>
-- James Stone <jmstone@dsl.pipex.com> Fri, 16 Sep 2005 21:08:37 +0100
rlplot (0.99.14-2) unstable; urgency=low
* Rebuild due to new version of libqt3-mt. closes: #327960
* Upload sponsored by Matthew Palmer <mpalmer@debian.org>
-- James Stone <jmstone@dsl.pipex.com> Wed, 14 Sep 2005 15:41:17 +0100
rlplot (0.99.14-1) unstable; urgency=low
* New upstream release
* Removed build-depends on libstdc++5-3.3-dev.
* Upstream change to TheDialog.cpp. closes: #288411
* Upload sponsored by Matthew Palmer <mpalmer@debian.org>
-- James Stone <jmstone@dsl.pipex.com> Tue, 15 Feb 2005 16:58:11 +0000
rlplot (0.99.12-1) unstable; urgency=low
* New upstream release
* Upload sponsored by Matthew Palmer <mpalmer@debian.org>
-- James Stone <jmstone@dsl.pipex.com> Wed, 22 Dec 2004 16:05:26 +0000
rlplot (0.99.9-1) unstable; urgency=low
* New upstream release
* Updated copyright file since this release is built from tarball 0.99.9b
not CVS
* Upload sponsored by Matthew Palmer <mpalmer@debian.org>
-- James Stone <jmstone@dsl.pipex.com> Sat, 9 Oct 2004 13:09:10 +0100
rlplot (0.99.7-2) unstable; urgency=low
* Remove libc6 build dependency. Closes: #267871
* Updated copyright file to reflect fact that source code was from CVS not
tarball.
* Upload sponsored by Matthew Palmer <mpalmer@debian.org>
-- James Stone <jmstone@dsl.pipex.com> Fri, 27 Aug 2004 23:27:05 +0100
rlplot (0.99.7-1) unstable; urgency=low
* New upstream release. Numbering system now in line with upstream.
* Upload sponsored by Matthew Palmer <mpalmer@debian.org>
-- James Stone <jmstone@dsl.pipex.com> Tue, 10 Aug 2004 16:47:51 +0100
rlplot (0.99.4-1) unstable; urgency=low
* New upstream release
-- James Stone <jmstone@dsl.pipex.com> Thu, 1 Jul 2004 00:49:35 +0100
rlplot (0.99.3-1) unstable; urgency=low
* Initial Release. closes: #237116
-- James Stone <jmstone@dsl.pipex.com> Fri, 16 Apr 2004 20:58:02 +0100
|