summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debhelper.pod2
-rw-r--r--debian/changelog8
-rwxr-xr-xdh_gconf2
3 files changed, 7 insertions, 5 deletions
diff --git a/debhelper.pod b/debhelper.pod
index 83e67830..a6ec5daa 100644
--- a/debhelper.pod
+++ b/debhelper.pod
@@ -108,7 +108,7 @@ for the package, the package should not be acted on on other architectures. So
this flag makes the command act on all "Architecture: any" packages, as well
as on any packages that have the current architecture explicitly specified.
Contrast to the -a flag, which makes the command work on all packages that
-are not architecture independant.
+are not architecture independent.
=item B<-N>I<package>, B<--no-package=>I<package>
diff --git a/debian/changelog b/debian/changelog
index be6bf0b7..f669d868 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
-debhelper (4.2.18) UNRELEASED; urgency=low
+debhelper (4.2.18) unstable; urgency=low
- * Add dh_shlibdeps see also. Closes: #261367
+ * Add dh_shlibdeps see also. Closes: #261367a
+ * Update dh_gconf man page for new schema location. Closes: #264378a
+ * debhelper.7 man page typo fix. Closes: #265603
- -- Joey Hess <joeyh@debian.org> Fri, 30 Jul 2004 16:50:01 -0400
+ -- Joey Hess <joeyh@debian.org> Fri, 13 Aug 2004 19:16:51 -0300
debhelper (4.2.17) unstable; urgency=low
diff --git a/dh_gconf b/dh_gconf
index 4e34cbd9..19341af1 100755
--- a/dh_gconf
+++ b/dh_gconf
@@ -19,7 +19,7 @@ dh_gconf is a debhelper program that is responsible for registering
GConf schemas.
It automatically generates the postinst and prerm fragments needed
-to register and unregister the schemas in etc/gconf/schemas.
+to register and unregister the schemas in usr/share/gconf/schemas.
These fragements will use gconftool-2, so the package should depend on
gconf2. This program will add an appropriate dependency to ${misc:Depends}.