[Python-modules-commits] [python-digitalocean] 03/03: Inital debian packaging.
Andrew Starr-Bochicchio
asb at moszumanska.debian.org
Tue Jun 20 00:31:42 UTC 2017
This is an automated email from the git hooks/post-receive script.
asb pushed a commit to annotated tag debian/0.7-0_andrewsomething1
in repository python-digitalocean.
commit 6dac08e1aac0f0d46a8e45203fdb42cc6f714e44
Author: Andrew Starr-Bochicchio <a.starr.b at gmail.com>
Date: Sat Apr 12 12:20:30 2014 -0400
Inital debian packaging.
---
debian/changelog | 5 +++++
debian/compat | 1 +
debian/control | 29 +++++++++++++++++++++++++++++
debian/copyright | 28 ++++++++++++++++++++++++++++
debian/docs | 1 +
debian/rules | 8 ++++++++
debian/source/format | 1 +
debian/watch | 3 +++
8 files changed, 76 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..d0dcd58
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-digitalocean (0.7-0~andrewsomething1) trusty; urgency=low
+
+ * Initial release as Debian package.
+
+ -- Andrew Starr-Bochicchio <a.starr.b at gmail.com> Sat, 12 Apr 2014 11:19:37 -0400
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..598685a
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,29 @@
+Source: python-digitalocean
+Section: python
+Priority: optional
+Maintainer: Andrew Starr-Bochicchio <a.starr.b at gmail.com>
+Build-Depends: debhelper (>= 9), dh-python, python-all (>= 2.6.6-3~)
+Standards-Version: 3.9.5
+X-Python-Version: >= 2.6
+Homepage: https://github.com/koalalorenzo/python-digitalocean
+Vcs-Git: https://github.com/andrewsomething/python-digitalocean
+Vcs-Browser: https://github.com/andrewsomething/python-digitalocean
+
+Package: python-digitalocean
+Architecture: any
+Depends: ${python:Depends}, ${misc:Depends}
+Description: provides easy access to digitalocean.com APIs
+ python-digitalocean support all the features provided via digitalocean.com
+ APIs, such as:
+ .
+ - Get user's Droplets
+ - Get user's Images (Snapshot and Backups)
+ - Get public Images
+ - Get Droplet's event status
+ - Create and Remove a Droplet
+ - Resize a Droplet
+ - Shutdown, restart and boot a Droplet
+ - Power off, power on and "power cycle" a Droplet
+ - Perform Snapshot
+ - Enable/Disable automatic Backups
+ - Restore root password of a Droplet
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..7551569
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: python-digitalocean
+Source: https://github.com/koalalorenzo/python-digitalocean
+
+Files: *
+Copyright: 2013-2014, Lorenzo Setale <http://who.is.lorenzo.setale.me/>
+License: GPL-3.0+
+
+Files: debian/*
+Copyright: 2014 Andrew Starr-Bochicchio <a.starr.b at gmail.com>
+License: GPL-3.0+
+
+License: GPL-3.0+
+ This program 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 3 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 <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..b43bf86
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README.md
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..7c868ee
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+ dh $@ --with python2 --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..287a281
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/python-digitalocean-$1\.tar\.gz/ \
+ https://github.com/koalalorenzo/python-digitalocean/tags .*/v?(\d\S*)\.tar\.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-digitalocean.git
More information about the Python-modules-commits
mailing list