diff options
-rw-r--r-- | debian/changelog | 36 | ||||
-rwxr-xr-x | debian/rules | 4 |
2 files changed, 40 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 2c73883..22b9a49 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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. diff --git a/debian/rules b/debian/rules index f9f3792..d4d3677 100755 --- a/debian/rules +++ b/debian/rules @@ -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 |