aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control.in
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2017-08-21 23:41:35 -0400
committerTheodore Ts'o <tytso@mit.edu>2017-08-22 10:24:13 -0400
commit6ac208c2c462dd57d0751b6e58a62d74afc9898c (patch)
treee8ca48b1cefb909fd981a4ad5c2a580855683229 /debian/control.in
parent86454dbf86e7264ba0bcdb1e159246748cadde5c (diff)
downloadandroid_external_e2fsprogs-6ac208c2c462dd57d0751b6e58a62d74afc9898c.tar.gz
android_external_e2fsprogs-6ac208c2c462dd57d0751b6e58a62d74afc9898c.tar.bz2
android_external_e2fsprogs-6ac208c2c462dd57d0751b6e58a62d74afc9898c.zip
debian: break out locale files into a separate package
Since e2fsprogs is a required/essential package, this allows us to significantly shrink the size of the a minbase setup. Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'debian/control.in')
-rw-r--r--debian/control.in15
1 files changed, 14 insertions, 1 deletions
diff --git a/debian/control.in b/debian/control.in
index 901650f0..3609d702 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -39,6 +39,19 @@ Description: statically-linked version of the ext2/ext3/ext4 filesystem checker
to run this program if something like your C library gets corrupted.
'')dnl
+Package: e2fsprogs-l10n
+Priority: extra
+Depends: e2fsprogs (= ${binary:Version})
+Replaces: e2fsprogs (<< 1.43.5-1)
+Architecture: any
+Description: ext2/ext3/ext4 file system utilities - translations
+ 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 translations for messages for programs found in
+ the 'e2fsprogs' package.
+
Package: libcomerr2
Section: libs
Provides: libcomerr-kth-compat
@@ -258,7 +271,7 @@ ifdef(`UTIL_LINUX_NG',
``Pre-Depends: ${shlibs:Depends}, ${misc:Depends}
'')dnl
Multi-Arch: foreign
-Suggests: gpart, parted, fuse2fs, e2fsck-static
+Suggests: gpart, parted, fuse2fs, e2fsck-static, e2fsprogs-l10n
Architecture: any
Description: ext2/ext3/ext4 file system utilities
The ext2, ext3 and ext4 file systems are successors of the original ext