diff options
author | joey <joey> | 2001-02-17 03:45:51 +0000 |
---|---|---|
committer | joey <joey> | 2001-02-17 03:45:51 +0000 |
commit | 7d8cbb20a8cfe12fd50cc82b0e52c1ac10b8993b (patch) | |
tree | a435d987fdb976047404f25b8456520da1602ed7 /debian/control | |
parent | 88e188b9522cee85a86e4a4e0e76cdf71e0c891a (diff) | |
download | debhelper-7d8cbb20a8cfe12fd50cc82b0e52c1ac10b8993b.tar.gz |
r447: * Corrected some uninitialized value stuff in dh_suidregister (actually
quite a bad bug).
* dh_installman: fixed variable socoping error, so file conversions
should work now.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index b53ebc73..eaef624d 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: devel Priority: optional Maintainer: Joey Hess <joeyh@debian.org> Build-Depends-Indep: perl-5.6, fileutils (>= 4.0-2.1), file (>= 3.23-1) -Standards-Version: 3.5.0.0 +Standards-Version: 3.5.1.0 Package: debhelper Architecture: all |