[Python-modules-commits] r16098 - in packages/python-clamav/trunk/debian (3 files)

kitterman at users.alioth.debian.org kitterman at users.alioth.debian.org
Fri Mar 11 14:59:32 UTC 2011


    Date: Friday, March 11, 2011 @ 14:59:26
  Author: kitterman
Revision: 16098

python-clamav (0.4.1-5) unstable; urgency=low

  * python-pyclamav Breaks python-clamav (<< 0.4.1-4~) instead of Conflicts
  * Add debian/watch
  * Fix misspelling of package in the last changelog entry

Added:
  packages/python-clamav/trunk/debian/watch
Modified:
  packages/python-clamav/trunk/debian/changelog
  packages/python-clamav/trunk/debian/control

Modified: packages/python-clamav/trunk/debian/changelog
===================================================================
--- packages/python-clamav/trunk/debian/changelog	2011-03-10 22:46:24 UTC (rev 16097)
+++ packages/python-clamav/trunk/debian/changelog	2011-03-11 14:59:26 UTC (rev 16098)
@@ -1,3 +1,11 @@
+python-clamav (0.4.1-5) unstable; urgency=low
+
+  * python-pyclamav Breaks python-clamav (<< 0.4.1-4~) instead of Conflicts
+  * Add debian/watch
+  * Fix misspelling of package in the last changelog entry
+
+ -- Scott Kitterman <scott at kitterman.com>  Fri, 11 Mar 2011 09:47:14 -0500
+
 python-clamav (0.4.1-4) unstable; urgency=low
 
   * Switch to dh_python2
@@ -7,7 +15,7 @@
     - Add ${python:Breaks}
     - Replace dh_pysupport in debian/rules with dh_python2
   * Rename binary to python-pyclamav (Closes: #507858)
-    - Add transitional pacakge in debian/control
+    - Add transitional package in debian/control
     - Adjust target of setup.py install in debian/rules
   * Add install-layout=deb
   * Drop alternate depends on clamav-data as it is no longer updated

Modified: packages/python-clamav/trunk/debian/control
===================================================================
--- packages/python-clamav/trunk/debian/control	2011-03-10 22:46:24 UTC (rev 16097)
+++ packages/python-clamav/trunk/debian/control	2011-03-11 14:59:26 UTC (rev 16098)
@@ -15,8 +15,7 @@
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, clamav-freshclam
 Provides: ${python:Provides}, python-clamav
 Replaces: python-clamav (<< 0.4.1-4~)
-Conflicts: python-clamav (<< 0.4.1-4~)
-Breaks: ${python:Breaks}
+Breaks: ${python:Breaks}, python-clamav (<< 0.4.1-4~)
 Description: Python bindings to ClamAV
  This package adds virus detection capabilities to Python software, thanks to
  the ClamAV antivirus toolkit.

Added: packages/python-clamav/trunk/debian/watch
===================================================================
--- packages/python-clamav/trunk/debian/watch	                        (rev 0)
+++ packages/python-clamav/trunk/debian/watch	2011-03-11 14:59:26 UTC (rev 16098)
@@ -0,0 +1,4 @@
+version=3
+
+http://xael.org/norman/python/pyclamav/pyclamav-(.*)\.tar\.gz
+




More information about the Python-modules-commits mailing list