summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rwxr-xr-xdebian/rules1
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 5e7d3c1..8b99d3b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ img2pdf (0.2.3-1) UNRELEASED; urgency=medium
* Move python3-pkg-resources from Build-Depends to Depends of img2pdf. This
is the actual fix for #818617 which was wrongly fixed in version 0.2.0-2
by adding python3-pkg-resources to Build-Depends.
+ * Do not remove src/img2pdf.egg-info in clean target as it's part of the
+ source package
-- Johannes Schauer <josch@debian.org> Fri, 20 Jan 2017 05:49:33 +0100
diff --git a/debian/rules b/debian/rules
index 43f4ec5..76520dd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,6 @@
dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_clean:
- rm -rf src/img2pdf.egg-info
rm -f img2pdf.1
dh_auto_clean