debian: initial import for the debian package
[drupal-init-tools.git] / debian / control
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..50d75ae
--- /dev/null
@@ -0,0 +1,24 @@
+Source: drupal-init-tools
+Maintainer: Antonio Ospite <ao2@ao2.it>
+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