summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog8
-rwxr-xr-xupdate-ignore.d/01update-ignore2
2 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 5ac0c62..70e3a2d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+etckeeper (0.59) UNRELEASED; urgency=low
+
+ * Add /etc/cups/subscriptions.conf to default ignores, as the content of
+ this file does not normally contain configuration and it changes
+ frequently. Closes: #651168
+
+ -- Joey Hess <joeyh@debian.org> Tue, 06 Dec 2011 15:26:18 -0400
+
etckeeper (0.58) unstable; urgency=low
* Changed to store all permissions of files and directories, even those
diff --git a/update-ignore.d/01update-ignore b/update-ignore.d/01update-ignore
index 6d583eb..44740ca 100755
--- a/update-ignore.d/01update-ignore
+++ b/update-ignore.d/01update-ignore
@@ -143,6 +143,8 @@ writefile () {
ignore "*.pyo"
ignore "init.d/.depend.*"
ignore "openvpn/openvpn-status.log"
+ ignore "etc/cups/subscriptions.conf"
+ ignore "etc/cups/subscriptions.conf.O"
nl
comment "editor temp files"