summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-03-25 15:15:26 -0400
committerJoey Hess <joey@kitenet.net>2011-03-25 15:15:26 -0400
commitc1503fb14979594c7906f2b1ccc117c1d8c73a77 (patch)
treec94b587e8ad09109cb50a625f91063ffc64c0dc8
parent33c99844a11444f4e31b9aae68f63512f7768b6c (diff)
Ignore inssev's FHS violating /etc/init.d/.depend.* files. Closes: #619407 See #619409
-rw-r--r--debian/changelog7
-rwxr-xr-xupdate-ignore.d/01update-ignore1
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index b0482c5..a90bd61 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+etckeeper (0.54) UNRELEASED; urgency=low
+
+ * Ignore inssev's FHS violating /etc/init.d/.depend.* files.
+ Closes: #619407 See #619409
+
+ -- Joey Hess <joeyh@debian.org> Fri, 25 Mar 2011 15:14:32 -0400
+
etckeeper (0.53) unstable; urgency=low
[ Joey Hess ]
diff --git a/update-ignore.d/01update-ignore b/update-ignore.d/01update-ignore
index 8c7baf9..f6bdaf1 100755
--- a/update-ignore.d/01update-ignore
+++ b/update-ignore.d/01update-ignore
@@ -139,6 +139,7 @@ writefile () {
ignore "*.elc"
ignore "*.pyc"
ignore "*.pyo"
+ ignore "init.d/.depend.*"
nl
comment "editor temp files"