Readding accidentally dropped cosmetic changes due to git tree mixup in previous 2.5.31-1 upload.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
542e2de114
commit
4ab4dbf364
2 changed files with 40 additions and 0 deletions
36
debian/changelog
vendored
36
debian/changelog
vendored
|
@ -5,6 +5,42 @@ identify (2.5.31-1) sid; urgency=medium
|
|||
|
||||
-- Daniel Baumann <daniel.baumann@progress-linux.org> Wed, 01 Nov 2023 05:31:40 +0100
|
||||
|
||||
identify (2.5.30-1) sid; urgency=medium
|
||||
|
||||
* Uploading to sid.
|
||||
* Merging upstream version 2.5.30.
|
||||
|
||||
-- Daniel Baumann <daniel.baumann@progress-linux.org> Wed, 04 Oct 2023 14:11:17 +0200
|
||||
|
||||
identify (2.5.29-1) sid; urgency=medium
|
||||
|
||||
* Uploading to sid.
|
||||
* Merging upstream version 2.5.29.
|
||||
|
||||
-- Daniel Baumann <daniel.baumann@progress-linux.org> Wed, 20 Sep 2023 11:18:28 +0200
|
||||
|
||||
identify (2.5.28-1) sid; urgency=medium
|
||||
|
||||
* Uploading to sid.
|
||||
* Merging upstream version 2.5.28.
|
||||
|
||||
-- Daniel Baumann <daniel.baumann@progress-linux.org> Tue, 12 Sep 2023 10:27:00 +0200
|
||||
|
||||
identify (2.5.27-1) sid; urgency=medium
|
||||
|
||||
* Uploading to sid.
|
||||
* Merging upstream version 2.5.27.
|
||||
|
||||
-- Daniel Baumann <daniel.baumann@progress-linux.org> Mon, 04 Sep 2023 11:24:00 +0200
|
||||
|
||||
identify (2.5.26-2) sid; urgency=medium
|
||||
|
||||
* Uploading to sid.
|
||||
* Manually removing some files that pybuild doesn't clean up during
|
||||
build (Closes: #1048455).
|
||||
|
||||
-- Daniel Baumann <daniel.baumann@progress-linux.org> Mon, 14 Aug 2023 11:46:57 +0200
|
||||
|
||||
identify (2.5.26-1) sid; urgency=medium
|
||||
|
||||
* Uploading to sid.
|
||||
|
|
4
debian/rules
vendored
4
debian/rules
vendored
|
@ -12,3 +12,7 @@ execute_after_dh_auto_install:
|
|||
PYTHONPATH=debian/python3-identify/usr/lib/$$(py3versions -d)/dist-packages \
|
||||
help2man --no-discard-stderr --name 'File identification tool' \
|
||||
debian/python3-identify/usr/bin/identify-cli > debian/python3-identify/usr/share/man/man1/identify-cli.1
|
||||
|
||||
execute_after_dh_auto_clean:
|
||||
# help pybuild
|
||||
rm -rf *.egg-info
|
||||
|
|
Loading…
Add table
Reference in a new issue