summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2023-12-10 09:56:46 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2023-12-10 09:57:52 +0000
commit5ab476f2d4afba4cdac1e346c3d40f10308822dd (patch)
treebf60274096327a0543eb0a6cf157b2690d328fae
parentMerging upstream version 2.5.33. (diff)
downloadidentify-5ab476f2d4afba4cdac1e346c3d40f10308822dd.tar.xz
identify-5ab476f2d4afba4cdac1e346c3d40f10308822dd.zip
Readding accidentally dropped cosmetic changes due to git tree mixup in previous 2.5.31-1 upload.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
-rw-r--r--debian/changelog36
-rwxr-xr-xdebian/rules4
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