diff options
author | Joey Hess <joey@kitenet.net> | 2012-01-06 19:23:27 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-01-06 19:23:27 -0400 |
commit | 5e63ee24c07abaddfb1d1b2bcd984a367dd35059 (patch) | |
tree | a658f808fc4f29911cd8995ffa0a494e5acc4be2 | |
parent | 20668f6626825b752dcb7b11ae3c90372cc20fb7 (diff) |
Fix typo in bugfix for #651168.
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | update-ignore.d/01update-ignore | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index e54b32a..4cfc19b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ etckeeper (0.60) UNRELEASED; urgency=low * Updated Dutch translation of debconf templates. Closes: #654244 * Support -h and --help. Closes: #654188 + * Fix typo in bugfix for #651168. -- Joey Hess <joeyh@debian.org> Mon, 02 Jan 2012 11:40:20 -0400 diff --git a/update-ignore.d/01update-ignore b/update-ignore.d/01update-ignore index 44740ca..b6acf17 100755 --- a/update-ignore.d/01update-ignore +++ b/update-ignore.d/01update-ignore @@ -143,8 +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" + ignore "cups/subscriptions.conf" + ignore "cups/subscriptions.conf.O" nl comment "editor temp files" |