Your message dated Sat, 11 Jul 2009 22:47:18 +0000
with message-id <[email protected]>
and subject line Bug#535530: fixed in e2fsprogs 1.41.8-1
has caused the Debian Bug report #535530,
regarding e2fslibs: outdated package description
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
535530: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=535530
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: e2fslibs
Version: 1.41.7-1
Severity: minor
Tags: patch
Lat year I nagged you into updating the package description for
e2fsprogs to acknowledge the existence of ext3+ (#483023); but this
left the other descriptions in the same control file lagging behind.
Suggested patch attached; justifications follow.
> -Description: ext2 filesystem libraries
> - The ext2fs and e2p libraries are used by programs that directly access
> - EXT2 filesystems from usermode programs. The EXT2 filesystem is very often
> - used as the default filesystem on Linux systems. Various system programs
> - that use libext2fs include e2fsck, mke2fs, tune2fs, etc. Programs that use
> - libe2p include dumpe2fs, chattr, and lsattr.
Problems:
* the "s/ext2/ext2-to-ext4/" issue;
* the phrase "programs that access filesystems from programs";
* the weasel-rich "some programs include foo, bar, baz, etc";
* repetition of the words "use" and "program".
Solution: recycle some boilerplate from e2fsprogs.
> +Description: ext2/ext3/ext4 file system libraries
> + The ext2, ext3 and ext4 file systems are successors of the original ext
> + ("extended") file system. They are the main file system types used for
> + hard disks on Debian and other Linux systems.
> + .
> + This package provides the ext2fs and e2p libraries, for userspace software
> + that directly accesses extended file systems. Programs that use libext2fs
> + include e2fsck, mke2fs, and tune2fs. Programs that use libe2p include
> + dumpe2fs, chattr, and lsattr.
Incidentally, I'm using a single space between sentences there, but
I haven't edited the whole control file for consistency;
single-spacing is the standard recommended on debian-l10n-english,
but it isn't mandated anywhere official. (And it's not what I
habitually use myself!)
> -Description: ext2 filesystem libraries - headers and static libraries
> - The ext2fs and e2p libraries are used by programs that directly access
> - EXT2 filesystems from usermode programs. The EXT2 filesystem is very often
> - used as the default filesystem on Linux systems. Various system programs
> - that use libext2fs include e2fsck, mke2fs, tune2fs, etc. Programs that use
> - libe2p include dumpe2fs, chattr, and lsattr.
> +Description: ext2/ext3/ext4 file system libraries - headers and static
> libraries
> + The ext2, ext3 and ext4 file systems are successors of the original ext
> + ("extended") file system. They are the main file system types used for
> + hard disks on Debian and other Linux systems.
I've taken out the part that explains what these particular
libraries do and replaced it with the same old boilerplate that
explains what ext*fs is. That's less informative, but you wouldn't
install the devel package if you didn't already know all this.
> -Description: Debugging information for e2fsprogs
> +Description: debugging information for e2fsprogs
[...]
> -Description: Debugging information for uuid-runtime
> +Description: debugging information for uuid-runtime
[...etc...]
For consistency and DevRef6.2.2 compliance.
--
JBR
Ankh kak! (Ancient Egyptian blessing)
diff -ur e2fsprogs-1.41.7.pristine/debian/control e2fsprogs-1.41.7/debian/control
--- e2fsprogs-1.41.7.pristine/debian/control 2009-06-01 12:48:42.000000000 +0100
+++ e2fsprogs-1.41.7/debian/control 2009-07-02 13:20:32.000000000 +0100
@@ -194,12 +194,15 @@
Replaces: e2fsprogs (<< 1.34-1)
Provides: libext2fs2, libe2p2
Architecture: any
-Description: ext2 filesystem libraries
- The ext2fs and e2p libraries are used by programs that directly access
- EXT2 filesystems from usermode programs. The EXT2 filesystem is very often
- used as the default filesystem on Linux systems. Various system programs
- that use libext2fs include e2fsck, mke2fs, tune2fs, etc. Programs that use
- libe2p include dumpe2fs, chattr, and lsattr.
+Description: ext2/ext3/ext4 file system libraries
+ The ext2, ext3 and ext4 file systems are successors of the original ext
+ ("extended") file system. They are the main file system types used for
+ hard disks on Debian and other Linux systems.
+ .
+ This package provides the ext2fs and e2p libraries, for userspace software
+ that directly accesses extended file systems. Programs that use libext2fs
+ include e2fsck, mke2fs, and tune2fs. Programs that use libe2p include
+ dumpe2fs, chattr, and lsattr.
Package: e2fslibs-dev
Section: libdevel
@@ -209,12 +212,10 @@
Provides: ext2fs-dev, e2p-dev
Replaces: libkrb5-dev (<< 1.3)
Architecture: any
-Description: ext2 filesystem libraries - headers and static libraries
- The ext2fs and e2p libraries are used by programs that directly access
- EXT2 filesystems from usermode programs. The EXT2 filesystem is very often
- used as the default filesystem on Linux systems. Various system programs
- that use libext2fs include e2fsck, mke2fs, tune2fs, etc. Programs that use
- libe2p include dumpe2fs, chattr, and lsattr.
+Description: ext2/ext3/ext4 file system libraries - headers and static libraries
+ The ext2, ext3 and ext4 file systems are successors of the original ext
+ ("extended") file system. They are the main file system types used for
+ hard disks on Debian and other Linux systems.
.
This package contains the development environment for the ext2fs and e2p
libraries.
@@ -239,7 +240,7 @@
Priority: extra
Depends: e2fsprogs (= ${binary:Version})
Architecture: any
-Description: Debugging information for e2fsprogs
+Description: debugging information for e2fsprogs
This package includes the debug information useful for debugging e2fsprogs
and its libraries, contained in the e2fsprogs and e2fsck-static packages.
The debug information is used for execution tracing and core
@@ -250,7 +251,7 @@
Priority: extra
Depends: uuid-runtime (= ${binary:Version})
Architecture: any
-Description: Debugging information for uuid-runtime
+Description: debugging information for uuid-runtime
This package includes the debug information useful for debugging the
uuid runtime programs, contained in the uuid-runtime package.
The debugging information is used for execution tracing and core
@@ -261,7 +262,7 @@
Priority: extra
Depends: e2fslibs (= ${binary:Version})
Architecture: any
-Description: Debugging information for e2fslibs
+Description: debugging information for e2fslibs
This package includes the debug information useful for debugging the
ext2fs and e2p libraries, contained in the e2fslibs package. The debug
information is used for execution tracing and core dump analysis.
@@ -271,7 +272,7 @@
Priority: extra
Depends: libcomerr2 (= ${binary:Version})
Architecture: any
-Description: Debugging information for libcomerr2
+Description: debugging information for libcomerr2
This package includes the debug information useful for debugging the
com_err library, contained in the libcomerr2 package. The debugging
information is used for execution tracing and core dump analysis.
@@ -281,7 +282,7 @@
Priority: extra
Depends: libss2 (= ${binary:Version})
Architecture: any
-Description: Debugging information for libss2
+Description: debugging information for libss2
This package includes the debug information useful for debugging the
ss library, contained in the libss2 package. The debug information
is used for execution tracing and core dump analysis.
@@ -291,7 +292,7 @@
Priority: extra
Depends: libblkid1 (= ${binary:Version})
Architecture: any
-Description: Debugging information for libblkid1
+Description: debugging information for libblkid1
This package includes the debug information useful for debugging the
blkid library, contained in the libblkid1 package. The debug
information is used for execution tracing and core dump analysis.
@@ -301,7 +302,7 @@
Priority: extra
Depends: libuuid1 (= ${binary:Version})
Architecture: any
-Description: Debugging information for libuuid1
+Description: debugging information for libuuid1
This package includes the debug information useful for debugging the
UUID library, contained in the libuuid1 package. The debug
information is used for execution tracing and core dump analysis.
--- End Message ---
--- Begin Message ---
Source: e2fsprogs
Source-Version: 1.41.8-1
We believe that the bug you reported is fixed in the latest version of
e2fsprogs, which is due to be installed in the Debian FTP archive:
comerr-dev_2.1-1.41.8-1_i386.deb
to pool/main/e/e2fsprogs/comerr-dev_2.1-1.41.8-1_i386.deb
e2fsck-static_1.41.8-1_i386.deb
to pool/main/e/e2fsprogs/e2fsck-static_1.41.8-1_i386.deb
e2fslibs-dbg_1.41.8-1_i386.deb
to pool/main/e/e2fsprogs/e2fslibs-dbg_1.41.8-1_i386.deb
e2fslibs-dev_1.41.8-1_i386.deb
to pool/main/e/e2fsprogs/e2fslibs-dev_1.41.8-1_i386.deb
e2fslibs_1.41.8-1_i386.deb
to pool/main/e/e2fsprogs/e2fslibs_1.41.8-1_i386.deb
e2fsprogs-dbg_1.41.8-1_i386.deb
to pool/main/e/e2fsprogs/e2fsprogs-dbg_1.41.8-1_i386.deb
e2fsprogs-udeb_1.41.8-1_i386.udeb
to pool/main/e/e2fsprogs/e2fsprogs-udeb_1.41.8-1_i386.udeb
e2fsprogs_1.41.8-1.diff.gz
to pool/main/e/e2fsprogs/e2fsprogs_1.41.8-1.diff.gz
e2fsprogs_1.41.8-1.dsc
to pool/main/e/e2fsprogs/e2fsprogs_1.41.8-1.dsc
e2fsprogs_1.41.8-1_i386.deb
to pool/main/e/e2fsprogs/e2fsprogs_1.41.8-1_i386.deb
e2fsprogs_1.41.8.orig.tar.gz
to pool/main/e/e2fsprogs/e2fsprogs_1.41.8.orig.tar.gz
libblkid-dev_1.41.8-1_i386.deb
to pool/main/e/e2fsprogs/libblkid-dev_1.41.8-1_i386.deb
libblkid1-dbg_1.41.8-1_i386.deb
to pool/main/e/e2fsprogs/libblkid1-dbg_1.41.8-1_i386.deb
libblkid1-udeb_1.41.8-1_i386.udeb
to pool/main/e/e2fsprogs/libblkid1-udeb_1.41.8-1_i386.udeb
libblkid1_1.41.8-1_i386.deb
to pool/main/e/e2fsprogs/libblkid1_1.41.8-1_i386.deb
libcomerr2-dbg_1.41.8-1_i386.deb
to pool/main/e/e2fsprogs/libcomerr2-dbg_1.41.8-1_i386.deb
libcomerr2_1.41.8-1_i386.deb
to pool/main/e/e2fsprogs/libcomerr2_1.41.8-1_i386.deb
libss2-dbg_1.41.8-1_i386.deb
to pool/main/e/e2fsprogs/libss2-dbg_1.41.8-1_i386.deb
libss2_1.41.8-1_i386.deb
to pool/main/e/e2fsprogs/libss2_1.41.8-1_i386.deb
libuuid1-dbg_1.41.8-1_i386.deb
to pool/main/e/e2fsprogs/libuuid1-dbg_1.41.8-1_i386.deb
libuuid1-udeb_1.41.8-1_i386.udeb
to pool/main/e/e2fsprogs/libuuid1-udeb_1.41.8-1_i386.udeb
libuuid1_1.41.8-1_i386.deb
to pool/main/e/e2fsprogs/libuuid1_1.41.8-1_i386.deb
ss-dev_2.0-1.41.8-1_i386.deb
to pool/main/e/e2fsprogs/ss-dev_2.0-1.41.8-1_i386.deb
uuid-dev_1.2-1.41.8-1_i386.deb
to pool/main/e/e2fsprogs/uuid-dev_1.2-1.41.8-1_i386.deb
uuid-runtime-dbg_1.41.8-1_i386.deb
to pool/main/e/e2fsprogs/uuid-runtime-dbg_1.41.8-1_i386.deb
uuid-runtime_1.41.8-1_i386.deb
to pool/main/e/e2fsprogs/uuid-runtime_1.41.8-1_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Theodore Y. Ts'o <[email protected]> (supplier of updated e2fsprogs package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sat, 11 Jul 2009 17:26:16 -0400
Source: e2fsprogs
Binary: e2fsck-static libcomerr2 comerr-dev libss2 ss-dev libuuid1 uuid-runtime
libuuid1-udeb uuid-dev libblkid1 libblkid1-udeb libblkid-dev e2fsprogs-udeb
e2fslibs e2fslibs-dev e2fsprogs e2fsprogs-dbg uuid-runtime-dbg e2fslibs-dbg
libcomerr2-dbg libss2-dbg libblkid1-dbg libuuid1-dbg
Architecture: source i386
Version: 1.41.8-1
Distribution: unstable
Urgency: low
Maintainer: Theodore Y. Ts'o <[email protected]>
Changed-By: Theodore Y. Ts'o <[email protected]>
Description:
comerr-dev - common error description library - headers and static libraries
e2fsck-static - statically-linked version of the ext2/ext3/ext4 filesystem
checke
e2fslibs - ext2/ext3/ext4 file system libraries
e2fslibs-dbg - debugging information for e2fslibs
e2fslibs-dev - ext2/ext3/ext4 file system libraries - headers and static
librari
e2fsprogs - ext2/ext3/ext4 file system utilities
e2fsprogs-dbg - debugging information for e2fsprogs
e2fsprogs-udeb - stripped-down versions of e2fsprogs, for debian-installer
(udeb)
libblkid-dev - block device id library - headers and static libraries
libblkid1 - block device id library
libblkid1-dbg - debugging information for libblkid1
libblkid1-udeb - stripped down block device id library, for debian-installer
(udeb)
libcomerr2 - common error description library
libcomerr2-dbg - debugging information for libcomerr2
libss2 - command-line interface parsing library
libss2-dbg - debugging information for libss2
libuuid1 - Universally Unique ID library
libuuid1-dbg - debugging information for libuuid1
libuuid1-udeb - stripped down universally unique id library, for
debian-installer (udeb)
ss-dev - command-line interface parsing library - headers and static libra
uuid-dev - universally unique id library - headers and static libraries
uuid-runtime - runtime components for the Universally Unique ID library
uuid-runtime-dbg - debugging information for uuid-runtime
Closes: 535530
Changes:
e2fsprogs (1.41.8-1) unstable; urgency=low
.
* New upstream release
* Fix resize2fs bugs when shrinking ext4 filesystems
* Update debian policy compliance to 3.8.2
* Update package descriptions to mention ext3 and ext4 filesytems
(Closes: #535530)
* Update French, Polish, Czech, Indonesian, and Sweedish translation
from the Translation Project.
* If the resize2fs operation fails, the user will be told to fix up
the filesystem using e2fsck -fy.
Checksums-Sha1:
b5708533f0748300399269fc0fa1c3d4c9cdf49a 1443 e2fsprogs_1.41.8-1.dsc
e86b33d8997d24ceaf6e64afa20bfc7f5f2425b4 4436913 e2fsprogs_1.41.8.orig.tar.gz
3ad20d28af0a182f1ad4c98c8ba9f813924ebc9e 20 e2fsprogs_1.41.8-1.diff.gz
4622058b7fe2304b5104d4755f40211193ed3a2c 192890 e2fsck-static_1.41.8-1_i386.deb
e5bd3bdf7cbfa4e41f44456f0f6df80ee33cb727 44952 libcomerr2_1.41.8-1_i386.deb
a6772b658903553803f599501fa539060bec6ed1 49866 libss2_1.41.8-1_i386.deb
f6f359f179ea13661bb968c1197106243cd5cdec 48550 libuuid1_1.41.8-1_i386.deb
d9a3f470e48c8112eab23f9d51546bc355648eff 51028 uuid-runtime_1.41.8-1_i386.deb
a7d8407a979961367f0ead51627b68d06da561ae 60556 libblkid1_1.41.8-1_i386.deb
a76bb2f669f49b3d8b8c3f1ee96b96d2ad378e9b 24748 libblkid-dev_1.41.8-1_i386.deb
87f169f76ca319dd357b5e01c2e56591d1022785 135328 e2fslibs_1.41.8-1_i386.deb
82d88b73fdaf68d85e5a0243dba141d09f9f5a25 171732 e2fslibs-dev_1.41.8-1_i386.deb
41fb3b9fd2a5d1e1935baa9dcbe7f8e939606a82 792044 e2fsprogs_1.41.8-1_i386.deb
ddc40f9578a6daf7c27431fedb9d7a88966888ac 472192 e2fsprogs-dbg_1.41.8-1_i386.deb
f5eaba6b8548fc38aed08abf6e22ef33ffb4aac6 50370
uuid-runtime-dbg_1.41.8-1_i386.deb
a9a4000ee35bdcafb0f712ef8081ef954ba23ef7 233894 e2fslibs-dbg_1.41.8-1_i386.deb
e0b8c74f0968a9205c1ee432ebd3905356cd0297 47440 libcomerr2-dbg_1.41.8-1_i386.deb
29f3bf55917fb19bb5fb02610406064c5b58b1c9 56488 libss2-dbg_1.41.8-1_i386.deb
b7856c5621def7af9701cd7bbf47d0c9031f6d30 79586 libblkid1-dbg_1.41.8-1_i386.deb
230de6b74bb372b283837c906704964ce5103f3c 54922 libuuid1-dbg_1.41.8-1_i386.deb
33175c96af41bf69d88a4b47ab5cd1d6a24e4335 42242 comerr-dev_2.1-1.41.8-1_i386.deb
71c4581e97eba0ea7242f851b5a8f0c398867dec 16968 ss-dev_2.0-1.41.8-1_i386.deb
73ea9c2c0071e4d5cd6d6e3980cf71f981a69242 62414 uuid-dev_1.2-1.41.8-1_i386.deb
23d36dc9efe4eaf24b90c07eac48e6a33beb5ca8 209716
e2fsprogs-udeb_1.41.8-1_i386.udeb
27e666d80f8d45cd7ecf8e18edd4d635f317ffd5 18620
libblkid1-udeb_1.41.8-1_i386.udeb
4525c9ada841968d34ee96924fec707bf51d5ad2 6132 libuuid1-udeb_1.41.8-1_i386.udeb
Checksums-Sha256:
58d9d57c41cf01231f4400c9f7d0a56aff8fc017b3ed8925c6de5d670606ade1 1443
e2fsprogs_1.41.8-1.dsc
782c9f281ca970d176c61759465beec12b40c7793bb5fa52c8d9a61741e33801 4436913
e2fsprogs_1.41.8.orig.tar.gz
50338f463992d39341797048fa0f9cea1751896f7cc28daf4f6a522731cf68b5 20
e2fsprogs_1.41.8-1.diff.gz
1d03128bac359eb0c9fa5b47fd62cb3bc3f5688b365c1cb5a537df23b3912e54 192890
e2fsck-static_1.41.8-1_i386.deb
fb9375feb53bb4b825f8fda06a346b5895a4d0ad4e530afc6214f5e160fd88ad 44952
libcomerr2_1.41.8-1_i386.deb
5cc0803374e8f1c21eb8e6ea396445cdfc234434de386e782328a5f65c9b1847 49866
libss2_1.41.8-1_i386.deb
36499062ab24d678e082f458dfd8079ff6ceeceb6f7daf96976b1c5ae8461969 48550
libuuid1_1.41.8-1_i386.deb
c46534ab6ab2fd18ac15e3b64256e325dd647b22a5d8c46a69bbd1d58cf66881 51028
uuid-runtime_1.41.8-1_i386.deb
1470575937ff5a3248a228d4ff9a1885e3987759bf1defd63eccbf604a1a8be9 60556
libblkid1_1.41.8-1_i386.deb
e6925c152f299590c67b9e5c73d9b1a5366c8054e71c00a1b0409ef5a387242b 24748
libblkid-dev_1.41.8-1_i386.deb
a3576d204e14b599f41b1d32ceb8d929b4635e59b9b241e9677dc48e6f755375 135328
e2fslibs_1.41.8-1_i386.deb
432198c04fcd4690049cfc4d49bc62a5c97041ec1fee42deef85ebe309cd7d19 171732
e2fslibs-dev_1.41.8-1_i386.deb
daf4804e5cd96d7dd7fd94001be21c33d77e1f3601847a9321914f9308489dd2 792044
e2fsprogs_1.41.8-1_i386.deb
30c9fb39c297cca5e8607e5f2fa46f8ab67cfb299e29c3b1a08fa51bd9709490 472192
e2fsprogs-dbg_1.41.8-1_i386.deb
03e3dc39342a7a87f937dd6891a7a4f9d4efa47fa1f7449c2a1dfb055ba119ed 50370
uuid-runtime-dbg_1.41.8-1_i386.deb
c30c65c97f9f2e0d093f0709a8599156c2c6f6de521dc92468ce6a98ed7fb695 233894
e2fslibs-dbg_1.41.8-1_i386.deb
d40bae08d8d3b703f66cd0eb7a396da25cd02ec48aced561ec3577cf3c5967c6 47440
libcomerr2-dbg_1.41.8-1_i386.deb
4858cb8fab6e3b9d59a91198b2283ff492183bb7974fb50a1d81fa968beb81fb 56488
libss2-dbg_1.41.8-1_i386.deb
9f5652e3b61a9fe78c72dec8a2a96d47fe817fa88a1131fe6fd70924273da238 79586
libblkid1-dbg_1.41.8-1_i386.deb
f968a285e5299010f9e6fab61413cc63defab8274eda08d7a2b2e7475aacae64 54922
libuuid1-dbg_1.41.8-1_i386.deb
3ddb818190b114af74d1d00f9799072b95a8eb68ac946b33c0c62440379a83ad 42242
comerr-dev_2.1-1.41.8-1_i386.deb
b301ef516f5ee974441179b4067de47b267fa10999a13105dd1bab14b5ececca 16968
ss-dev_2.0-1.41.8-1_i386.deb
aa2cb7e1b64c56853ed79588629fae0f213ab0edd6305364b56a9d9320fbf899 62414
uuid-dev_1.2-1.41.8-1_i386.deb
a0b29c315a3bded22fe865b443eb592cc8a176635dd93f0d90fdd0abbf4b63ba 209716
e2fsprogs-udeb_1.41.8-1_i386.udeb
5d130c911298a3eb90bcce01661103dfa3dfe935fc332514f118c4785e32d264 18620
libblkid1-udeb_1.41.8-1_i386.udeb
77273343bf5f1477cec89173172e534fb0e5b3f398ab7cea9f528f5a72efed97 6132
libuuid1-udeb_1.41.8-1_i386.udeb
Files:
0d773dee57723690460c275d47415630 1443 admin required e2fsprogs_1.41.8-1.dsc
6708cc8e484809fc5cfb232882e48489 4436913 admin required
e2fsprogs_1.41.8.orig.tar.gz
01555a6f213c844357dbc12d5624cf38 20 admin required e2fsprogs_1.41.8-1.diff.gz
c66eb7a6b99132c2de119776d1179d1a 192890 admin optional
e2fsck-static_1.41.8-1_i386.deb
1395b42dea9ed357f0259d65df1d61cb 44952 libs required
libcomerr2_1.41.8-1_i386.deb
02a3de1d2a73061353532bfeff051fe9 49866 libs required libss2_1.41.8-1_i386.deb
8b2bcfe45a71c459c8264dab715896b6 48550 libs required libuuid1_1.41.8-1_i386.deb
8ad3bed16fdab2428709c7900c6af47a 51028 libs optional
uuid-runtime_1.41.8-1_i386.deb
7552b77950d076e75ffdfbd579e27740 60556 libs required
libblkid1_1.41.8-1_i386.deb
a9a06dd2dd351c48f1e1cf4894c35d7f 24748 libdevel extra
libblkid-dev_1.41.8-1_i386.deb
e05f6aa238a833b8fcfb3a8e09c1d225 135328 libs required
e2fslibs_1.41.8-1_i386.deb
4bfd0a05ec01a3b94f40805c902a4738 171732 libdevel extra
e2fslibs-dev_1.41.8-1_i386.deb
666e05021fcfab69420932a3dfddaf51 792044 admin required
e2fsprogs_1.41.8-1_i386.deb
f09bed2751b0bf5e1bbb2e2093924002 472192 debug extra
e2fsprogs-dbg_1.41.8-1_i386.deb
d66f0dd38c188aba978d4d1e3e4ec180 50370 debug extra
uuid-runtime-dbg_1.41.8-1_i386.deb
3a9adca60c759d89b5414c40f75ecb84 233894 debug extra
e2fslibs-dbg_1.41.8-1_i386.deb
bca5a70753ac03507b8e93d668e82e62 47440 debug extra
libcomerr2-dbg_1.41.8-1_i386.deb
f20f7fb19c11997936f9a9dd88fe1f68 56488 debug extra libss2-dbg_1.41.8-1_i386.deb
f6e044a3afb37c5a6fc8cd950217a7df 79586 debug extra
libblkid1-dbg_1.41.8-1_i386.deb
d3589fe9fc279e254e345b405b8f15ba 54922 debug extra
libuuid1-dbg_1.41.8-1_i386.deb
248726b01d2ef976e35b350b5c38c993 42242 libdevel extra
comerr-dev_2.1-1.41.8-1_i386.deb
d1f9a95ba13621b2b191cceb94e58f6f 16968 libdevel extra
ss-dev_2.0-1.41.8-1_i386.deb
ea67d0ef70489e3d8889463dcdce91a3 62414 libdevel extra
uuid-dev_1.2-1.41.8-1_i386.deb
f308a8ffc1b506e8582bb4317dd63086 209716 debian-installer optional
e2fsprogs-udeb_1.41.8-1_i386.udeb
cc0d2fbf0d39e8c139c32ace0075398a 18620 debian-installer optional
libblkid1-udeb_1.41.8-1_i386.udeb
e8cd549d008eaadabd482ea1d397b0a0 6132 debian-installer optional
libuuid1-udeb_1.41.8-1_i386.udeb
Package-Type: udeb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkpZEdsACgkQ7To545NnTEC0jACgkIVZDIwaM2hVFuW0gVWQAwZG
N+YAn1UjB2HzQd9uHiEBeDNp0WgX/Su5
=rw5R
-----END PGP SIGNATURE-----
--- End Message ---