File: changelog

package info (click to toggle)
pyclamd 0.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 124 kB
  • sloc: python: 532; makefile: 4
file content (144 lines) | stat: -rw-r--r-- 5,017 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
pyclamd (0.4.0-2) unstable; urgency=medium

  * Team upload.
  * d/control: Set Vcs-* to salsa.debian.org
  * d/watch: Use https protocol
  * Use debhelper-compat instead of debian/compat.
  * Drop Python 2 support.

 -- Ondřej Nový <onovy@debian.org>  Thu, 25 Jul 2019 20:02:06 +0200

pyclamd (0.4.0-1) unstable; urgency=medium

  * New upstream release
  * Bump standards-version to 4.1.3 without further change

 -- Scott Kitterman <scott@kitterman.com>  Mon, 08 Jan 2018 17:00:31 -0500

pyclamd (0.3.17-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * Fixed VCS URL (https)

  [ Scott Kitterman ]
  * Fixed debian/watch so it works again
  * New upstream release
  * Bump standards version to 3.9.8 without further change.
  * Explicitly disable tests since they require a running clamd

 -- Scott Kitterman <scott@kitterman.com>  Thu, 17 Nov 2016 16:50:35 -0500

pyclamd (0.3.16-1) unstable; urgency=medium

  [ Scott Kitterman ]
  * New upstream release
  * Remove uupdate from debian/watch, no longer relevant when using git-dpm
  * Update Homepage: field in debian/control with new upstream url

  [ SVN-Git Migration ]
  * Migrate packaging to git with git-dpm

 -- Scott Kitterman <scott@kitterman.com>  Mon, 02 Nov 2015 09:16:14 -0500

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@kitterman.com>  Sat, 20 Jun 2015 11:21:01 -0400

pyclamd (0.3.9-2) unstable; urgency=medium

  * Team upload.
  * Fix import on Python 3 (Closes: #780337)

 -- Andrey Rahmatullin <wrar@debian.org>  Thu, 12 Mar 2015 23:47:33 +0500

pyclamd (0.3.9-1) unstable; urgency=medium

  * New upstream release
    - Drop debian/patches/build_no_clamd.patch, fixed upstream
  * Add debian/patches/examples-print-fix.patch to fix python3 compatibility
    in examples
  * Added doc-base registration files

 -- Scott Kitterman <scott@kitterman.com>  Sun, 13 Jul 2014 16:27:09 -0400

pyclamd (0.3.8-1) unstable; urgency=medium

  [ Jakub Wilk ]
  * Use canonical URIs for Vcs-* fields.

  [ Scott Kitterman ]
  * New upstream release
  * Add debian/patches/build_no_clamd.patch to fix python3 exception syntax
    error and make it possible to build without clamd installed
  * Move clamav-daemon from Depends to Recommends (Closes: #645872)
  * Update debian/copyright
  * Drop obsolete get-orig-source rule and add debian/watch
  * Convert from CDBS/pysupport to dh/dh-python/pybuild
  * Add new python3-pyclamd binary and appropriate build-depends
  * Add .install and .docs files so new files are appropriately installed
  * Bump standards version to 3.9.5 without further change
  * Bump compat and debhelper version to 9
  * Add myself to uploaders

 -- Scott Kitterman <scott@kitterman.com>  Sun, 06 Jul 2014 18:24:41 -0400

pyclamd (0.2.2-1) unstable; urgency=low

  * New upstream release:
     - Replaced deprecated string exceptions with classes.
     - Added a timeout option to socket operations to avoid blocking.
     - Code improvements (PEP-8 compliance, new private helper functions).
  * debian/rules:
     - Updated get-orig-source (don't take the changelog since it's outdated,
       and replace GPL2 with LGPL3, ensure indentation is correct -unexpand-).
     - Don't try to install CHANGELOG as it has been removed.
  * debian/control:
     - Bump Standards-Version to 3.9.1.
  * debian/copyright:
     - Update copyright years and change license from GPL2+ to LGPL3+.
  * Remove debian/patches, the string exceptions change has been accepted
    upstream.

 -- Siegfried-Angel Gevatter Pujals <rainct@ubuntu.com>  Sun, 24 Oct 2010 20:24:58 +0200

pyclamd (0.1.1-2) unstable; urgency=low

  [ Siegfried-Angel Gevatter Pujals ]
  * debian/control:
     - Swap Maintainer/Uploader fields.
     - Bump Standards-Version from 3.7.3 to 3.8.4.
  * debian/copyright:
     - Replace "(C)" with "©".
     - Change GPL to GPL-2.
  * debian/source/format:
     - Change source format to "3.0 (quilt)".
  * debian/patches/string-exceptions, debian/patches/series:
     - Change exceptions from strings to classes, for python2.6+ compatibility;
       thanks to Julien Danjou for reporting (Closes: #576694).

  [ Sandro Tosi ]
  * debian/control
    - Switch Vcs-Browser field to viewsvn.

 -- Siegfried-Angel Gevatter Pujals <rainct@ubuntu.com>  Sun, 06 Jun 2010 22:01:52 +0100

pyclamd (0.1.1-1) unstable; urgency=low

  * Initial release (Closes: 466133).

 -- Siegfried-Angel Gevatter Pujals (RainCT) <rainct@ubuntu.com>  Sat, 16 Feb 2008 14:38:01 +0100