build: remove trailing blank lines; enable the syntax-check rule
[libguestfs.git] / appliance / packagelist.in
index 68270f0..be45fc4 100644 (file)
@@ -5,25 +5,37 @@
  * following symbols defined (depending on the distro):
  *
  *   REDHAT=1     For Fedora, RHEL, EPEL and workalikes.
+ *   DEBIAN=1     For Debian based distros.
  */
 
-augeas-libs
+#if REDHAT == 1
+  augeas-libs
+  iputils
+  kernel
+  MAKEDEV
+  ntfsprogs
+  scrub
+  udev
+  util-linux-ng
+#elif DEBIAN == 1
+  bsdmainutils
+  iproute
+  libaugeas0
+  udev
+  util-linux
+#endif
+
 bash
 binutils
 coreutils
 dosfstools
 file
 grub
-iputils
-kernel
 lsof
 lvm2
-MAKEDEV
 module-init-tools
 net-tools
 ntfs-3g
-ntfsprogs
 procps
 strace
-util-linux-ng
 zerofree