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
|
storm (0.24-2) unstable; urgency=low
[ Debian Janitor ]
* Trim trailing whitespace.
* Bump debhelper from old 10 to 12.
* Set debhelper-compat version in Build-Depends.
* Set upstream metadata fields: Repository, Repository-Browse.
* Update standards version to 4.5.0, no changes needed.
[ Ondřej Nový ]
* d/control: Update Maintainer field with new Debian Python Team
contact address.
* d/control: Update Vcs-* fields with new Debian Python Team Salsa
layout.
-- Colin Watson <cjwatson@debian.org> Tue, 10 Nov 2020 00:11:39 +0000
storm (0.24-1) unstable; urgency=medium
* debian/watch: Generalise slightly using @ARCHIVE_EXT@.
* New upstream release.
-- Colin Watson <cjwatson@debian.org> Fri, 12 Jun 2020 12:08:02 +0100
storm (0.23-1) unstable; urgency=medium
* New upstream release.
* Remove alternate Suggests on python3-mysqldb | python3-pysqlite2 from
python3-storm-dbg, to match python3-storm. MySQL support was removed in
0.21, and SQLite support is provided by Python 3's standard library.
* Remove mention of MySQL from package descriptions.
-- Colin Watson <cjwatson@debian.org> Wed, 18 Mar 2020 17:52:21 +0000
storm (0.22-3) unstable; urgency=medium
* debian/copyright: Update copyright dates to 2019.
* Remove redundant versioning on python3-all-* build-dependencies.
-- Colin Watson <cjwatson@debian.org> Thu, 26 Dec 2019 01:36:24 +0000
storm (0.22-2) unstable; urgency=medium
* No-change reupload due to dgit signing confusion.
-- Colin Watson <cjwatson@debian.org> Thu, 21 Nov 2019 16:05:09 +0000
storm (0.22-1) unstable; urgency=medium
* Convert git repository from git-dpm to gbp layout.
* Fix typos in package descriptions.
* Update watch file to download GPG signatures.
* Restore DPMT as Maintainer and set myself as Uploader (closes: #940876).
* New upstream release (closes: #725462).
* Adjust packaging for port to Python 3.
* Switch to pybuild.
* Set Rules-Requires-Root: no.
* Policy version 4.4.1.
* Restore DPMT Vcs-* fields.
* Update Homepage to use HTTPS.
-- Colin Watson <cjwatson@debian.org> Thu, 21 Nov 2019 13:58:31 +0000
storm (0.19-2) unstable; urgency=low
* QA upload.
[ Scott Kitterman ]
* QA upload to orphan the package, no human maintainers, see #887813
* Fixed watch file to work with Launchpad again. (Closes: #664743).
* Change priority to optional
* Delete DPMT Vcs-* since package is no longer team maintained
* Add missing build-depends to fix FTBFS (Closes: #887748)
* Add dh-python to build-depends
[ Miguel Landaeta ]
* Bump Standards-Version to 3.9.8. No changes were required.
* Remove myself from uploaders list. (Closes: #871889)
* Bump DH compat level to 10.
* Wrap and sort dependencies lists.
* Update copyright info.
-- Scott Kitterman <scott@kitterman.com> Sat, 20 Jan 2018 01:23:12 -0500
storm (0.19-1) unstable; urgency=low
* New upstream release.
* Update copyright dates.
-- Miguel Landaeta <miguel@miguel.cc> Thu, 10 Nov 2011 19:03:56 -0430
storm (0.18-1) unstable; urgency=low
* Initial release in Debian. (Closes: #511253).
* Bump Standards-Version to 3.9.2. No changes were required.
* Set Debian Python Modules Team as Maintainer and add myself as Uploader.
* Add Vcs-* fields.
* Remove unnecessary ${python:Provides} and pycompat file.
* Fix Suggests list.
* Add python-storm-dbg package.
* Make copyright file DEP-5 compliant.
* Pass --buildsystem=python_distutils option to debhelper and remove
unnecessary overrides in rules file.
-- Miguel Landaeta <miguel@miguel.cc> Tue, 31 May 2011 19:46:50 -0430
storm (0.18-0ubuntu1) oneiric; urgency=low
* New upstream release
* Switch to source format 3.0 (quilt) and .bz2 tarball
* Switch to dh_python2
- Drop build-depends on python-central
- Bump python-all-dev version requirement
- Update debian/rules
* Switch from CDBS to DH based debian/rules
- Drop cdbs build-dep
- Update debian/rules
- Bump debian/compat to 7
* Drop obsolete XB-Python-Version
* Change XS-Python-Version to X-Python-Version
-- Scott Kitterman <scott@kitterman.com> Wed, 04 May 2011 17:32:20 -0400
storm (0.15-0ubuntu2) natty; urgency=low
* Rebuild to add support for python 2.7.
-- Matthias Klose <doko@ubuntu.com> Fri, 03 Dec 2010 00:15:02 +0000
storm (0.15-0ubuntu1) karmic; urgency=low
* New upstream release.
* debian/control:
- Make python-storm architecture-dependent, as Storm builds extensions
now. (LP: #338420)
- Add ${shlibs:Depends} to python-storm's Depends field.
* debian/rules:
- Update version number.
- Remove no longer useful DH_ALWAYS_EXCLUDE -- we need /usr/lib now.
* debian/copyright:
- Update upstream copyright dates.
- Replace '(C)' in Debian packaging copyright notice with 'copyright',
which is actually legally meaningful.
-- William Grant <wgrant@ubuntu.com> Tue, 18 Aug 2009 10:40:00 +1000
storm (0.14-0ubuntu2) jaunty; urgency=low
* Really update to the new upstream version. The previous upload had a
reversion to 0.12 in the diff.gz. (LP: #364405)
-- William Grant <wgrant@ubuntu.com> Tue, 21 Apr 2009 12:08:58 +1000
storm (0.14-0ubuntu1) jaunty; urgency=low
* New upstream version.
* Watch file added
-- Morten Kjeldgaard <mok0@ubuntu.com> Fri, 16 Jan 2009 10:43:56 +0100
storm (0.12-0ubuntu2) intrepid; urgency=low
* Added python-psycopg2, python-mysqldb and python-pysqlite2 to Suggests of
python-storm (LP: #259883).
-- Alessio Treglia <quadrispro@ubuntu.com> Thu, 21 Aug 2008 19:19:29 +0200
storm (0.12-0ubuntu1) hardy; urgency=low
[ Morten Kjeldgaard ]
* New upstream release, fixes several bugs (LP: #156100)
- debian/rules: get-orig-source target added. Avoid packing
usr/lib
- debian/control: move to section python, move http stanza
to Homepage field.
[ Scott Kitterman ]
* Change get-orig-source to use production launchpad URL (remove edge)
-- Morten Kjeldgaard <mok@bioxray.au.dk> Mon, 25 Feb 2008 15:35:09 +0100
storm (0.11-0ubuntu2) hardy; urgency=low
* Fix subst variable in debian/control to make python-storm install properly
again.
* Don't run prerm if upgrading from 0.11-0ubuntu1.
-- Soren Hansen <soren@ubuntu.com> Fri, 11 Jan 2008 17:39:39 +0100
storm (0.11-0ubuntu1) hardy; urgency=low
* New upstream release
* Switch to python-central.
-- Soren Hansen <soren@ubuntu.com> Thu, 10 Jan 2008 17:23:53 +0100
storm (0.9-0ubuntu1) gutsy; urgency=low
* Initial release.
-- Soren Hansen <soren@ubuntu.com> Fri, 13 Jul 2007 09:38:21 +0100
|