From: joey Date: Sat, 2 Dec 2000 22:29:59 +0000 (+0000) Subject: r401: * typo: Closes, #78567 X-Git-Tag: version_2.0.101~198 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=46c0752891338f37530f8bb2ca3cb64f988cd3e9;p=debhelper.git r401: * typo: Closes, #78567 --- diff --git a/debhelper.1 b/debhelper.1 index 4badca8..b5902d3 100644 --- a/debhelper.1 +++ b/debhelper.1 @@ -5,7 +5,7 @@ debhelper \- overview of the debhelper commands .B dh_* .I "[-v] [-a] [-i] [-s] [--no-act] [-ppackage] [-Npackage] [-Ptmpdir]" .SH "DESCRIPTION" -Debhelper is used to help you build a debian package. The philospohy behind +Debhelper is used to help you build a debian package. The philosophy behind debhelper is to provide a collection of small, simple, and easily understood tools that are used in debian/rules to automate various common aspects of building a package. This means less work for you, the packager. diff --git a/debian/changelog b/debian/changelog index 0e88c57..32c2546 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +debhelper (2.2.6) unstable; urgency=low + + * typo: Closes, #78567 + + -- Joey Hess Sat, 2 Dec 2000 14:27:31 -0800 + debhelper (2.2.5) unstable; urgency=low * Oops, it was not expanding wildcard when it should.