diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 11fe0de55..fe0824efc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ apt (0.3.6.1) unstable; urgency=low * Fixed missing text in the apt-get(8) page. Closes: #37596 * Made --simulate and friends work with apt-get source. Closes: #37597 + * Fixed inclusion of man pages in the -doc/-dev package. Closes: #37633 -- Jason Gunthorpe <jgg@debian.org> Wed, 12 May 1999 09:18:49 -0700 diff --git a/debian/rules b/debian/rules index e81a00302..30bb3a8f4 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,7 @@ # Made with the aid of dh_make, by Craig Small # Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess. # Some lines taken from debmake, by Christoph Lameter. -# $Id: rules,v 1.16 1999/04/18 06:51:35 jgg Exp $ +# $Id: rules,v 1.17 1999/05/14 02:51:37 jgg Exp $ # For the deb builder, you can run 'debian/rules cvs-build', which does all @@ -87,7 +87,7 @@ libapt-pkg-doc: build debian/shlibs.local # dh_installmenu -p$@ # dh_installinit -p$@ # dh_installcron -p$@ - dh_installmanpages -p$@ +# dh_installmanpages -p$@ # dh_undocumented -p$@ dh_installchangelogs -p$@ @@ -172,7 +172,7 @@ libapt-pkg-dev: build debian/shlibs.local # dh_installmenu -papt # dh_installinit -papt # dh_installcron -papt - dh_installmanpages -p$@ +# dh_installmanpages -p$@ dh_installchangelogs -p$@ dh_strip -p$@ |