[Python-modules-commits] [python-phpserialize] 04/04: Initial release (closes #801801).

Tristan Seligmann mithrandi at moszumanska.debian.org
Wed Oct 14 17:24:46 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 5fae2ece6c51cffd6a28ce166ce8b955d4a881a1
Author: Tristan Seligmann <mithrandi at mithrandi.net>
Date:   Wed Oct 14 19:24:20 2015 +0200

    Initial release (closes #801801).
    
    * Initial release (closes #801801).
    * Autogenerated by py2dsp v1.20151008.
    * Fix up autogenerated packaging.
---
 debian/changelog                   |  5 +++--
 debian/control                     |  8 +++-----
 debian/copyright                   | 12 +++++++-----
 debian/python-phpserialize.pydist  |  1 +
 debian/python3-phpserialize.docs   |  1 -
 debian/python3-phpserialize.pydist |  1 +
 6 files changed, 15 insertions(+), 13 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ebc7e04..cdfadc0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 phpserialize (1.3-0~pypi2deb) UNRELEASED; urgency=low
 
-  * Autogenerated by py2dsp v1.20151008
+  * 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/control b/debian/control
index f9c8c12..4a01d40 100644
--- a/debian/control
+++ b/debian/control
@@ -2,15 +2,13 @@ Source: phpserialize
 Section: python
 Priority: optional
 Maintainer: Tristan Seligmann <mithrandi at debian.org>
-Build-Depends: debhelper (>= 9), dh-python,
-               python3-all,
-               python3-setuptools,
+Build-Depends: debhelper (>= 9), dh-python, python3-all, python3-setuptools
 Standards-Version: 3.9.6
 Homepage: http://github.com/mitsuhiko/phpserialize
 
 Package: python3-phpserialize
 Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends},
+Depends: ${misc:Depends}, ${python3:Depends}
 Recommends: ${python3:Recommends}
 Suggests: ${python3:Suggests}
 XB-Python-Egg-Name: phpserialize
@@ -261,4 +259,4 @@ Description: port of the serialize and unserialize functions of php to python
  1.1
      -   added `dict_to_list` and `dict_to_tuple`
      -   added support for unicode
-     -   allowed chaining of objects like pickle does
\ No newline at end of file
+     -   allowed chaining of objects like pickle does
diff --git a/debian/copyright b/debian/copyright
index 24e024d..919adc3 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,11 +4,13 @@ Upstream-Contact: Armin Ronacher <armin.ronacher at active-4.com>
 Source: http://github.com/mitsuhiko/phpserialize
 
 Files: *
-Copyright: Armin Ronacher <armin.ronacher at active-4.com>
-License: 
+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: 
+Copyright: 2015 Tristan Seligmann <mithrandi at debian.org>
+License: BSD-3-Clause
 
-License: 
+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.docs b/debian/python3-phpserialize.docs
deleted file mode 100644
index e845566..0000000
--- a/debian/python3-phpserialize.docs
+++ /dev/null
@@ -1 +0,0 @@
-README
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

-- 
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