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 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354
|
gausssum (3.0.2-2) unstable; urgency=medium
* Team upload.
* Standards-Version: 4.4.1
* debhelper compatibility level 12:
Build-Depends: debhelper-compat (= 12)
* drop Build-Depends: python-numpy. Closes: #943029.
* debian patch matplotlib_backend_NavigationToolbar2Tk.patch updates
matplotlib backend from NavigationToolbar2TkAgg to NavigationToolbar2Tk
-- Drew Parsons <dparsons@debian.org> Wed, 13 Nov 2019 01:48:26 +0800
gausssum (3.0.2-1) unstable; urgency=medium
* New upstream release.
[ Daniel Leidert ]
* debian/compat: Raised dh compatibility level to 11.
* debian/control (Vcs*): Adjusted after move to salsa.d.o.
(Build-Depends): Raised debhelper version.
(Standards-Version): Bumped to 4.1.4.
* debian/copyright: Updated. Removed reference to cclib sources, which are
no longer shipped with gausssum.
* debian/rules: Removed obsolete --parallel switch.
* debian/patches/debian_cclib.patch: Dropped (obsolete).
* debian/patches/series: Adjusted.
-- Debichem Team <debichem-devel@lists.alioth.debian.org> Fri, 04 May 2018 00:32:26 +0200
gausssum (3.0.1.1-1) unstable; urgency=medium
* New upstream release.
[ Daniel Leidert ]
* debian/control (Standards-Version): Bumped to 3.9.8.
* debian/copyright: Updated.
* debian/gausssum.menu: Dropped in favour of .desktop.
-- Debichem Team <debichem-devel@lists.alioth.debian.org> Wed, 05 Oct 2016 20:55:49 +0200
gausssum (3.0.1-1) unstable; urgency=medium
* New upstream release.
[ Daniel Leidert ]
* debian/compat: Raised to level 9.
* debian/control (Uploaders): Removed myself.
(Vcs-Browser, Vcs-Svn): Fixed vcs-field-not-canonical.
(DM-Upload-Allowed): Dropped.
(Standards-Version): Bumped to 3.9.6.
(Build-Depends): Changed to python3 and added python3-setuptools. Added
python3-numpy and temporarily python-numpy.
(X-Python-Version): Dropped in favour of X-Python3-Version.
(Depends): Changed to python3-* packages.
* debian/copyright: Rewritten in DEP5 format and updated.
* debian/patches/debian_paths.patch: Refreshed.
* debian/rules: Changed to python3 add-on, added dh_auto_configure override
and call dh_numpy3.
* debian/setup.py: Make use of python3-setuptools.
* debian/upstream: Moved to debian/upstream/metadata.
-- Debichem Team <debichem-devel@lists.alioth.debian.org> Thu, 03 Sep 2015 22:52:28 +0200
gausssum (2.2.6.1-1) unstable; urgency=low
* New upstream point release.
-- Michael Banck <mbanck@debian.org> Mon, 11 Mar 2013 23:09:23 +0100
gausssum (2.2.6-1) unstable; urgency=low
* New upstream release.
[ Daniel Leidert (dale) ]
* debian/control (Build-Depends): Fixed python version.
* debian/upstream (Author): Minor fix.
[ Michael Banck ]
* debian/patches/debian_cclib.patch: No longer needed hunk removed.
* debian/patches/debian_paths.patch: Refreshed.
* debian/control (Uploaders): Added myself.
-- Michael Banck <mbanck@debian.org> Sat, 23 Feb 2013 15:56:55 +0100
gausssum (2.2.5-2) unstable; urgency=low
* debian/compat: Increased dh compatibility level to 7.
* debian/control: Added X-Python-Version field.
(Standards-Version): Bumped to 3.9.3.
(Build-Depends): Dropped dpatch. Increased required debhelper version.
(Build-Depends-Indep): Dropped python-support.
(Depends): Added python-cclib.
* debian/copyright: Use versioned symlinks.
* debian/gausssum.1: Fixed citation section.
* debian/gausssum.desktop (Icon): Use full path according to spec.
* debian/gausssum.manpages: Added.
* debian/rules: Rewritten for debhelper 7.
* debian/setup.py: Don't copy nor install internal cclib.
* debian/upstream: Added.
* debian/README.source: Dropped obsolete file.
* debian/patches/debian_paths.dpatch: Renamed to
debian/patches/debian_paths.patch.
* debian/patches/debian_cclib.patch: Added.
- Use python-cclib instead of the internal copy.
* debian/patches/00list: Renamed to debian/patches/series and adjusted.
* debian/source/format: Added for quilt-based format 3.0 (closes: #664303).
-- Daniel Leidert (dale) <daniel.leidert@wgdd.de> Tue, 01 May 2012 23:46:49 +0200
gausssum (2.2.5-1) unstable; urgency=low
* New upstream release.
* debian/control (Vcs-Browser): Point to real location.
-- Daniel Leidert (dale) <daniel.leidert@wgdd.de> Mon, 07 Feb 2011 07:52:01 +0100
gausssum (2.2.4-1) unstable; urgency=low
* New upstream release.
* debian/control (Standards-Version): Bumped to 3.9.1.
-- Daniel Leidert (dale) <daniel.leidert@wgdd.de> Sun, 01 Aug 2010 22:19:47 +0200
gausssum (2.2.3-1) unstable; urgency=low
* New upstream release.
* debian/control (Standards-Version): Bumped to 3.8.4.
(Build-Depends): Fixed build-depends-on-python-dev-with-no-arch-any by
replacing python-dev by python.
(Depends): Fixed debhelper-but-no-misc-depends.
-- Daniel Leidert (dale) <daniel.leidert@wgdd.de> Mon, 22 Feb 2010 23:57:02 +0100
gausssum (2.2.2-1) unstable; urgency=low
* New upstream release.
- Uses hidden user directories now.
* debian/patches/debian_paths.dpatch: Adjusted. gnuplot location patch is
obsolete by new code in gausssum/gausssumgui.py.
* debian/patches/fix_startup_exception.dpatch: Dropped (applied upstream).
* debian/patches/00list: Adjusted.
-- Daniel Leidert (dale) <daniel.leidert@wgdd.de> Wed, 25 Nov 2009 00:16:05 +0100
gausssum (2.2.0-1) unstable; urgency=low
* New upstream release.
* debian/control (Standards-Version): Bumped to 3.8.3.
* debian/rules (install): Use /usr/share/python/python.mk and pass
--install-layout=deb to be safe.
(binary-indep): Drop deprecated dh_desktop.
* debian/patches/fix_startup_exception.dpatch: Added.
- Fix 'ImportError: No module named cclib.data' startup error.
* debian/patches/00list: Adjusted.
-- Daniel Leidert (dale) <daniel.leidert@wgdd.de> Mon, 16 Nov 2009 03:10:54 +0100
gausssum (2.1.6-1) unstable; urgency=low
* New upstream release 2.1.6.
* debian/control (Standards-Version): Bumped to 3.8.1.
* debian/copyright: Updated and fixed (thanks to Noel for clarification of
the licenses).
-- Daniel Leidert (dale) <daniel.leidert@wgdd.de> Mon, 06 Apr 2009 13:21:12 +0200
gausssum (2.1.5-1) unstable; urgency=low
* New upstream release 2.1.5.
[ Daniel Leidert ]
* debian/control: Added DM-Upload-Allowed.
(Standards-Version): Updated to 3.8.0.
(Uploaders): Removed LI as requested. Thanks for your work! Added myself.
* debian/copyright: Updated. Added cclib copyright and license information.
* debian/doc-base (Section): Fixed accordingly to version 0.8.10 of the
doc-base manual. Renamed to debian/gausssum.doc-base.
* debian/install: Removed Docs/*. Renamed to debian/gausssum.install.
* debian/menu: Renamed to debian/gausssum.menu.
* debian/gausssum.1: Updated/improved. Added citation information.
* debian/rules: Create a setup.py with the current upstream version. Cleaned
the file a bit.
(binary-indep): Install the HTML changelog.
* debian/setup.py: Improved a bit. Also install documentation from here.
Added automatically replaced upstream version information and homepage.
* debian/README.Debian: Dropped. Changelog is installed as
changelog.html.gz/changelog.gz. Added citation information to gausssum.1.
* debian/README.source: Added for policy compatibility.
* debian/patches/debian_paths.dpatch: Added. Merge all Debian specific path
changes into this patch.
* debian/patches/06_image_path.dpatch: Merged to debian_paths.dpatch.
* debian/patches/07_html_path.dpatch: Ditto.
* debian/patches/00list: Adjusted.
[ LI Daobing ]
* debian/gausssum.desktop: fix lintian info:
desktop-entry-contains-encoding-key
-- Daniel Leidert (dale) <daniel.leidert@wgdd.de> Sat, 28 Feb 2009 22:06:35 +0100
gausssum (2.1.4-1) unstable; urgency=low
* New upstream release.
* debian/README.Debian: update citation file name.
-- LI Daobing <lidaobing@gmail.com> Tue, 13 Nov 2007 03:58:10 +0800
gausssum (2.1.3-1) unstable; urgency=low
* New upstream release 2.1.3.
-- LI Daobing <lidaobing@gmail.com> Tue, 23 Oct 2007 20:36:08 +0800
gausssum (2.1.2-1) unstable; urgency=low
* New upstream release 2.1.2.
* New maintainer.
[ LI Daobing ]
* menu: update section.
[ Daniel Leidert ]
* debian/control: Homepage field transition. XS-Vcs-* fields transition.
-- LI Daobing <lidaobing@gmail.com> Fri, 05 Oct 2007 00:08:39 +0000
gausssum (2.1.1-1) unstable; urgency=low
* debian/gausssum.install: move to install
* debian/gausssum.doc-base: move to doc-base
* debian/gausssum.menu: move to menu
* debian/gausssum.manpages: use debian/rules as there is only 1 man page
* debian/control: remove LI Daobing as Uploader for now
[ LI Daobing ]
* new upstream release.
-- Jordan Mantha <mantha@ubuntu.com> Sun, 05 Aug 2007 22:34:05 -0700
gausssum (2.1.0-1) unstable; urgency=low
[ LI Daobing ]
* new upstream release.
* control: depends on python-numpy.
* gausssum.doc-base: remove trailing blank to clear lintian warning.
* patches/07_html_path.dpatch: added.
* patches/00list: updated.
[ Daniel Leidert ]
* debian/watch: Slightly updated.
-- LI Daobing <lidaobing@gmail.com> Sat, 30 Jun 2007 21:49:17 +0800
gausssum (2.0.5-1~dev) unstable; urgency=low
* New upstream release.
-- LI Daobing <lidaobing@gmail.com> Wed, 02 May 2007 23:00:44 +0800
gausssum (2.0.4-1) unreleased; urgency=low
* New upstream release 2.0.4 (closes: #384963, #402893)
[ LI Daobing ]
* update debian policy to 3.7.2
* remove 05_gausssum_py.dpatch
* add 06_image_path.dpatch
* use dh_pysupport instead of dh_python
* update setup.py
* add debian/watch
* debian/control: depends on tofrodos instead of sysutils (closes: #382169)
[ Daniel Leidert ]
* debian/control (Uploaders): Added LI Daobing.
(Build-Depends, Build-Depends-Indep): Fixed (accordingly to section 7.6 of
the policy).
(Description): Improved wording in short description and changed to
standard Homepage field.
* debian/dirs: Removed (useless with dh_install).
* debian/gausssum.desktop: Added MimeType field to register gaussum for the
file formats it can read (maybe incomplete).
(Categories): Fixed invalid field entry.
* debian/gausssum.install: Added. Obsoletes the manual installation in
debian/rules.
* debian/menu: Renamed to gausssum.menu.
* debian/rules: Removed targets already defined in dpatch.make. Changed to
use dh_install to install files. Removed useless dh_installexamples call.
-- LI Daobing <lidaobing@gmail.com> Tue, 10 Apr 2007 20:12:43 +0800
gausssum (1.0.4-1) unstable; urgency=low
* New upstream release
- Bug fix for wrong symmetry labels in unrestricted calclations
* Added watch file
* Moved to new Debian Python Policy (Closes: Bug #380805)
- added XS-Python-Version: current, >= 2.3
- added python-central support
- use /usr/bin/python rather than /usr/bin/python2.3 in GaussSum.py
-- Jordan Mantha <mantha@ubuntu.com> Sat, 29 Jul 2006 17:23:10 -0700
gausssum (1.0.3-2) unstable; urgency=low
* Modified GaussSum.py to look for python2.3
* Fixed spelling error in description (Closes: #363601)
-- Jordan Mantha <mantha@ubuntu.com> Mon, 3 Apr 2006 07:24:26 -0700
gausssum (1.0.3-1) unstable; urgency=low
* New upstream release
- Bug fixes for CD spectra calculations
* Moved to dpatch for source patches
-- Jordan Mantha <mantha@ubuntu.com> Sat, 18 Feb 2006 22:18:36 +0000
gausssum (1.0.2-2) unstable; urgency=low
* Took over ITP for LI Daobing (closes: #324632)
- cleaned up debian/rules
- added .desktop file
- added man page
-- Jordan Mantha <mantha@ubuntu.com> Tue, 17 Jan 2006 14:15:29 -0800
gausssum (1.0.2-1) unstable; urgency=low
* New upstream release
-- LI Daobing <lidaobing@gmail.com> Wed, 2 Nov 2005 16:34:57 +0800
gausssum (1.0-1) unstable; urgency=low
* New upstream release
* debian/menu: fix format
* debian/copyright: update fsf address
-- LI Daobing <lidaobing@gmail.com> Fri, 7 Oct 2005 10:55:59 +0800
gausssum (0.9-1) unstable; urgency=low
* New upstream release
* change Standards-Version to 3.6.2
-- LI Daobing <lidaobing@gmail.com> Tue, 23 Aug 2005 15:59:59 +0800
gausssum (0.8-1) unstable; urgency=low
* Initial Release.
-- Li Daobing <lidaobing@gmail.com> Mon, 17 Jan 2005 19:46:32 +0800
|