File: changelog

package info (click to toggle)
svnmailer 1.0.9-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 6,292 kB
  • ctags: 11,579
  • sloc: python: 4,226; makefile: 2
file content (275 lines) | stat: -rw-r--r-- 8,422 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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
svnmailer (1.0.9-3) unstable; urgency=medium

  * QA upload.
  * Package changes:
    + new patch: Pretty-print svn:mergeinfo diffs.  (Closes: #837076)
    + svnmailer.conf example: Pass -oi to sendmail to disable \n.\n ending an
      email prematurely with some MTA's.
  * Packaging changes:
    + Move Vcs-* to collab-maint, the package has been orphaned so it's not
      longer part of the Python Applications Packaging Team.
    + Bump Standards-Version to 3.9.8 (no changes).

 -- Daniel Shahaf <danielsh@apache.org>  Thu, 15 Sep 2016 14:18:21 +0000

svnmailer (1.0.9-2) unstable; urgency=low

  * QA upload.
  * Set maintainer field to QA Group. 
  * Bump Standards-Version to 3.9.5.

 -- Emanuele Rocca <ema@debian.org>  Sat, 22 Mar 2014 17:12:59 +0100

svnmailer (1.0.9-1) unstable; urgency=low

  * QA upload.
  * New upstream release.
    - Add manpage for the svn-mailer script
    - Adjust for Subversion's binding API change in 1.7  (Closes: #646224)
    - Fix long outstanding issue (python >= 2.5):
      LookupError is no longer imported explicitly
    - Work around the double-quoted-printable issue by defaulting to 8bit.
      (Closes: #385246)
  * Drop patch restore_pristine_code, fixed upstream.
  * Drop our own copy of the manpage.
  * Add new patch manpage-installation to properly install the upstream
    manpage into /usr/share/man.
  * Revert SVN_STREAM_CHUNK_SIZE int vs. long workaround, this has been fixed
    in python-subversion (see #683188).
  * Switch from dpatch to source format 3.0 (quilt).
  * Switch from dh_pysupport to dh_python2.
  * Switch to debhelper 9 and minimal dh --with python2 rules.
    (Closes: #671539)
  * Bump Standards-Version to 3.9.4.

 -- Andreas Beckmann <anbe@debian.org>  Wed, 16 Oct 2013 10:49:06 +0200

svnmailer (1.0.8-13) unstable; urgency=low

  [ Andreas Beckmann ]
  * QA upload.
  * Remove Sandro Tosi from Uploaders. Thanks for your work on svnmailer!
    (See #634213)

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

  [ Emilio Pozuelo Monfort ]
  * Convert svn_core.SVN_STREAM_CHUNK_SIZE from long to int to restore
    compatibility with python-subversion 1.6.17.  (Closes: #712383)

 -- Andreas Beckmann <anbe@debian.org>  Sat, 03 Aug 2013 16:46:12 +0200

svnmailer (1.0.8-12) unstable; urgency=low

  * debian/control
    - update section to 'vcs', to match override file
    - set XS-Python-Version: to 'all', it's compatibile with all the supported
      version of Python
    - bump Standards-Version to 3.8.4 (no changes needed)
    - add ${misc:Depends} to Depends

 -- Sandro Tosi <morph@debian.org>  Sat, 20 Mar 2010 17:25:37 +0100

svnmailer (1.0.8-11) unstable; urgency=low

  [ Julien Lavergne ]
  * From Ubuntu, prepare for the future python transition:
   - debian/rules: 
    + Include /usr/share/python/python.mk
    + Add $(py_setup_install_args) to setup.py install
   - debian/control: 
    + Bump build-depends to python (>= 2.5.4-1~)
    + Bump build-depends to debhelper (>= 5.0.38)

  [ Sandro Tosi ]
  * debian/control
    - bump Standards-Version to 3.8.3 (no changes needed)
    - set XS-Python-Version to '2.5' not to 'current'
  * debian/{dirs, pycompat}
    - removed since not needed
  * debian/svnmailer.doc-base
    - added doc-base

 -- Sandro Tosi <morph@debian.org>  Thu, 08 Oct 2009 22:31:40 +0200

svnmailer (1.0.8-10) unstable; urgency=low

  * debian/control
    - adopting under PAPT team (adding me as uploader); Closes: #506640
    - added dpatch to build-deps
    - added Homepage field
    - bump Standards-Version to 3.8.0
      + added debian/README.source
    - added Vcs-{Svn,Browser} fields
    - moved python (removing python-dev) to Build-Dep instad of
      Build-Depends-Indep
    - added X{S,B}-Python-Version fields (removing debian/pyversions)
    - little improvements on descriptions
  * debian/rules
    - added dpatch stuff
  * debian/patches/01_restore_pristine_code.dpatch
    - added to remove direct upstream code modifications
  * debian/watch
    - added
  * debian/rules
    - removed configure target, since not needed
    - removed un-needed dh_* calls
    - added setup.py clean call
  * debian/copyright
    - removed Apache 2.0 full text and refer to the file on Debian system
    - added upstream author section
    - indented license and copyrigth with 4 spaces
    - added file NOTICE text

 -- Sandro Tosi <morph@debian.org>  Tue, 25 Nov 2008 13:05:16 +0100

svnmailer (1.0.8-9) unstable; urgency=medium

  * Use standard python lookup error (Closes: #482919)
  * Bump standard version
  * Switch to dh 5
  * Fix configuration paths in manpage (Closes: #471075)
  * Fix documentatin path in manpage (Closes: #422252)

 -- Julien Danjou <acid@debian.org>  Mon, 02 Jun 2008 10:36:45 +0200

svnmailer (1.0.8-8) unstable; urgency=low

  * Add a note in README.Debian that hook script should be +x
    and how to fix the double encoded problem.

 -- Julien Danjou <acid@debian.org>  Wed, 10 Oct 2007 10:13:17 +0200

svnmailer (1.0.8-7) unstable; urgency=low

  * Improve description (Closes: #404369)

 -- Julien Danjou <acid@debian.org>  Sun, 24 Dec 2006 10:25:36 +0100

svnmailer (1.0.8-6) unstable; urgency=low

  * Fix the new Python bordel (Closes: #382006)

 -- Julien Danjou <acid@debian.org>  Tue,  8 Aug 2006 12:13:46 +0200

svnmailer (1.0.8-5) unstable; urgency=low

  * Switch to new Python policy (Closes: #380967)
  * Bump standards version

 -- Julien Danjou <acid@debian.org>  Tue,  1 Aug 2006 14:13:36 +0200

svnmailer (1.0.8-4) unstable; urgency=low

  * Fix FTBFS caused by #363368
  * Fix clean target in debian/rules, remove build/
  * Build-dep on debhelper instead of build-dep-indep

 -- Julien Danjou <acid@debian.org>  Sat, 22 Apr 2006 16:06:52 +0200

svnmailer (1.0.8-3) unstable; urgency=low

  * Use manpage from upstream instead

 -- Julien Danjou <acid@debian.org>  Fri, 21 Apr 2006 18:30:42 +0200

svnmailer (1.0.8-2) unstable; urgency=low

  * Add a manpage (Closes: #317377)

 -- Julien Danjou <acid@debian.org>  Fri, 21 Apr 2006 10:01:30 +0200

svnmailer (1.0.8-1) unstable; urgency=low

  * New upstream release

 -- Julien Danjou <acid@debian.org>  Mon, 17 Apr 2006 13:36:07 +0200

svnmailer (1.0.7-1) unstable; urgency=low

  * New upstream release 

 -- Julien Danjou <acid@debian.org>  Sun, 26 Mar 2006 00:26:04 +0100

svnmailer (1.0.6-1) unstable; urgency=low

  * New upstream release 

 -- Julien Danjou <acid@debian.org>  Mon,  6 Feb 2006 16:15:24 +0100

svnmailer (1.0.5-3) unstable; urgency=low

  * Fix this FTBFS again (Closes: #325678)

 -- Julien Danjou <acid@debian.org>  Sun, 11 Dec 2005 18:54:17 +0100

svnmailer (1.0.5-2) unstable; urgency=low

  * Fix FTBFS (Closes: #325678)

 -- Julien Danjou <acid@debian.org>  Thu, 13 Oct 2005 22:47:40 +0200

svnmailer (1.0.5-1) unstable; urgency=low

  * New upstream release

 -- Julien Danjou <acid@debian.org>  Sun, 28 Aug 2005 22:29:09 +0200

svnmailer (1.0.4-1) unstable; urgency=low

  * New upstream release
    + Adds the possibility to specify content type of diffs (Closes: #325288)
  * Really add example (Closes: #325297) 

 -- Julien Danjou <acid@debian.org>  Sun, 28 Aug 2005 19:25:51 +0200

svnmailer (1.0.3-2) unstable; urgency=low

  * Update control file 

 -- Julien Danjou <acid@debian.org>  Tue,  2 Aug 2005 19:45:29 +0200

svnmailer (1.0.3-1) unstable; urgency=low

  * New upstream release 

 -- Julien Danjou <acid@debian.org>  Tue,  2 Aug 2005 19:25:21 +0200

svnmailer (1.0.2-2) unstable; urgency=low

  * Add dependency on python2.3-subversion (Closes: #316989)

 -- Julien Danjou <acid@debian.org>  Tue,  5 Jul 2005 17:27:00 +0200

svnmailer (1.0.2-1) unstable; urgency=low

  * New upstream release 

 -- Julien Danjou <acid@debian.org>  Mon, 20 Jun 2005 20:13:54 +0200

svnmailer (1.0.0-2) unstable; urgency=low

  * Add an example configuration file and some notes in README.Debian
    (Closes: #311009) 

 -- Julien Danjou <acid@debian.org>  Fri, 27 May 2005 21:02:51 +0200

svnmailer (1.0.0-1) unstable; urgency=low

  * New upstream release 

 -- Julien Danjou <acid@debian.org>  Sun, 22 May 2005 21:43:49 +0200

svnmailer (0.9.9-2) unstable; urgency=low

  * Add python-dev to Build-Deps (Closes: #306828)

 -- Julien Danjou <acid@debian.org>  Thu, 28 Apr 2005 20:57:54 +0200

svnmailer (0.9.9-1) unstable; urgency=low

  * Initial Release. (Closes: #306178)

 -- Julien Danjou <acid@debian.org>  Mon, 25 Apr 2005 14:42:27 +0200