summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--debian/copyright4
-rwxr-xr-xdh1
3 files changed, 11 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index d09546ca..04a5d97c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+debhelper (8.1.5) UNRELEASED; urgency=low
+
+ * dh_ucf: New command, contributed by Jeroen Schot. Closes: #213078
+
+ -- Joey Hess <joeyh@debian.org> Mon, 25 Apr 2011 19:30:01 -0400
+
debhelper (8.1.4) unstable; urgency=low
* dh_clean: Remove debhelper logs for all packages, including packages
diff --git a/debian/copyright b/debian/copyright
index 1e4bc1ee..250390f3 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -65,6 +65,10 @@ Copyright: 2010 Laurent Bigonville <bigon@debian.org>
2011 Josselin Mouette <joss@debian.org>
License: GPL-2+
+Files: dh_ucf
+Copyright: 2011 Jeroen Schot <schot@A-Eskwadraat.nl>
+License: GPL-2+
+
Files: Debian/Debhelper/Buildsystem/qmake.pm
Copyright: © 2010 Kel Modderman
License: GPL-2+
diff --git a/dh b/dh
index 93d18b36..921ef558 100755
--- a/dh
+++ b/dh
@@ -362,6 +362,7 @@ my @i = qw{
dh_installxfonts
dh_installgsettings
dh_bugfiles
+ dh_ucf
dh_lintian
dh_gconf
dh_icons