[Python-modules-commits] [python-phpserialize] 03/07: Start over because I made a mess.

Tristan Seligmann mithrandi at moszumanska.debian.org
Wed Oct 14 18:06:35 UTC 2015


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

mithrandi pushed a commit to branch master
in repository python-phpserialize.

commit 261620d1493d332b081a4e4cc036eb8e82662089
Author: Tristan Seligmann <mithrandi at mithrandi.net>
Date:   Wed Oct 14 20:02:44 2015 +0200

    Start over because I made a mess.
---
 debian/changelog                   |  7 +++++++
 debian/compat                      |  1 +
 debian/control                     | 31 +++++++++++++++++++++++++++++++
 debian/copyright                   | 16 ++++++++++++++++
 debian/python-phpserialize.pydist  |  1 +
 debian/python3-phpserialize.pydist |  1 +
 debian/rules                       |  5 +++++
 debian/watch                       |  3 +++
 8 files changed, 65 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..1edbb5a
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,7 @@
+python-phpserialize (1.3-1) UNRELEASED; urgency=low
+
+  * Initial release (closes: #801801).
+  * Autogenerated by py2dsp v1.20151008.
+  * Fix up autogenerated packaging.
+
+ -- Tristan Seligmann <mithrandi at debian.org>  Wed, 14 Oct 2015 16:54:14 +0000
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..d8f721b
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,31 @@
+Source: python-phpserialize
+Section: python
+Priority: optional
+Maintainer: Tristan Seligmann <mithrandi at debian.org>
+Build-Depends: debhelper (>= 9), dh-python, python3-all, python3-setuptools
+Standards-Version: 3.9.6
+Homepage: http://github.com/mitsuhiko/phpserialize
+
+Package: python-phpserialize
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Recommends: ${python:Recommends}
+Suggests: ${python:Suggests}
+XB-Python-Egg-Name: phpserialize
+Description: Python port of PHP serialize and unserialize functions (Python 2)
+ This module implements the Python serialization interface (eg: provides dumps,
+ loads and similar functions).
+ .
+ This package contains phpserialize for Python 2.
+
+Package: python3-phpserialize
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Recommends: ${python3:Recommends}
+Suggests: ${python3:Suggests}
+XB-Python-Egg-Name: phpserialize
+Description: Python port of PHP serialize and unserialize functions (Python 3)
+ This module implements the Python serialization interface (eg: provides dumps,
+ loads and similar functions).
+ .
+ This package contains phpserialize for Python 3.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..919adc3
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,16 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: phpserialize
+Upstream-Contact: Armin Ronacher <armin.ronacher at active-4.com>
+Source: http://github.com/mitsuhiko/phpserialize
+
+Files: *
+Copyright: 2007-2012 Armin Ronacher <armin.ronacher at active-4.com>
+License: BSD-3-Clause
+
+Files: debian/*
+Copyright: 2015 Tristan Seligmann <mithrandi at debian.org>
+License: BSD-3-Clause
+
+License: BSD-3-Clause
+ On Debian systems, the full text of the BSD license can be found in the file
+ `/usr/share/common-licenses/BSD'.
diff --git a/debian/python-phpserialize.pydist b/debian/python-phpserialize.pydist
new file mode 100644
index 0000000..c631d13
--- /dev/null
+++ b/debian/python-phpserialize.pydist
@@ -0,0 +1 @@
+phpserialize python-phpserialize; PEP386
diff --git a/debian/python3-phpserialize.pydist b/debian/python3-phpserialize.pydist
new file mode 100644
index 0000000..c631d13
--- /dev/null
+++ b/debian/python3-phpserialize.pydist
@@ -0,0 +1 @@
+phpserialize python-phpserialize; PEP386
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..3bfc7af
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,5 @@
+#! /usr/bin/make -f
+
+export PYBUILD_NAME=phpserialize
+%:
+	dh $@ --with python3 --buildsystem=pybuild
\ No newline at end of file
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..13a5788
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/,filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/<project>-$1\.tar\.gz/ \
+https://github.com/mitsuhiko/phpserialize/releases .*/archive/(.+)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-phpserialize.git



More information about the Python-modules-commits mailing list