summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rwxr-xr-xdh_installcatalogs4
-rwxr-xr-xexamples/rules.tiny2
3 files changed, 8 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index c18bb7e0..5fd4dc9f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+debhelper (7.0.9) UNRELEASED; urgency=low
+
+ * rules.tiny: Typo fix. Closes: #479647
+
+ -- Joey Hess <joeyh@debian.org> Mon, 05 May 2008 18:53:10 -0400
+
debhelper (7.0.8) unstable; urgency=low
* dh: Add an interface that third-party packages providing debhelper commands
diff --git a/dh_installcatalogs b/dh_installcatalogs
index e7ead755..510a2bb3 100755
--- a/dh_installcatalogs
+++ b/dh_installcatalogs
@@ -18,9 +18,7 @@ B<dh_installcatalogs> [S<I<debhelper options>>] [B<-n>]
=head1 DESCRIPTION
dh_installcatalogs is a debhelper program that installs and
-registers SGML catalogs. (Note: it will be extended for XML catalog
-registration when xml-core is available.) It complies with the Debian
-XML/SGML policy.
+registers SGML catalogs. It complies with the Debian XML/SGML policy.
The file F<debian/I<package>.sgmlcatalogs> contains the catalogs to be
installed per package. Each line in that file should be of the form
diff --git a/examples/rules.tiny b/examples/rules.tiny
index 6aa7228c..cbe925d7 100755
--- a/examples/rules.tiny
+++ b/examples/rules.tiny
@@ -1,3 +1,3 @@
#!/usr/bin/make -f
-%
+%:
dh $@