summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2013-05-08 22:36:37 -0400
committerJoey Hess <joey@kitenet.net>2013-05-08 22:36:37 -0400
commit15d892407b0bdcd8fd5bad28eb3a541955bfe5bd (patch)
treea7c9fd6c05c1e146a4b05caa7053ea7bc9bccc46 /debian
parent7b0e85dd0081f0aeb90e4f82d958765f3ca5f6ee (diff)
Fix type -p bashism that crept in via recent patches. Closes: #707319
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 8cd9402..8087a4d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+etckeeper (1.3) unstable; urgency=low
+
+ * Fix type -p bashism that crept in via recent patches. Closes: #707319
+
+ -- Joey Hess <joeyh@debian.org> Wed, 08 May 2013 22:36:30 -0400
+
etckeeper (1.2) unstable; urgency=low
* Call type -p in a more compatable way.