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
|
python-stem (1.2.2-1.1) unstable; urgency=medium
* Non-maintainer upload.
* debian/rules: Remove /usr/bin/tor-prompt from python3-stem due to file
conflict with python-stem (Closes: #767555)
- Since tor-prompt uses /usr/bin/env python, it will always execute with
python, not python3, so shipping it with python3-stem didn't work in any
case
* debian/control: Add versioned breaks for python3-stem << 1.2.2-1.1~
-- Scott Kitterman <scott@kitterman.com> Mon, 10 Nov 2014 10:27:48 -0500
python-stem (1.2.2-1) unstable; urgency=medium
* New upstream release.
* Updated Standard-version to 3.9.5 (no changes needed).
-- Ulises Vitulli <dererk@debian.org> Wed, 02 Jul 2014 14:31:43 -0300
python-stem (1.1.0-1) unstable; urgency=low
* New upstream release.
* debian/control: Update Homepage field.
* debian/copyright: Update Source field.
-- Ulises Vitulli <dererk@debian.org> Mon, 21 Oct 2013 13:00:01 -0300
python-stem (1.0.1-3) unstable; urgency=low
[ Scott Kitterman ]
* Move python3 files into python3-stem so they can have correct dependencies
- Add python3-stem to debian/control
- Adjust debian/rules
* Adjust python related build-depends so clean works.
[ Ulises Vitulli ]
* Deploy separated packages for 2 and 3 python series, thanks ScottKitterman
(Closes: #712743).
* Replaces and Breaks on older python-stem for safely transitioning.
* Minor fixes at copyright machine readable format.
-- Ulises Vitulli <dererk@debian.org> Fri, 16 Aug 2013 12:11:14 +0200
python-stem (1.0.1-2) unstable; urgency=low
* Fix FTBFS on unhandled py3.3 on Sid. Thanks JakubWilk (Closes: #707160).
* Dropped unsed dep on pysocksipy. Thanks sramacher@ (Closes: #707563).
* d/rules: Added python3.3 support.
* d/compat: Fix debhelper compat version. Thanks lunar@.
* d/control: Drop unused dep on python-support.
* d/copyright: Add missing Copyright-Format header. Thanks lunar@.
-- Ulises Vitulli <dererk@debian.org> Sat, 11 May 2013 10:27:37 -0300
python-stem (1.0.1-1) unstable; urgency=low
* Initial release (Closes: #697880) (Fixes upstream Trac#7906).
-- Ulises Vitulli <dererk@debian.org> Thu, 10 Jan 2013 16:06:33 -0300
|