debian: initial import for the debian package
authorAntonio Ospite <ao2@ao2.it>
Mon, 18 Dec 2017 17:02:17 +0000 (18:02 +0100)
committerAntonio Ospite <ao2@ao2.it>
Tue, 19 Dec 2017 16:15:47 +0000 (17:15 +0100)
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/docs [new file with mode: 0644]
debian/gbp.conf [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/source/format [new file with mode: 0644]
debian/watch [new file with mode: 0644]

diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..85139c8
--- /dev/null
@@ -0,0 +1,5 @@
+drupal-init-tools (0.1.1-1) unstable; urgency=medium
+
+  * Initial release (Closes: #884765)
+
+ -- Antonio Ospite <ao2@ao2.it>  Tue, 19 Dec 2017 17:15:29 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..ec63514
--- /dev/null
@@ -0,0 +1 @@
+9
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
diff --git a/debian/copyright b/debian/copyright
new file mode 100644 (file)
index 0000000..e56635e
--- /dev/null
@@ -0,0 +1,29 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: drupal-init-tools
+Upstream-Contact: Antonio Ospite <ao2@ao2.it>
+Source: https://git.ao2.it/drupal-init-tools.git
+
+Files: *
+Copyright: 2017, Antonio Ospite <ao2@ao2.it>
+License: GPL-2+
+
+Files: debian/*
+Copyright: 2017, Antonio Ospite <ao2@ao2.it>
+License: GPL-2+
+
+License: GPL-2+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <https://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
diff --git a/debian/docs b/debian/docs
new file mode 100644 (file)
index 0000000..0389f2c
--- /dev/null
@@ -0,0 +1,2 @@
+README.txt
+TODO
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644 (file)
index 0000000..7ac6ffb
--- /dev/null
@@ -0,0 +1,5 @@
+[DEFAULT]
+debian-branch = debian
+upstream-branch = master
+upstream-tag = v%(version)s
+pristine-tar = False
diff --git a/debian/rules b/debian/rules
new file mode 100755 (executable)
index 0000000..88992af
--- /dev/null
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+%:
+       prefix=/usr dh $@
+
+override_dh_installchangelogs:
+       dh_installchangelogs NEWS
diff --git a/debian/source/format b/debian/source/format
new file mode 100644 (file)
index 0000000..163aaf8
--- /dev/null
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644 (file)
index 0000000..e00d5cd
--- /dev/null
@@ -0,0 +1,4 @@
+version=4
+opts="mode=git, pgpmode=none" \
+https://git.ao2.it/drupal-init-tools.git \
+refs/tags/v([\d\.]+) debian uupdate