[python-click-plugins] 02/02: Initial debian files

Johan Van de Wauw johanvdw-guest at moszumanska.debian.org
Thu Aug 6 21:31:22 UTC 2015


This is an automated email from the git hooks/post-receive script.

johanvdw-guest pushed a commit to branch master
in repository python-click-plugins.

commit ee098b1b67007a47847f0d665f8c0f4fa13a7fac
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date:   Wed Aug 5 23:35:05 2015 +0200

    Initial debian files
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 36 ++++++++++++++++++++++++++++++++++++
 debian/copyright     | 34 ++++++++++++++++++++++++++++++++++
 debian/gbp.conf      | 16 ++++++++++++++++
 debian/rules         |  6 ++++++
 debian/source/format |  1 +
 debian/watch         |  7 +++++++
 8 files changed, 106 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..d67de99
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-click-plugins (1.0-1) UNRELEASED; urgency=medium
+
+  * Initial release
+
+ -- Johan Van de Wauw <johan.vandewauw at gmail.com>  Mon, 15 Jun 2015 18:11:44 +0200
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..96526fa
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,36 @@
+Source: python-click-plugins
+Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
+Uploaders: Johan Van de Wauw <johan.vandewauw at gmail.com>
+Section: python
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-setuptools,
+               python-all,
+               python3-all,
+Standards-Version: 3.9.6
+Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/python-click-plugins.git/
+Vcs-Git: git://anonscm.debian.org/pkg-grass/python-click-plugins.git
+Homepage: https://github.com/click-contrib/click-plugins
+
+Package: python-click-plugins
+Architecture: all
+Depends: ${python:Depends},
+         ${misc:Depends}
+Description: Click extension to register external CLI commands (Python 2)
+ Click plugins allows developers of Click commandline applications to add a 
+ plugin mechanism to their tools. This allows the creation of subcommands
+ registered by those plugins.
+ .
+ This is the Python 2 version of the package.
+
+Package: python3-click-plugins
+Architecture: all
+Depends: ${python3:Depends},
+         ${misc:Depends}
+Description: Click extension to register external CLI commands (Python 3)
+ Click plugins allows developers of Click commandline applications to add a 
+ plugin mechanism to their tools. This allows the creation of subcommands
+ registered by those plugins.
+ .
+ This is the Python 3 version of the package.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..fca3761
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,34 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: click-plugins
+Source: https://github.com/click-contrib/click-plugins
+
+Files: *
+Copyright: © 2015, Kevin D. Wurster
+License: BSD-3-Clause
+
+Files: debian/*
+Copyright: © 2013, Johan Van de Wauw
+License: BSD-3-Clause
+
+License: BSD-3-Clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ * Redistributions of source code must retain the above copyright notice, this
+ list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
+ * Neither click-contrib nor the names of its contributors may not be used to
+ endorse or promote products derived from this software without specific prior
+ written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..21d0417
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,16 @@
+[DEFAULT]
+
+# The default name for the upstream branch is "upstream".
+# Change it if the name is different (for instance, "master").
+upstream-branch = upstream
+
+# The default name for the Debian branch is "master".
+# Change it if the name is different (for instance, "debian/unstable").
+debian-branch = master
+
+# git-import-orig uses the following names for the upstream tags.
+# Change the value if you are not using git-import-orig
+upstream-tag = upstream/%(version)s
+
+# Always use pristine-tar.
+pristine-tar = True
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..f7c2a92
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=click-plugins
+
+%:
+	dh  $@ --with python2,python3 --buildsystem pybuild
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..1cf91f2
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,7 @@
+version=3
+opts=\
+dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\
+uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/,\
+filenamemangle=s/(?:.*?)?[vr]?(\d[\d\.\-\w]*)\.(tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))/click-plugins-$1.$2/ \
+https://github.com/click-contrib/click-plugins/tags \
+(?:.*/)?(?:rel|r|v|click-plugins)?[\-\_]?(\d[\d\-\.]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-click-plugins.git



More information about the Pkg-grass-devel mailing list