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
|
pyscript (0.6.1-3) unstable; urgency=low
[ Luca Falavigna ]
* debian/patches/01_Python2.6_reserved_words.patch:
- Do not use "as" as variable name, it's a reserved word in
Python 2.6 (Closes: #567005).
* debian/control:
- Remove python-dev from Build-Depends, add python instead.
- Depend on ${misc:Depends} where needed.
- Bump Standards-Version to 3.8.4, no changes required.
* debian/copyright:
- Update common-license link to point to GPL-2.
-- Debian Python Modules Team <python-modules-team@lists.alioth.debian.org> Sun, 07 Mar 2010 13:33:02 +0100
pyscript (0.6.1-2) unstable; urgency=low
[ Arnaud Fontaine ]
* New email address.
* Remove useless debian/control.in.
* debian/control:
+ Update Standards-Version to 3.7.3. No changes needed.
[ Piotr Ożarowski ]
* debian/control:
+ Add Vcs-Browser and Homepage fields.
+ Rename XS-Vcs-Svn field to Vcs-Svn.
[ Sandro Tosi ]
* debian/control:
- Uniformise Vcs-Browser field.
-- Arnaud Fontaine <arnau@debian.org> Fri, 30 May 2008 12:16:01 +0200
pyscript (0.6.1-1) unstable; urgency=low
* New upstream version
+ Include source of the documentation.
* New Python policy changes.
+ debian/compat:
- Update debhelper compatibility to 5.
+ debian/rules:
- Add DEB_PYTHON_SYSTEM=pysupport.
+ debian/control.in
- Clean Build-Depends and Depends, cdbs handles that
automatically now.
- XB-Python-Version for binary package.
+ debian/postinst && debian/prerm:
- Remove "hand made" python-support stuff, cdbs does this.
-- Arnaud Fontaine <arnaud@andesi.org> Fri, 23 Jun 2006 21:19:10 +0200
pyscript (0.6-1) unstable; urgency=low
* Initial release. Closes: #365009.
-- Arnaud Fontaine <arnaud@andesi.org> Fri, 28 Apr 2006 16:51:32 +0200
|