Merge remote-tracking branch 'origin/github/pr/148'
[grml-live.git] / debian / control
index f28c684..f9dc097 100644 (file)
@@ -1,41 +1,49 @@
 Source: grml-live
 Section: grml
-Priority: extra
+Priority: optional
 Maintainer: Michael Prokop <mika@grml.org>
-Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: asciidoc,
-                     docbook-xsl,
-                     xsltproc
-Standards-Version: 3.9.8
-Homepage: http://grml.org/grml-live/
-Vcs-git: git://git.grml.org/grml-live.git
-Vcs-Browser: http://git.grml.org/?p=grml-live.git
+Build-Depends:
+ debhelper-compat (= 12),
+Build-Depends-Indep:
+ asciidoc,
+ docbook-xsl,
+ xsltproc,
+Standards-Version: 4.6.2
+Homepage: https://grml.org/grml-live/
+Vcs-git: https://github.com/grml/grml-live.git
+Vcs-Browser: https://git.grml.org/?p=grml-live.git
 Origin: Grml
 Bugs: mailto:bugs@grml.org
 
 Package: grml-live
 Architecture: all
-Depends: bc,
-         bzip2,
-         fai-client (>= 3.4.0),
-         fai-server (>= 3.4.0),
-         isolinux (>= 3:6.03+dfsg-5+deb8u1~),
-         memtest86+,
-         mksh,
-         moreutils,
-         pciutils,
-         rsync,
-         squashfs-tools (>= 1:4.2-0~bpo60),
-         syslinux,
-         xorriso | genisoimage,
-         ${misc:Depends}
-Recommends: grml-live-db,
-            grub-pc-bin,
-            imagemagick,
-            ipxe,
-            syslinux-utils
-Suggests: fai-doc,
-          grml-live-addons
+Depends:
+ bc,
+ bzip2,
+ debootstrap,
+ dosfstools,
+ fai-client (>= 3.4.0),
+ isolinux (>= 3:6.03+dfsg-5+deb8u1~),
+ jo,
+ mksh,
+ moreutils,
+ mtools,
+ pciutils,
+ rsync,
+ squashfs-tools (>= 1:4.2-0~bpo60),
+ syslinux | syslinux-efi,
+ xorriso,
+ ${misc:Depends},
+Recommends:
+ grml-live-db,
+ grub-pc-bin,
+ imagemagick,
+ ipxe,
+ memtest86+,
+ syslinux-utils,
+Suggests:
+ fai-doc,
+ grml-live-addons,
 Description: build system for creating a Grml (based) Linux live system
  This package provides the build system for creating a Debian /
  Grml based Linux live system (also known as live cd). It is
@@ -43,13 +51,15 @@ Description: build system for creating a Grml (based) Linux live system
 
 Package: grml-live-db
 Architecture: all
-Depends: grml-live,
-         libdbd-sqlite3-perl,
-         libdbi-perl,
-         libtimedate-perl,
-         sqlite3,
-         ${misc:Depends}
-Recommends: perl-doc
+Depends:
+ grml-live,
+ libdbd-sqlite3-perl,
+ libdbi-perl,
+ libtimedate-perl,
+ sqlite3,
+ ${misc:Depends},
+Recommends:
+ perl-doc,
 Description: log package build information of grml-live to database
  This package provides a database layer for storing build
  information about grml-live builds in a sqlite3 database.