From: Michael Prokop Date: Thu, 2 Apr 2020 15:12:11 +0000 (+0200) Subject: debian: execute `wrap-and-sort -a -t -s` X-Git-Tag: v0.18.0~4 X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=commitdiff_plain;h=c921dc11983b7746fed3eedb301183eb0124c647 debian: execute `wrap-and-sort -a -t -s` Let's get this properly sorted... --- diff --git a/debian/control b/debian/control index 20ce377..1029a71 100644 --- a/debian/control +++ b/debian/control @@ -2,17 +2,19 @@ Source: grml2usb Section: admin Priority: optional Maintainer: Grml Team -Uploaders: Michael Prokop , - Alexander Wirt , - Christian Hofstaedtler , - Ulrich Dangel -Build-Depends: asciidoc, - black, - debhelper-compat (= 12), - docbook-xsl, - flake8, - isort, - xsltproc, +Uploaders: + Michael Prokop , + Alexander Wirt , + Christian Hofstaedtler , + Ulrich Dangel , +Build-Depends: + asciidoc, + black, + debhelper-compat (= 12), + docbook-xsl, + flake8, + isort, + xsltproc, Standards-Version: 4.5.0 Homepage: https://grml.org/grml2usb/ Vcs-git: git://git.grml.org/grml2usb.git @@ -20,17 +22,20 @@ Vcs-Browser: https://git.grml.org/?p=grml2usb.git Package: grml2usb Architecture: amd64 i386 -Depends: kmod, - mtools, - python3, - python3-parted, - rsync, - syslinux | grub2-common, syslinux | grub-pc-bin, - ${misc:Depends}, - ${shlibs:Depends} -Recommends: syslinux, - syslinux-utils, - xorriso | genisoimage +Depends: + kmod, + mtools, + python3, + python3-parted, + rsync, + syslinux | grub-pc-bin, + syslinux | grub2-common, + ${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 diff --git a/debian/tests/control b/debian/tests/control index c6aeeed..d6be2df 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,21 +1,23 @@ Tests: smoke-grml2usb-py2 -Depends: dosfstools, - kpartx, - isolinux, - python2, - syslinux, - syslinux-common, - xorriso, - @ +Depends: + dosfstools, + isolinux, + kpartx, + python2, + syslinux, + syslinux-common, + xorriso, + @, Restrictions: needs-root, isolation-machine, breaks-testbed Tests: smoke-grml2usb-py3 -Depends: dosfstools, - kpartx, - isolinux, - python2, - syslinux, - syslinux-common, - xorriso, - @ +Depends: + dosfstools, + isolinux, + kpartx, + python2, + syslinux, + syslinux-common, + xorriso, + @, Restrictions: needs-root, isolation-machine, breaks-testbed