diff options
| author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-06-10 18:52:55 +0100 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:48:00 +0100 |
| commit | b6a42f34ac3b2b1aab0c526118f0dcf9c692d7c4 (patch) | |
| tree | 13fee25c25b4f5b6115393ef85bfe511647c060a /debian/bug/script | |
| parent | eedba054799e9809e7178938e372ece8c58d15c9 (diff) | |
| download | live-boot-b6a42f34ac3b2b1aab0c526118f0dcf9c692d7c4.tar.gz live-boot-b6a42f34ac3b2b1aab0c526118f0dcf9c692d7c4.zip | |
Sync bug script "dpkg -l" calls with debian/control
Diffstat (limited to 'debian/bug/script')
| -rw-r--r-- | debian/bug/script | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/bug/script b/debian/bug/script index 0381f3a..7938bbe 100644 --- a/debian/bug/script +++ b/debian/bug/script @@ -1,13 +1,13 @@ #!/bin/sh # Checking depends -dpkg -l busybox file initramfs-tools sudo user-setup +dpkg -l busybox file initramfs-tools sudo udev user-setup # Checking recommends -dpkg -l eject wget live-initscripts +dpkg -l eject loop-aes-utils uuid-runtime wget # Checking suggests -dpkg -l genext2fs squashfs-tools +dpkg -l curlftpfs genext2fs httpfs2 squashfs-tools mtd-tools # Checking other packages dpkg -l cryptsetup splashy usplash |
