diff options
| author | 2018-03-20 22:39:36 -0400 | |
|---|---|---|
| committer | 2018-03-20 22:56:18 -0400 | |
| commit | eb818b3324b9f53e285fa30d84246dd248af8f29 (patch) | |
| tree | eb2b27d7601e3b137fb7418f82d0a558ad764495 /debian/control | |
| parent | d929c8cbc09732337fb4805accbf3564e9cca0bb (diff) | |
Import Debian changes 18-1
arch-install-scripts (18-1) UNRELEASED; urgency=medium
* Initial release.
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..c185ab8 --- /dev/null +++ b/debian/control @@ -0,0 +1,19 @@ +Source: arch-install-scripts +Section: admin +Priority: optional +Maintainer: Unit 193 <unit193@ubuntu.com> +Build-Depends: debhelper (>= 10), m4 +Standards-Version: 4.1.3 +Homepage: https://projects.archlinux.org/arch-install-scripts.git + +Package: arch-install-scripts +Architecture: all +Depends: ${misc:Depends} +Description: scripts aimed at automating some menial tasks when debootstrapping + A small suite of scripts aimed at automating some menial tasks when + installing Arch Linux. + . + These scripts can also aid when debootstrapping a Debian based system. + . + This package contains `genfstab` which assists with generating a fstab and `arch-chroot` + which assists with setting up bind mounts and disabling services via policy.d. |
