diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-04-17 03:57:19 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:47:59 +0100 |
commit | 47296da8bee39d7cca4f57e572e2fdafe4eb36a5 (patch) | |
tree | dc99012518dca6d1e43cc898dafbe7c2483c835e /debian/control | |
parent | 7a40489620ead4392765b3e8ba9a7f2c020676d3 (diff) | |
download | live-boot-47296da8bee39d7cca4f57e572e2fdafe4eb36a5.tar.gz live-boot-47296da8bee39d7cca4f57e572e2fdafe4eb36a5.zip |
Remove bogus dependency on Ubuntu "localechooser-data" package
In Debian, this package doesn't exist as a .deb, so we must maintain our
own local copy of the languagelist file.
(This patch also adds code to synchronise this file to the Makefile's
"update:" target so this isn't too annoying.)
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 6ff07ed..3836a66 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ XS-Upstream-Depends: git-core Package: live-initramfs Architecture: all -Depends: ${misc:Depends}, busybox, file, initramfs-tools, localechooser-data, sudo, udev, user-setup +Depends: ${misc:Depends}, busybox, file, initramfs-tools, sudo, udev, user-setup Recommends: eject, uuid-runtime, wget Suggests: genext2fs (>= 1.4.1), squashfs-tools, mtd-tools Description: Debian Live initramfs hook |