Use https URL in Vcs-Browser
[grml2usb.git] / debian / control
index 73a20ce..91524e7 100644 (file)
@@ -1,16 +1,34 @@
 Source: grml2usb
-Section: grml
+Section: admin
 Priority: optional
-Maintainer: Michael Prokop <mika@grml.org>
-Build-Depends: debhelper (>= 4.0.0)
-Standards-Version: 3.7.3
-Homepage: http://hg.grml.org/grml2usb/
-XS-Vcs-hg: http://hg.grml.org/grml2usb/
-XS-Vcs-Browser: http://hg.grml.org/grml2usb/
+Maintainer: Grml Team <team@grml.org>
+Uploaders: Michael Prokop <mika@debian.org>,
+           Alexander Wirt <formorer@debian.org>,
+           Christian Hofstaedtler <zeha@debian.org>,
+           Ulrich Dangel <mru@spamt.net>
+Build-Depends: asciidoc,
+               debhelper (>= 10~),
+               docbook-xsl,
+               xsltproc
+Standards-Version: 3.9.8
+Homepage: http://grml.org/grml2usb/
+Vcs-git: git://git.grml.org/grml2usb.git
+Vcs-Browser: https://git.grml.org/?p=grml2usb.git
 
 Package: grml2usb
-Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, syslinux, mtools
-Description: install grml-system to usb device
- This script installs a grml-system (more precise: a grml-ISO) to
- an usb device.
+Architecture: amd64 i386
+Depends: mtools,
+         python,
+         python-parted,
+         coreutils (>= 8.23-1~) | realpath,
+         rsync,
+         syslinux | grub-pc | grub-efi-amd64,
+         ${misc:Depends},
+         ${shlibs:Depends}
+Recommends: syslinux,
+            syslinux-utils,
+            xorriso | genisoimage
+Description: install Grml system / ISO to usb device
+ This script installs a Grml ISO to an USB device to be able
+ to boot from it.  Make sure you have at least one Grml ISO
+ or a running Grml system (/lib/live/mount/medium) available.