From e952591fbade4a5eff19e7497806a434c32d9590 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Mon, 18 Dec 2017 18:02:17 +0100 Subject: [PATCH] debian: initial import for the debian package --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 24 ++++++++++++++++++++++++ debian/copyright | 29 +++++++++++++++++++++++++++++ debian/docs | 2 ++ debian/gbp.conf | 5 +++++ debian/rules | 7 +++++++ debian/source/format | 1 + debian/watch | 4 ++++ 9 files changed, 78 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/docs create mode 100644 debian/gbp.conf create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100644 debian/watch diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..85139c8 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +drupal-init-tools (0.1.1-1) unstable; urgency=medium + + * Initial release (Closes: #884765) + + -- Antonio Ospite Tue, 19 Dec 2017 17:15:29 +0100 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 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 diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..e56635e --- /dev/null +++ b/debian/copyright @@ -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 +Source: https://git.ao2.it/drupal-init-tools.git + +Files: * +Copyright: 2017, Antonio Ospite +License: GPL-2+ + +Files: debian/* +Copyright: 2017, Antonio Ospite +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 + . + 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 index 0000000..0389f2c --- /dev/null +++ b/debian/docs @@ -0,0 +1,2 @@ +README.txt +TODO diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..7ac6ffb --- /dev/null +++ b/debian/gbp.conf @@ -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 index 0000000..88992af --- /dev/null +++ b/debian/rules @@ -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 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..e00d5cd --- /dev/null +++ b/debian/watch @@ -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 -- 2.1.4