summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Shuler <michael@pbandjelly.org>2014-09-24 14:04:03 -0500
committerMichael Shuler <michael@pbandjelly.org>2014-09-24 14:04:03 -0500
commit4ef1ed99689628a9e9b5d3c78ff853017fcaa8d9 (patch)
tree6cd1066ee044caa2e18f6fe9208deefceb7ed644
parent15470c64b5464d273556a290b1e7b50b32a2e5a0 (diff)
downloadca-certificates-4ef1ed99689628a9e9b5d3c78ff853017fcaa8d9.tar.gz
Remove debian/config in debian/rules clean target
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 88e8754..e3393ec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ ca-certificates (20140807) UNRELEASED; urgency=medium
Certificates added (+) and removed (-):
+ ...
- ...
+ * Remove debian/config in debian/rules clean target
* Include d/{changelog,NEWS} entries in 20140223 for duplicate CKA_LABEL
rename of "StartCom Certification Authority"_2
diff --git a/debian/rules b/debian/rules
index 4e0f092..ddd7cee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,7 +27,7 @@ build-stamp: configure-stamp
clean:
dh_testdir
dh_testroot
- rm -f build-stamp configure-stamp
+ rm -f build-stamp configure-stamp debian/config
# Add here commands to clean up after the build process.
[ ! -f Makefile ] || $(MAKE) clean