From fc252787ba7b3f39581138bf094a1077e04e8953 Mon Sep 17 00:00:00 2001 From: Johannes Schauer Date: Fri, 20 Jan 2017 06:14:37 +0100 Subject: Do not remove src/img2pdf.egg-info in clean target as it's part of the source package --- debian/changelog | 2 ++ debian/rules | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'debian') 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 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 -- cgit v1.2.3