[python-affine] 02/05: initial debian files

Johan Van de Wauw johanvdw-guest at moszumanska.debian.org
Mon Oct 27 21:36:29 UTC 2014


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

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

commit 3c548e2c33f9584776b053fe78d144c4d102cd97
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date:   Mon Oct 27 22:17:55 2014 +0100

    initial debian files
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 23 +++++++++++++++++++++++
 debian/rules         |  6 ++++++
 debian/source/format |  1 +
 debian/watch         | 22 ++++++++++++++++++++++
 6 files changed, 58 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..306269e
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+affine (1.0.1-1) UNRELEASED; urgency=medium
+
+  * Initial upload (closes: #xxxx)
+
+ -- Johan Van de Wauw <johan.vandewauw at gmail.com>  Thu, 25 Sep 2014 21:32:43 +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..a93f006
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,23 @@
+Source: affine
+Section: python
+Priority: optional
+Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
+Uploaders: Johan Van de Wauw <johan.vandewauw at gmail.com> 
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-all
+Standards-Version: 3.9.6
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/affine.git
+Vcs-Git: git://anonscm.debian.org/pkg-grass/affine.git
+Homepage: https://github.com/sgillies/affine
+
+Package: python-affine
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:depends}
+Description: Python Library for handling affine transformations of the plane
+
+Package: python3-affine
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:depends}
+Description: Python 3 Library for handling affine transformations of the plane
+ affine
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..62e2fec
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=affine
+
+%:
+	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..432d77c
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,22 @@
+version=3
+
+# Uncomment to examine a Webpage
+# <Webpage URL> <string match>
+#http://www.example.com/downloads.php #PACKAGE#-(.*)\.tar\.gz
+
+# Uncomment to examine a Webserver directory
+#http://www.example.com/pub/#PACKAGE#-(.*)\.tar\.gz
+
+# Uncommment to examine a FTP server
+#ftp://ftp.example.com/pub/#PACKAGE#-(.*)\.tar\.gz debian uupdate
+
+# Uncomment to find new files on sourceforge
+# http://sf.net/#PACKAGE#/#PACKAGE#-(\d[\d\.]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+
+# Uncomment to find new files on GooglePages
+# http://code.google.com/p/#PACKAGE#/downloads/list?can=1 \
+#  .*/#PACKAGE#-([-.\d]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))|zip)
+
+# if tweaking of source is needed
+# \
+# debian debian/get-orig-source

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



More information about the Pkg-grass-devel mailing list