summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2003-04-12 02:53:49 -0400
committerTheodore Ts'o <tytso@mit.edu>2003-04-12 02:53:49 -0400
commit61de7f84fbdfac5460b7037feb9633d4ab7ef513 (patch)
treeb4b0e0052e9898026eabca7a2a924fb214c3577a
parentc5290fae3937cc83de8a551db9686d1e1964e378 (diff)
downloade2fsprogs-61de7f84fbdfac5460b7037feb9633d4ab7ef513.tar.gz
Update to standards 3.5.9.
Add dc to the build-depends line. Remove ancient e2fslibsg conflicts line.
-rw-r--r--debian/changelog5
-rw-r--r--debian/control6
2 files changed, 6 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index c46b65ce..60de46da 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,10 +10,11 @@ e2fsprogs (1.32+1.33-WIP-2003.03.30-3) unstable; urgency=low
* Fix bug in mke2fs, which was was incorrectly checking the argument
to the -g option if the default block size is used. (Closes: #188319)
* Update man pages. (Closes: #188318)
- * Mke2fs can be given a minimum block size by passing in a negative
+ * Mke2fs can be given a minimum block size by passing in a negative
number to the -b option.
+ * Update to standards 3.5.9
- -- Theodore Y. Ts'o <tytso@mit.edu> Fri, 11 Apr 2003 22:08:00 -0400
+ -- Theodore Y. Ts'o <tytso@mit.edu> Sat, 12 Apr 2003 02:52:17 -0400
e2fsprogs (1.32+1.33-WIP-2003.03.30-2) unstable; urgency=low
diff --git a/debian/control b/debian/control
index d1780cc7..8b12f9ca 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: e2fsprogs
Section: base
Priority: required
Maintainer: Theodore Y. Ts'o <tytso@mit.edu>
-Build-Depends: texi2html, texinfo, debhelper (>= 4)
-Standards-Version: 3.5.6
+Build-Depends: texi2html, texinfo, dc, debhelper (>= 4)
+Standards-Version: 3.5.9
Package: e2fsck-static
Section: admin
@@ -134,7 +134,7 @@ Essential: yes
Pre-Depends: ${shlibs:Depends}
Depends:
Suggests: gpart, parted, e2fsck-static
-Conflicts: e2fslibsg, dump (<< 0.4b4-4), quota (<< 1.55-8.1)
+Conflicts: dump (<< 0.4b4-4), quota (<< 1.55-8.1)
Provides: libcomerr2, libss2, libext2fs2, libe2p2, libuuid1
Architecture: any
Description: The EXT2 file system utilities and libraries