]> git.donarmstrong.com Git - debhelper.git/commitdiff
r1711: releasing version 4.2.18 4.2.18
authorjoey <joey>
Fri, 13 Aug 2004 22:18:57 +0000 (22:18 +0000)
committerjoey <joey>
Fri, 13 Aug 2004 22:18:57 +0000 (22:18 +0000)
debhelper.pod
debian/changelog
dh_gconf

index 83e67830c1db77472c42601d22b5cebd39e7b928..a6ec5daa5511a6f10280385b6f7da8c351795fb2 100644 (file)
@@ -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>
 
index be6bf0b740faf721bdca1b3b383260634c76ee7c..f669d8689752ff0a6b135adb2ae0ea63307a5597 100644 (file)
@@ -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
 
index 4e34cbd9e01a42c595735602a3a37630af541356..19341af1c42defffe99e6c298a3d605578a59314 100755 (executable)
--- 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}.