[Python-apps-commits] r14372 - in packages/pyzor/trunk/debian (5 files)

hle at users.alioth.debian.org hle at users.alioth.debian.org
Tue Sep 5 10:14:33 UTC 2017


    Date: Tuesday, September 5, 2017 @ 10:14:30
  Author: hle
Revision: 14372

* Build for Python 3.
* Bump compat to 10.
* debian/control:
  - Bump Standards to 4.0.0.
  - Depend on debhelper >= 10 instead of >= 9.
  - Use Python3 version of build dependencies.
* Update copyright years.

Modified:
  packages/pyzor/trunk/debian/changelog
  packages/pyzor/trunk/debian/compat
  packages/pyzor/trunk/debian/control
  packages/pyzor/trunk/debian/copyright
  packages/pyzor/trunk/debian/rules

Modified: packages/pyzor/trunk/debian/changelog
===================================================================
--- packages/pyzor/trunk/debian/changelog	2017-09-04 18:38:41 UTC (rev 14371)
+++ packages/pyzor/trunk/debian/changelog	2017-09-05 10:14:30 UTC (rev 14372)
@@ -1,3 +1,15 @@
+pyzor (1:1.0.0-3) unstable; urgency=medium
+
+  * Build for Python 3.
+  * Bump compat to 10.
+  * debian/control:
+    - Bump Standards to 4.0.0.
+    - Depend on debhelper >= 10 instead of >= 9.
+    - Use Python3 version of build dependencies.
+  * Update copyright years.
+
+ -- Hugo Lefeuvre <hle at debian.org>  Mon, 12 Sep 2016 21:49:12 +0200
+
 pyzor (1:1.0.0-2) unstable; urgency=medium
 
   * Upload to unstable.

Modified: packages/pyzor/trunk/debian/compat
===================================================================
--- packages/pyzor/trunk/debian/compat	2017-09-04 18:38:41 UTC (rev 14371)
+++ packages/pyzor/trunk/debian/compat	2017-09-05 10:14:30 UTC (rev 14372)
@@ -1 +1 @@
-9
+10

Modified: packages/pyzor/trunk/debian/control
===================================================================
--- packages/pyzor/trunk/debian/control	2017-09-04 18:38:41 UTC (rev 14371)
+++ packages/pyzor/trunk/debian/control	2017-09-05 10:14:30 UTC (rev 14372)
@@ -3,14 +3,14 @@
 Priority: optional
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Uploaders: Hugo Lefeuvre <hle at debian.org>
-Standards-Version: 3.9.8
-Build-Depends: debhelper (>= 9),
-               dh-python,
-               python-all,
-               python-setuptools, 
-               python-docutils,
-               python-sphinx,
-               python-gdbm
+Standards-Version: 4.0.0
+Build-Depends: debhelper (>= 10),
+               dh-python3,
+               python3-all,
+               python3-setuptools, 
+               python3-docutils,
+               python3-sphinx,
+               python3-gdbm
 Homepage: https://github.com/SpamExperts/pyzor
 Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/pyzor/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/pyzor/trunk/
@@ -18,7 +18,7 @@
 Package: pyzor
 Architecture: all
 Depends: ${misc:Depends},
-         ${python:Depends}
+         ${python3:Depends}
 Suggests: pyzor-doc
 Description: spam-catcher using a collaborative filtering network
  Pyzor is a collaborative, networked system to detect and block spam

Modified: packages/pyzor/trunk/debian/copyright
===================================================================
--- packages/pyzor/trunk/debian/copyright	2017-09-04 18:38:41 UTC (rev 14371)
+++ packages/pyzor/trunk/debian/copyright	2017-09-05 10:14:30 UTC (rev 14372)
@@ -4,14 +4,14 @@
 Source: https://github.com/SpamExperts/pyzor
 
 Files: *
-Copyright: 2002-2016 Frank J. Tobin <ftobin at neverending.org>
+Copyright: 2002-2017 Frank J. Tobin <ftobin at neverending.org>
 License: GPL-2
 
 Files: debian/*
 Copyright: 2002-2005 Bastian Kleineidam <calvin at debian.org>,
            2005-2006 Christopher Sacca <csacca at thecsl.org>,
            2009-2015 Carl Chenet <chaica at ohmytux.com>,
-           2016 Hugo Lefeuvre <hle at debian.org>
+           2016-2017 Hugo Lefeuvre <hle at debian.org>
 License: GPL-2
 
 License: GPL-2

Modified: packages/pyzor/trunk/debian/rules
===================================================================
--- packages/pyzor/trunk/debian/rules	2017-09-04 18:38:41 UTC (rev 14371)
+++ packages/pyzor/trunk/debian/rules	2017-09-05 10:14:30 UTC (rev 14372)
@@ -3,10 +3,10 @@
 export DH_VERBOSE = 1
 export PYBUILD_NAME = pyzor
 export PYBUILD_DISABLE=test
-export PYBUILD_DESTDIR_python2=debian/pyzor/
+export PYBUILD_DESTDIR_python3=debian/pyzor/
 
 %:
-	dh $@ --with python2,sphinxdoc --buildsystem=pybuild
+	dh $@ --with python3,sphinxdoc --buildsystem=pybuild
 
 override_dh_auto_build:
 	dh_auto_build	




More information about the Python-apps-commits mailing list