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
|
gitless (0.8.8-4) unstable; urgency=medium
[ Debian Janitor ]
* Set upstream metadata fields: Bug-Database.
[ 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.
[ Peter Pentchev ]
* Drop dh-python, dh-sequence-python3 is enough.
-- Peter Pentchev <roam@debian.org> Mon, 26 Oct 2020 11:40:12 +0200
gitless (0.8.8-3) unstable; urgency=medium
* Drop the adequate autopkgtest.
* Drop the Name and Contact upstream metadata fields.
* Use dh-sequence-python3 as a build dependency.
* Use debian/clean to remove some directories.
* Update to debhelper compat level 13:
- drop the conditional around the dh_auto_test target
- `dh_missing --fail-missing` is the default now
-- Peter Pentchev <roam@debian.org> Sun, 10 May 2020 17:24:30 +0300
gitless (0.8.8-2) unstable; urgency=medium
[ Ondřej Nový ]
* Bump Standards-Version to 4.4.1.
[ Peter Pentchev ]
* Uncap the pygit2 requirement: gitless works with 1.x. Closes: #947597
* Add the year 2020 to my debian/* copyright notice.
* Declare compliance with Debian Policy 4.5.0 with no changes.
-- Peter Pentchev <roam@debian.org> Sun, 09 Feb 2020 16:37:49 +0200
gitless (0.8.8-1) unstable; urgency=medium
[ Ondřej Nový ]
* Bump Standards-Version to 4.4.0.
* d/control: Fix wrong Vcs-*.
[ Peter Pentchev ]
* Mark the adequate autopkgtest as superficial.
* Use the test-name autopkgtest feature.
* Annotate test-related build dependencies with <!nocheck>.
* Run the Salsa CI jobs.
* New upstream version:
- drop the path-none and typos patch, integrated upstream
- add the relax-pygit2-dep patch to relax the version requirement
* Export LANGUAGE=C during the tests to fix a FTBFS.
* Correct the years placement in the copyright file.
-- Peter Pentchev <roam@debian.org> Sat, 28 Sep 2019 19:30:04 +0300
gitless (0.8.6-4) unstable; urgency=medium
* Move to the Debian Python Applications Packaging Team.
* Add a git-buildpackage config file.
* Switch the homepage URL to the HTTPS scheme.
* Add the year 2019 to my debian/* copyright notice.
* Always run the upstream test suite.
-- Peter Pentchev <roam@debian.org> Wed, 06 Feb 2019 15:24:41 +0200
gitless (0.8.6-3) unstable; urgency=medium
* Declare compliance with Debian Policy 4.3.0 with no changes.
* Drop the Lintian override related to B-D: debhelper-compat -
Lintian 2.5.98 no longer emits that error.
* Bump the debhelper compatibility level to 12 with no changes and
run the dh_missing tool with the --fail-missing option.
-- Peter Pentchev <roam@debian.org> Wed, 26 Dec 2018 01:19:46 +0200
gitless (0.8.6-2) unstable; urgency=medium
* Add the path-none patch to catch up with pygit2's new behavior of
returning None instead of raising a KeyError when not in a Git
repository. Closes: #907146
* Declare compliance with Debian Policy 4.2.0 with no changes.
* Change the "MIT" license name to "Expat" in the copyright file to
avoid ambiguity with the multiple versions of MIT-like licenses.
* Add the typos patch to correct two typographical errors in
the upstream source and also propagate the fix to the debian/gl.1
manual page.
* Add a trivial autopkgtest running adequate on the binary package.
* Use the B-D: debhelper-compat (= 11) mechanism.
-- Peter Pentchev <roam@debian.org> Sat, 25 Aug 2018 21:59:29 +0300
gitless (0.8.6-1) unstable; urgency=low
* Initial release. Closes: #839644
-- Peter Pentchev <roam@debian.org> Wed, 16 May 2018 00:59:12 +0300
|