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
|
python-ly (0.9.7-1) unstable; urgency=medium
* New upstream version 0.9.7
* Reorder fields in debian/control and debian/copyright
* Replace dh "--with python3,sphinxdoc" flag with build-dependency
on dh-sequence-python3 and dh-sequence-sphinxdoc
* Bump Standards-Version to 4.6.1 (no change)
* debian/gbp.conf: Set debian-branch to debian/master for DEP-14 conformance
-- Anthony Fok <foka@debian.org> Mon, 13 Jun 2022 06:23:42 -0600
python-ly (0.9.6-3) unstable; urgency=medium
* Apply multi-arch hints.
+ python-ly-doc: Add Multi-Arch: foreign.
* Bump debhelper from old 12 to 13.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
* Update standards version to 4.5.1, no changes needed.
-- Debian Janitor <janitor@jelmer.uk> Wed, 25 May 2022 21:18:00 +0100
python-ly (0.9.6-2) unstable; urgency=medium
* Team upload.
[ Ondřej Nový ]
* d/control: Update Maintainer field with new Debian Python Team
contact address.
* d/control: Update Vcs-* fields with new Debian Python Team Salsa
layout.
[ Emmanuel Arias ]
* d/python3-ly.links remove links, it's not necessary create a link for a
package that is not installed (Closes: #986464).
-- Emmanuel Arias <eamanu@yaerobi.com> Tue, 04 May 2021 20:12:06 -0300
python-ly (0.9.6-1) unstable; urgency=medium
[ Ondřej Nový ]
* Bump Standards-Version to 4.4.1.
[ Anthony Fok ]
* New upstream version 0.9.6
* Update debian/copyright
* Apply "cme fix dpkg" fixes
- Organize debian/control fields
- Bump Standards-Version to 4.5.0 (no change)
* Add "Rules-Requires-Root: no" to debian/control
-- Anthony Fok <foka@debian.org> Wed, 04 Mar 2020 17:17:54 -0700
python-ly (0.9.5-3) unstable; urgency=medium
* Team upload.
* Use debhelper-compat instead of debian/compat.
* Bump Standards-Version to 4.4.0.
* Drop Python 2 support.
* Fix doc-base.
* Enable autopkgtest-pkg-python testsuite.
-- Ondřej Nový <onovy@debian.org> Sun, 04 Aug 2019 21:06:19 +0200
python-ly (0.9.5-2) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/copyright: Use https protocol in Format field
* d/watch: Use https protocol
* d/control: Remove ancient X-Python-Version field
* d/control: Remove ancient X-Python3-Version field
* Convert git repository from git-dpm to gbp layout
[ Anthony Fok ]
* d/control, d/compat: Apply "cme fix dpkg" fixes:
- Remove unneeded (>= 2.6.6-3~) versioned dependency on python-all
- Update debhelper dependency to (>= 12~)
- Bump Standards-Versions to 4.3.0 (no change), etc.
* d/control: Build-Depends on python3-docutils and python3-sphinx
instead of their Python 2 counterparts
* d/rules: "export DH_VERBOSE = 1" and re-enable tests
* d/python-ly-doc.doc-base, d/python3-ly.links: Adjust for the fact
that dh_installdocs now install the HTML documentation into the
/usr/share/doc/python-ly directory of the python-ly-doc
package. Remove d/python-ly.links which is now extraneous.
-- Anthony Fok <foka@debian.org> Fri, 18 Jan 2019 11:30:14 -0700
python-ly (0.9.5-1) unstable; urgency=medium
* New upstream release
* Update debian/copyright for 2017
-- Anthony Fok <foka@debian.org> Wed, 08 Mar 2017 13:43:10 -0700
python-ly (0.9.4-1) unstable; urgency=medium
* New upstream release
* Add "python-ly" binary package to support Python 2
* Bump Standards-Version to 3.9.8 (no change)
* Set http_proxy='127.0.0.1:9' when building Sphinx documentation
* Remove trailing space from package description
* Disable test temporarily for python-ly 0.9.4
-- Anthony Fok <foka@debian.org> Fri, 20 May 2016 10:49:54 -0600
python-ly (0.9.3-1) unstable; urgency=medium
* New upstream release
* Update Vcs-Git to use https:// rather than git:// URL
-- Anthony Fok <foka@debian.org> Mon, 08 Feb 2016 04:16:09 +0800
python-ly (0.9.2-1) unstable; urgency=low
* Initial upload, packaged with the help of python-stdeb and friends.
(Closes: #797720)
-- Anthony Fok <foka@debian.org> Wed, 02 Sep 2015 04:12:42 -0600
|