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
|
python-lesscpy (0.13.0+ds-2) unstable; urgency=medium
* Unnecessary postinst and prerm and add preinst for upgrade
* d/upstream: add folder
* d/control:
- Bump Standards-Version to 4.4.1
- Add Rules-Requires-Root to no
- Bump debhelper to 12
-- Thomas Andrejak <thomas.andrejak@gmail.com> Tue, 12 Nov 2019 12:07:24 +0200
python-lesscpy (0.13.0+ds-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Drop python2 support; Closes: #937883
-- Sandro Tosi <morph@debian.org> Thu, 17 Oct 2019 19:32:48 -0400
python-lesscpy (0.13.0+ds-1) unstable; urgency=medium
* New maintainer: Thomas Andrejak (Closes: #893373)
* New upstream release: 0.13.0 (Closes: #893233)
- Upload a new tarball without .pyc files
- Update d/control dependencies
- Remove an old patch not necessary now
* Upgrade debhelper and compat from 9 to 11
* Update d/watch file based on pypi.debian.net
* Update d/rules: cleanup, migrate to pybuild
* Update d/control:
- Update old style fields on python things
- Standards-Version upgrade to 4.1.3
- Update Vcs-* fields
* Update d/copyright
* Remove postrm file for update-alternatives
-- Thomas Andrejak <thomas.andrejak@gmail.com> Sun, 18 Mar 2018 18:14:47 +0200
python-lesscpy (0.10-2) UNRELEASED; urgency=medium
[ Ondřej Nový ]
* Fixed VCS URLs (https).
* d/rules: Changed UPSTREAM_GIT protocol to https
* d/copyright: Changed source URL to https protocol
* d/s/options: extend-diff-ignore of .gitreview
* d/control: Using OpenStack's Gerrit as VCS URLs.
* Bumped debhelper compat version to 10
[ Daniel Baumann ]
* Updating vcs fields.
* Updating copyright format url.
* Updating maintainer field.
* Running wrap-and-sort -bast.
* Updating standards version to 4.0.0.
* Removing gbp.conf, not used anymore or should be specified in the
developers dotfiles.
* Correcting permissions in debian packaging files.
* Updating standards version to 4.0.1.
* Updating standards version to 4.1.0.
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/control: Add trailing tilde to min version depend to allow
backports
-- Ondřej Nový <novy@ondrej.org> Sun, 28 Feb 2016 15:41:05 +0100
python-lesscpy (0.10-1) unstable; urgency=medium
* New upstream release.
* Updated upstream VCS in debian/copyright and debian/rules.
* Removed fixup-python3-argparse.patch.
* Made openstack-pkg-tools optional, and include non-mandatory.
* Fix shellbang for the python3 package (Closes: #747876).
* Added extended diff ignore for the egg-info in debian/source/options.
-- Thomas Goirand <zigo@debian.org> Thu, 22 May 2014 18:14:47 +0800
python-lesscpy (0.9j-4) unstable; urgency=medium
* Installing /usr/bin/lesscpy using update-alternatives, so that users can
use either python 2 or 3.
* Standard-Version: is now 3.9.5.
* Replacing the shebang from /usr/bin/pythonx.x to /usr/bin/env python{2,3}.
-- Thomas Goirand <zigo@debian.org> Sat, 01 Feb 2014 12:31:15 +0800
python-lesscpy (0.9j-3) unstable; urgency=low
* d/patches/fixup-python3-argparse.patch: Fix use of argparse for
compatibility with python3.3.
-- James Page <james.page@ubuntu.com> Wed, 02 Oct 2013 14:12:42 +0100
python-lesscpy (0.9j-2) unstable; urgency=low
* Renamed the MIT license to Expat, after kind explanation from the FTP
Masters.
-- Thomas Goirand <zigo@debian.org> Tue, 01 Oct 2013 01:34:26 +0000
python-lesscpy (0.9j-1) unstable; urgency=low
* New upstream release.
* Uploading to unstable.
-- Thomas Goirand <zigo@debian.org> Sat, 07 Sep 2013 16:48:49 +0800
python-lesscpy (0.9h-1) experimental; urgency=low
* Initial release. (Closes: #717382)
-- Thomas Goirand <zigo@debian.org> Sat, 20 Jul 2013 00:45:19 +0800
|