summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-08-06 11:08:45 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-08-06 11:08:45 -0400
commit4433049e1c444db9536be2141431d98b0ea438e4 (patch)
tree9c23f69145a393c9f66ca473fc3f2f2fa6be01e3 /debian/changelog
parent7b1e681929b2ff7881dd130c22889dcab184a80e (diff)
dh: Allow creation of new sequences (such as to handle a patch target for quilt), by adding an add_command function to the sequence addon interface. See #540124.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog8
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index ae3846c3..69e75190 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+debhelper (7.3.12) UNRELEASED; urgency=low
+
+ * dh: Allow creation of new sequences (such as to handle a patch
+ target for quilt), by adding an add_command function to the
+ sequence addon interface. See #540124.
+
+ -- Joey Hess <joeyh@debian.org> Thu, 06 Aug 2009 11:07:45 -0400
+
debhelper (7.3.11) unstable; urgency=low
* perl_build: Fix Build check to honor source directory setting.