Rename packages to not clash with upstream
[live-boot-grml.git] / debian / live-boot-grml.bug-script
diff --git a/debian/live-boot-grml.bug-script b/debian/live-boot-grml.bug-script
new file mode 100644 (file)
index 0000000..385770c
--- /dev/null
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+# Checking depends
+dpkg -l busybox file initramfs-tools sudo udev user-setup
+
+# Checking recommends
+dpkg -l eject uuid-runtime wget
+
+# Checking suggests
+dpkg -l loop-aes-utils curlftpfs genext2fs httpfs2 squashfs-tools mtd-tools
+
+# Checking other packages
+dpkg -l cryptsetup plymouth
+
+exit 0