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
|
python-minimock (0.9-1) unstable; urgency=low
* New upstream version.
* debian/copyright
+ Update fields to latest draft format version.
-- Ben Finney <ben+debian@benfinney.id.au> Mon, 21 Jul 2008 08:34:38 +1000
python-minimock (0.8-5) unstable; urgency=medium
* debian/rules
+ Fix a FTBFS: Ensure package builds on the buildd environment, by not
mentioning 'python-support' at all (closes: bug#490315).
* debian/control
+ Build-Depends-Indep: python-central >= 0.6.8, debhelper >= 7.0.14 to
correctly manipulate the 'dh' sequences.
-- Ben Finney <ben+debian@benfinney.id.au> Sat, 12 Jul 2008 10:44:05 +1000
python-minimock (0.8-4) unstable; urgency=low
* Add missing Build-Depends: python-setuptools (Closes: Bug#486958).
-- Ben Finney <ben+debian@benfinney.id.au> Thu, 19 Jun 2008 19:13:22 +1000
python-minimock (0.8-3) unstable; urgency=low
* debian/rules
+ Fix packaging to generate only actually-needed dependencies (stop
pulling in 'python-support' needlessly).
* debian/control
+ Restore XB-Python-Version, needed by python-central.
-- Ben Finney <ben+debian@benfinney.id.au> Mon, 16 Jun 2008 18:11:34 +1000
python-minimock (0.8-2) unstable; urgency=low
* debian/control
+ Build-Depends on newer python-central.
+ Remove XB-Python-Version, no longer needed for generating packages.
+ Update Standards-Version to 3.8.0 (no changes).
* debian/rules
+ Use debhelper 7 support of python-central.
-- Ben Finney <ben+debian@benfinney.id.au> Fri, 13 Jun 2008 18:39:44 +1000
python-minimock (0.8-1) unstable; urgency=low
* Initial release (Closes: #486019).
-- Ben Finney <ben+debian@benfinney.id.au> Fri, 13 Jun 2008 12:50:30 +1000
|