X-Git-Url: https://git.ao2.it/drupal-init-tools.git/blobdiff_plain/107c58d248b64a1037bfde13a5dc2d6265c0b419..e952591fbade4a5eff19e7497806a434c32d9590:/debian/control diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..50d75ae --- /dev/null +++ b/debian/control @@ -0,0 +1,24 @@ +Source: drupal-init-tools +Maintainer: Antonio Ospite +Section: web +Priority: optional +Build-Depends: debhelper (>= 9), + python3-docutils +Standards-Version: 4.1.2 +Vcs-Browser: https://git.ao2.it/drupal-init-tools.git +Vcs-Git: https://git.ao2.it/drupal-init-tools.git -b debian +Homepage: https://git.ao2.it/drupal-init-tools.git + +Package: drupal-init-tools +Architecture: all +Depends: ${misc:Depends}, + composer +Description: helper commands to create and install new Drupal projects + When setting up a new Drupal project with drupal-composer/drupal-project drush + and drupal-console are not available yet and some repetitive tasks can use + a nicer command line interface. + . + These scripts are especially useful when setting up projects in user web + directories[1]. + . + [1] http://httpd.apache.org/docs/current/howto/public_html.html