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
|
python-twitter (1.1+git20131227-2) unstable; urgency=medium
* debian/control
- change Priority to extra
-- Koichi Akabe <vbkaisetsu@gmail.com> Sun, 26 Jan 2014 14:48:24 +0900
python-twitter (1.1+git20131227-1) unstable; urgency=medium
* New upstream release
- with the newest revision
* debian/control
- split the documentation to python-twitter-doc package
- dependencies:
- remove: python-oauth2
- add: python-requests-oauthlib, python-sphinx
* debian/patches/*.patch
- update for new release
* debian/rules
- build sphinx documents on build time
- add get-orig-source target
-- Koichi Akabe <vbkaisetsu@gmail.com> Mon, 30 Dec 2013 11:14:50 +0900
python-twitter (1.0-1) unstable; urgency=low
* New upstream release (Closes: #712416)
- support Twitter API 1.1 (old API is not supported)
- remove GetPublicTimeline that is not supported
-- Koichi Akabe <vbkaisetsu@gmail.com> Thu, 20 Jun 2013 18:41:26 +0900
python-twitter (0.8.5-1) unstable; urgency=low
* New upstream release
* debian/control
- change Homepage
- remove old style DMUA flag
* debian/tweet.1, debian/twitter-to-xhtml.1
- update documentations
-- Koichi Akabe <vbkaisetsu@gmail.com> Sat, 16 Feb 2013 15:34:03 +0900
python-twitter (0.8.2-2) unstable; urgency=low
* debian/patches/20_remove_simplejson.patch
* debian/control
- remove simplejson from dependencies because it's merged with python 2.6
and later (Closes: #568875)
- remove python-httplib2 from dependencies because python-oauth depends
on it
-- Koichi Akabe <vbkaisetsu@gmail.com> Tue, 25 Sep 2012 21:21:54 +0900
python-twitter (0.8.2-1) unstable; urgency=low
* New maintainer (Closes: #688463)
* New upstream release (Closes: #587749)
* debian/compat
- up to 9
* debian/control
- update debhelper (>= 9.0.0)
- update Standards-Version to 3.9.4
- add dependencies: python-httplib2, python-oauth2
* debian/copyright
- change to machine readable format
* debian/doc-base
- add to support doc-base
* debian/rules
- use dh9
* debian/patches
- remove old style patches and use 3.0 quilt (Closes: #664376)
- add 10_fix_shebang.patch to remove version numbers on shebang from
executable scripts and remove shebangs on non-executable scripts
* debian/tweet.1
- fix spelling error: enviroment environment
* debian/watch
- fix the match pattern
-- Koichi Akabe <vbkaisetsu@gmail.com> Sun, 23 Sep 2012 17:10:25 +0900
python-twitter (0.6-1) unstable; urgency=low
* New upstream release (Closes: #527055)
* debian/patches:
- dropped: 10_correct-05-doc.dpatch since it was corrected by upstream.
- modified: 20_removes-hashbang.dpatch to work with this new release.
- added: 30_removes_hardcoded_interpreter.dpatch which removes a
hardcoded version of the Python interpreter.
* Now Suggests www-browser to read the (HTML) documentation correctly.
* Bumped Standard-Version to 3.8.2
-- Mauro Lizaur <mauro@cacavoladora.org> Sat, 11 Jul 2009 18:45:16 -0300
python-twitter (0.5-3) unstable; urgency=low
* Now build-depends on dpatch.
* Added a patch to replace the old (0.4) doc file,
for the correct one (0.5) (Closes: #519266)
* Added a 2nd patch to fix the Lintian error
'file-in-usr-lib-site-python' and removed the sed line in
debian/rules with a hardcoded path which will made FTBFS
with the upcoming version of python-support (Closes: #517216)
* Also I changed my email-address in debian/control.
Gmail eat my shorts :-)
* Bumped Standard-Version to 3.8.1
-- Mauro Lizaur <mauro@cacavoladora.org> Wed, 18 Mar 2009 03:41:02 -0300
python-twitter (0.5-2) unstable; urgency=low
* Fixed lintian error 'copyright-file-contains-full-apache-2-license'
* Standards-Version updated to 3.8.0
-- Mauro Lizaur <lavaramano@gmail.com> Fri, 1 Jul 2008 17:20:33 -0300
python-twitter (0.5-1) unstable; urgency=low
* Initial release (Closes: #463724)
-- Mauro Lizaur <lavaramano@gmail.com> Sat, 02 Feb 2008 17:55:12 -0300
|