diff options
author | joey <joey> | 2004-08-13 22:18:57 +0000 |
---|---|---|
committer | joey <joey> | 2004-08-13 22:18:57 +0000 |
commit | 282b7d92a9da026036b5342eae51e6c243306d35 (patch) | |
tree | 35d3c7b7a6021ce0b8eb87e4fdfebfdfd8980bbe | |
parent | 4dc96030d6b817d831a3c85921299d9938813ff2 (diff) | |
download | debhelper-4.2.18.tar.gz |
r1711: releasing version 4.2.184.2.18
-rw-r--r-- | debhelper.pod | 2 | ||||
-rw-r--r-- | debian/changelog | 8 | ||||
-rwxr-xr-x | dh_gconf | 2 |
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 @@ -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}. |