[Python-modules-commits] r33034 - in packages/pyclamd/trunk/debian (12 files)

kitterman at users.alioth.debian.org kitterman at users.alioth.debian.org
Sat Jun 20 15:53:00 UTC 2015


    Date: Saturday, June 20, 2015 @ 15:52:59
  Author: kitterman
Revision: 33034

* New upstream release (Closes: #789390)
* Bump standards version to 3.9.6 without further change
* Drop patches, upstreamed.
* Use PYBUILD_NAME=pyclamd
  - remove .install files
* Remove documentation, not ship anymore in the package.
* debian/rules: remove clean target override
* Add python-setuptools and python3-setuptools to build-depends
* Update debian/watch for new upstream location at pypi using the
  pypi.debian.net redirector
* Run wrap-and-sort

Modified:
  packages/pyclamd/trunk/debian/changelog
  packages/pyclamd/trunk/debian/control
  packages/pyclamd/trunk/debian/copyright
  packages/pyclamd/trunk/debian/rules
  packages/pyclamd/trunk/debian/watch
Deleted:
  packages/pyclamd/trunk/debian/patches/
  packages/pyclamd/trunk/debian/python-pyclamd.doc-base
  packages/pyclamd/trunk/debian/python-pyclamd.docs
  packages/pyclamd/trunk/debian/python-pyclamd.install
  packages/pyclamd/trunk/debian/python3-pyclamd.doc-base
  packages/pyclamd/trunk/debian/python3-pyclamd.docs
  packages/pyclamd/trunk/debian/python3-pyclamd.install

Modified: packages/pyclamd/trunk/debian/changelog
===================================================================
--- packages/pyclamd/trunk/debian/changelog	2015-06-20 12:38:53 UTC (rev 33033)
+++ packages/pyclamd/trunk/debian/changelog	2015-06-20 15:52:59 UTC (rev 33034)
@@ -1,3 +1,22 @@
+pyclamd (0.3.15-1) unstable; urgency=medium
+
+  [ Gianfranco Costamagna ]
+  * New upstream release (Closes: #789390)
+  * Bump standards version to 3.9.6 without further change
+  * Drop patches, upstreamed.
+  * Use PYBUILD_NAME=pyclamd
+    - remove .install files
+  * Remove documentation, not ship anymore in the package.
+  * debian/rules: remove clean target override
+
+  [ Scott Kitterman ]
+  * Add python-setuptools and python3-setuptools to build-depends
+  * Update debian/watch for new upstream location at pypi using the
+    pypi.debian.net redirector
+  * Run wrap-and-sort
+
+ -- Scott Kitterman <scott at kitterman.com>  Sat, 20 Jun 2015 11:21:01 -0400
+
 pyclamd (0.3.9-2) unstable; urgency=medium
 
   * Team upload.

Modified: packages/pyclamd/trunk/debian/control
===================================================================
--- packages/pyclamd/trunk/debian/control	2015-06-20 12:38:53 UTC (rev 33033)
+++ packages/pyclamd/trunk/debian/control	2015-06-20 15:52:59 UTC (rev 33034)
@@ -7,8 +7,13 @@
 Homepage: http://xael.org/norman/python/pyclamd/
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pyclamd/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pyclamd/trunk/
-Build-Depends: debhelper (>= 9), python-all, python3-all, dh-python
-Standards-Version: 3.9.5
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-all,
+               python-setuptools,
+               python3-all,
+               python3-setuptools
+Standards-Version: 3.9.6
 
 Package: python-pyclamd
 Architecture: all
@@ -25,4 +30,3 @@
 Description: Python 3 interface to the ClamAV daemon
  This package adds virus detection capabilities to Python 3 software in
  an efficient and easy way, thanks to the ClamAV antivirus toolkit.
-

Modified: packages/pyclamd/trunk/debian/copyright
===================================================================
--- packages/pyclamd/trunk/debian/copyright	2015-06-20 12:38:53 UTC (rev 33033)
+++ packages/pyclamd/trunk/debian/copyright	2015-06-20 15:52:59 UTC (rev 33034)
@@ -20,13 +20,13 @@
 License:
 
     This program is free software; you can redistribute it and/or modify it under
-    the terms of the GNU Lesser General Public License as published by the Free 
+    the terms of the GNU Lesser General Public License as published by the Free
     Software  Foundation; either version 3 of the License, or (at your option) any
     later version. See http://www.gnu.org/licenses/lgpl-3.0.txt.
 
     This program 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 Lesser General Public License for more 
+    FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
     details.
 
     On Debian systems, the complete text of the GNU Lesser General Public

Deleted: packages/pyclamd/trunk/debian/python-pyclamd.doc-base
===================================================================
--- packages/pyclamd/trunk/debian/python-pyclamd.doc-base	2015-06-20 12:38:53 UTC (rev 33033)
+++ packages/pyclamd/trunk/debian/python-pyclamd.doc-base	2015-06-20 15:52:59 UTC (rev 33034)
@@ -1,10 +0,0 @@
-Document: python-pyclamd
-Title: Python interface to the ClamAV daemon
-Author: Alexandre Norman
-Abstract: Pyclamd exposes the clamd API to Python programs
- This documentation contains the pydoc reference fo the pyclamd module
-Section: Programming/Python
-
-Format: HTML
-Index: /usr/share/doc/python-pyclamd/pyclamd.html
-Files: /usr/share/doc/python-pyclamd/pyclamd.html

Deleted: packages/pyclamd/trunk/debian/python-pyclamd.docs
===================================================================
--- packages/pyclamd/trunk/debian/python-pyclamd.docs	2015-06-20 12:38:53 UTC (rev 33033)
+++ packages/pyclamd/trunk/debian/python-pyclamd.docs	2015-06-20 15:52:59 UTC (rev 33034)
@@ -1,2 +0,0 @@
-example.py
-pyclamd.html

Deleted: packages/pyclamd/trunk/debian/python-pyclamd.install
===================================================================
--- packages/pyclamd/trunk/debian/python-pyclamd.install	2015-06-20 12:38:53 UTC (rev 33033)
+++ packages/pyclamd/trunk/debian/python-pyclamd.install	2015-06-20 15:52:59 UTC (rev 33034)
@@ -1,3 +0,0 @@
-debian/tmp/usr/lib/python2.*/dist-packages/pyclamd/pyclamd.py
-debian/tmp/usr/lib/python2.*/dist-packages/pyclamd/__init__.py
-debian/tmp/usr/lib/python2.*/dist-packages/pyClamd*

Deleted: packages/pyclamd/trunk/debian/python3-pyclamd.doc-base
===================================================================
--- packages/pyclamd/trunk/debian/python3-pyclamd.doc-base	2015-06-20 12:38:53 UTC (rev 33033)
+++ packages/pyclamd/trunk/debian/python3-pyclamd.doc-base	2015-06-20 15:52:59 UTC (rev 33034)
@@ -1,10 +0,0 @@
-Document: python3-pyclamd
-Title: Python 3 interface to the ClamAV daemon
-Author: Alexandre Norman
-Abstract: Pyclamd exposes the clamd API to Python 3 programs
- This documentation contains the pydoc reference fo the pyclamd module
-Section: Programming/Python3
-
-Format: HTML
-Index: /usr/share/doc/python3-pyclamd/pyclamd.html
-Files: /usr/share/doc/python3-pyclamd/pyclamd.html

Deleted: packages/pyclamd/trunk/debian/python3-pyclamd.docs
===================================================================
--- packages/pyclamd/trunk/debian/python3-pyclamd.docs	2015-06-20 12:38:53 UTC (rev 33033)
+++ packages/pyclamd/trunk/debian/python3-pyclamd.docs	2015-06-20 15:52:59 UTC (rev 33034)
@@ -1,2 +0,0 @@
-example.py
-pyclamd.html

Deleted: packages/pyclamd/trunk/debian/python3-pyclamd.install
===================================================================
--- packages/pyclamd/trunk/debian/python3-pyclamd.install	2015-06-20 12:38:53 UTC (rev 33033)
+++ packages/pyclamd/trunk/debian/python3-pyclamd.install	2015-06-20 15:52:59 UTC (rev 33034)
@@ -1,3 +0,0 @@
-debian/tmp/usr/lib/python3.*/dist-packages/pyclamd/pyclamd.py
-debian/tmp/usr/lib/python3.*/dist-packages/pyclamd/__init__.py
-debian/tmp/usr/lib/python3.*/dist-packages/pyClamd*

Modified: packages/pyclamd/trunk/debian/rules
===================================================================
--- packages/pyclamd/trunk/debian/rules	2015-06-20 12:38:53 UTC (rev 33033)
+++ packages/pyclamd/trunk/debian/rules	2015-06-20 15:52:59 UTC (rev 33034)
@@ -1,8 +1,6 @@
 #!/usr/bin/make -f
 
+export PYBUILD_NAME=pyclamd
+
 %:
 	dh $@ --with python2,python3 --buildsystem=pybuild
-
-override_dh_auto_clean:
-	dh_auto_clean
-	rm -rf __pycache__

Modified: packages/pyclamd/trunk/debian/watch
===================================================================
--- packages/pyclamd/trunk/debian/watch	2015-06-20 12:38:53 UTC (rev 33033)
+++ packages/pyclamd/trunk/debian/watch	2015-06-20 15:52:59 UTC (rev 33034)
@@ -1,4 +1,4 @@
 version=3
-http://xael.org/norman/python/pyclamd/pyClamd-(.*)\.tar\.gz \
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/pyClamd/pyClamd-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) \
 debian uupdate
-




More information about the Python-modules-commits mailing list