~ubuntu-branches/ubuntu/maverick/dput/maverick

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2009-01-04 19:37:45 UTC
  • mfrom: (1.2.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090104193745-4tg94wzkpy3kj0ik
Tags: 0.9.2.37ubuntu1
* Merge from debian unstable, remaining changes: LP: #313718
  + sftp.py: Support for uploads via sftp transport
  + dput.cf:
    - set 'default_main_host = ubuntu'
    - set 'progress_indicator = 2'
  + dput:
    - Recognize 0ubuntu1 as a debian version that requires
      orig.tar.gz to be included in the upload.
  + debian/control: Added suggests on bzr (as we use the bzrlib.transport)
  + debian/rules: Updated to install sftp.py
  + dput:
    - Added ability to pass an argument to the host configuration by placing
      a colon after the hostname. The variable with the same name of the host
      will be replaced with the string following the colon. 
    - Properly check to see if config stanza exists for host. 
  + dput.cf: Updated ppa stanza to make use of argument support.
  + dput.cf.5: Updated to note support for sftp transport and host args
  + dput.1: Updated to document host argument feature and sftp support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
dput (0.9.2.37ubuntu1) jaunty; urgency=low
 
2
 
 
3
  * Merge from debian unstable, remaining changes: LP: #313718
 
4
    + sftp.py: Support for uploads via sftp transport
 
5
    + dput.cf:
 
6
      - set 'default_main_host = ubuntu'
 
7
      - set 'progress_indicator = 2'
 
8
    + dput:
 
9
      - Recognize 0ubuntu1 as a debian version that requires
 
10
        orig.tar.gz to be included in the upload.
 
11
    + debian/control: Added suggests on bzr (as we use the bzrlib.transport)
 
12
    + debian/rules: Updated to install sftp.py
 
13
    + dput:
 
14
      - Added ability to pass an argument to the host configuration by placing
 
15
        a colon after the hostname. The variable with the same name of the host
 
16
        will be replaced with the string following the colon. 
 
17
      - Properly check to see if config stanza exists for host. 
 
18
    + dput.cf: Updated ppa stanza to make use of argument support.
 
19
    + dput.cf.5: Updated to note support for sftp transport and host args
 
20
    + dput.1: Updated to document host argument feature and sftp support.
 
21
 
 
22
 -- Bhavani Shankar <right2bhavi@gmail.com>  Sun, 04 Jan 2009 19:37:45 +0530
 
23
 
 
24
dput (0.9.2.37) unstable; urgency=low
 
25
 
 
26
  [ Y Giridhar Appaji Nag ]
 
27
  * Remove "DM-Upload-Allowed: yes"
 
28
  * Add "allow_dcut = 1" to the backports.org stanza (Closes: #507170)
 
29
  * Thanks Cyril Brulebois <kibi@debian.org> for miscellaneous usability
 
30
    and documentation patches.
 
31
  * Indicate 'Uploading ' for clarity when a file upload is to start.
 
32
    Thanks "Nelson A. de Oliveira" <naoliv@debian.org> for the report and
 
33
    Cyril Brulebois <kibi@debian.org> for the suggestion (Closes: #504614)
 
34
  * Continue despite an FTP 553 and indicate that the file may have been
 
35
    uploaded partially.  Based on a patch from "Steve M. Robbins"
 
36
    <steve@sumost.ca> (Closes: #481947)
 
37
 
 
38
  [ Thomas Viehmann ]
 
39
  * debian/control: Doing most work makes Giridhar the maintainer.
 
40
    That is awesome, thanks!
 
41
  * Add Thanks to Thanks.
 
42
 
 
43
 -- Y Giridhar Appaji Nag <appaji@debian.org>  Sat, 20 Dec 2008 17:42:10 +0530
 
44
 
1
45
dput (0.9.2.36ubuntu1) jaunty; urgency=low
2
46
 
3
47
  * Merge from debian unstable, remaining changes: (LP: #310754)
142
186
  * Add a simple dcut usage example to dcut.1 (Closes: #486366)
143
187
 
144
188
 -- Y Giridhar Appaji Nag <giridhar@appaji.net>  Thu, 21 Aug 2008 00:09:55 +0530
 
189
 
 
190
dput (0.9.2.32) unstable; urgency=high
 
191
 
 
192
  * don't use python2.5-only <str>.partition. Closes: #479320
 
193
 
 
194
 -- Thomas Viehmann <tv@beamnet.de>  Sun, 04 May 2008 11:55:03 +0200
 
195
 
 
196
dput (0.9.2.31) unstable; urgency=low
 
197
 
 
198
  Welcome the new co-maintainer!
 
199
 
 
200
  [ Y Giridhar Appaji Nag ]
 
201
  * Maintain dput in collab-maint on alioth in git.  Add Vcs-Browser and
 
202
    Vcs-Git headers in debian/control
 
203
  * Catch EOFError.  In default Pure-FTPd configuration, server closes the
 
204
    connection for anonymous FTP logins (Closes: #473558)
 
205
  * Fix lintian I: hyphen-used-as-minus-sign in dput.cf and lintian W:
 
206
    manpage-has-errors-from-man in dput.1 (.P.SH changed to .SH)
 
207
  * Add Y Giridhar Appaji Nag <giridhar@appaji.net> to Uploaders and add a
 
208
    DM-Upload-Allowed: yes header.
 
209
  * Allow port in FTP fqdn (defaults to 21), based on a patch submitted
 
210
    from Ubuntu by Daniel Hahler <debian-bugs@thequod.de> (Closes: #464600)
 
211
  * Add a mentors.debian.net stanza (called mentors) to dput.cf
 
212
  * dput Suggests mini-dinstall because it is used for the local method.
 
213
    Thanks Daniel Hahler for the patch (Closes: #464596)
 
214
  * Add "-o plusdirs" to "complete" in bash_completion, so that directories
 
215
    are also used in filename completion.  Thanks Daniel Hahler for the patch
 
216
    (Closes: #464592)
 
217
 
 
218
  [ Thomas Viehmann ]
 
219
  * Allow -u to override running the gpg signature check implied by
 
220
    --check-only. Closes: #405269
 
221
  * Switch getopt function to allow optional arguments.
 
222
 
 
223
 -- Thomas Viehmann <tv@beamnet.de>  Thu, 01 May 2008 20:56:59 +0200
 
224
 
 
225
dput (0.9.2.30) unstable; urgency=low
 
226
 
 
227
  * Fail if pre_upload_command (or post_upload_command) exits with
 
228
    an error code.
 
229
  * Add warning to the configuration of the security upload queues.
 
230
    Closes: #458628
 
231
  * Add allowed_distributions field. The default configuration in
 
232
    dput.cf is to refuse UNRELEASED. Closes: #384702
 
233
 
 
234
 -- Thomas Viehmann <tv@beamnet.de>  Mon, 28 Jan 2008 19:38:38 +0100
 
235
 
 
236
dput (0.9.2.29) unstable; urgency=low
 
237
 
 
238
  * Rework http(s) upload module to better deal with authentication
 
239
    (not send everything twice) and not read whole files for uploading.
 
240
    Closes: #458381
 
241
  * Add [security-master], [security-master-unembargoed], [ubuntu], and
 
242
    [ubuntu-revu] stanzas, thanks to Steve Langasek for bug and patch.
 
243
    Closes: #457250
 
244
  * Check number of words in .changes Files: line. Closes: #453821
 
245
  * Remove non-us stuff. Based on patch by Thijs Kinkhorst, thanks!
 
246
    Closes: #376843
 
247
  * Add better error message when .upload cannot be written to.
 
248
    Closes: #433840
 
249
  * Add delayed config option. Thanks to Sean Finney for bug and patch.
 
250
    Closes: #444464
 
251
  * dcut: Add -kkeyid option. Thanks to Christoph Berg for bug and
 
252
    patch. Closes: #329823
 
253
  * Bump standards version to 3.7.3 (no changes needed)
 
254
  * Officially retire Christian Kurz and Steve Kowalik from uploaders.
 
255
    Thank you for your contributions!
 
256
 
 
257
 -- Thomas Viehmann <tv@beamnet.de>  Mon, 31 Dec 2007 21:10:08 +0100
 
258
 
 
259
dput (0.9.2.28) unstable; urgency=low
 
260
 
 
261
  * Add support for guessing distribution. Thanks to Christoph Berg
 
262
    for bug report and patch. Closes: #348755
 
263
  * Don't use login name to scp command if empty.
 
264
    Closes: #427554, #237448
 
265
  * Fix check_version to work with packages not in working dir.
 
266
    Closes: #426915
 
267
  * Add [options] to help string. Thanks to Thijs Kinkhorst for bug
 
268
    and patch. Closes: #424910.
 
269
  * Mention dcut in dput(1) man page. Closes: #405620.
 
270
  * Add [volatile] and [backports.org] stanzas. Thanks to
 
271
    Martin Zobel-Helas and Steve Langasek. Closes: #420694, #433057
 
272
  * Align = in dput.cf. Closes: #418758
 
273
 
 
274
 -- Thomas Viehmann <tv@beamnet.de>  Sun, 15 Jul 2007 13:22:04 +0200
 
275
 
 
276
dput (0.9.2.27) unstable; urgency=low
 
277
 
 
278
  * http(s)/WebDAV uploads thanks to Ross Burton. Closes: #142023
 
279
  * dcut: Don't leave stray directories. Closes: #380356
 
280
  * dput:
 
281
    - Don't recommend -ol when -ol is passed. Closes: #376877
 
282
    - Don't throw traceback when config file cannot be parsed.
 
283
      Closes: #376796
 
284
 
 
285
 -- Thomas Viehmann <tv@beamnet.de>  Thu, 14 Dec 2006 17:34:47 +0100
 
286
 
 
287
dput (0.9.2.26) unstable; urgency=low
 
288
 
 
289
  * ftp.py: Only try to analyze error code for ftplib.Error
 
290
            exceptions. Closes: #378579
 
291
  * Drop debconf note about configuration file change five years ago.
 
292
    Closes: #388887
 
293
  * Convert debian/changelog to utf8.
 
294
  * Bump standards to 3.7.2, no changes necessary.
 
295
  * Suggest openssh-client in debian/control. Closes: #394074.
 
296
    Thanks Julien Danjou.
 
297
  * Fix typos in documentation, thanks to Thijs Kinkhorst and
 
298
    Lars Wirzenius.
 
299
    Closes: #377334, #375454.
 
300
  * Show upload target. Closes: #316319.
 
301
 
 
302
 -- Thomas Viehmann <tv@beamnet.de>  Sat, 21 Oct 2006 18:41:52 +0200
 
303
 
 
304
dput (0.9.2.25) unstable; urgency=medium
 
305
 
 
306
  * Relax dependency on python. Several people have pointed out that
 
307
    caring about .pycs in dput is the overkill it seems to be. dput is
 
308
    thus installable with python 2.3 again.
 
309
    Closes: #374336.
 
310
 
 
311
 -- Thomas Viehmann <tv@beamnet.de>  Mon, 19 Jun 2006 22:40:50 +0200
 
312
 
 
313
dput (0.9.2.24) unstable; urgency=low
 
314
 
 
315
  * Bump python dependency for the transition.
 
316
 
 
317
 -- Thomas Viehmann <tv@beamnet.de>  Tue, 13 Jun 2006 23:09:50 +0200
 
318
 
 
319
dput (0.9.2.23) unstable; urgency=low
 
320
 
 
321
  * Don't include paths in .upload. Closes: #369885.
 
322
 
 
323
 -- Thomas Viehmann <tv@beamnet.de>  Tue, 13 Jun 2006 08:21:05 +0200
 
324
 
 
325
dput (0.9.2.22) unstable; urgency=low
 
326
 
 
327
  This is the best dput ever. And it took quite long to upload, too.
 
328
  * Change python version detection in postinst. Closes: #342330.
 
329
  * Christoph Berg sent in a whole lot of great patches. Thanks a lot!
 
330
    They contain
 
331
    - fixes for --help for delayed/0-day,
 
332
    - a minor fix for the synopis,
 
333
    - fixes for some typos in the README
 
334
    - removal of the tabs in the uploading code, making the code more
 
335
      readable
 
336
    - adding of debugging output in scp change_mode
 
337
    - suppresion of progress information when the output is not a
 
338
      terminal
 
339
    The two patches for wishlist bugs are still being considered,
 
340
    but this round closes #366923.
 
341
 
 
342
 -- Thomas Viehmann <tv@beamnet.de>  Sun, 28 May 2006 13:45:39 +0200
 
343
 
 
344
dput (0.9.2.21) unstable; urgency=low
 
345
 
 
346
  Let's fix some bugs while thinking about how to fix some others.
 
347
  * dcut: Use default host when appropriate. Closes: #340668.
 
348
  * dput.cf: Fix delayed queue comment. Closes: #332764.
 
349
    Thanks to Florian Ernst for the correction.
 
350
  * dcut.1: Update description to be more precise. Closes: #340670.
 
351
    Thanks to Eduard Bloch for his patch.
 
352
  * Added Swedish translation by Daniel Nylander. Tack! Closes: #331337.
 
353
 
 
354
 -- Thomas Viehmann <tv@beamnet.de>  Mon,  5 Dec 2005 21:41:34 +0100
 
355
 
 
356
dput (0.9.2.20) unstable; urgency=low
 
357
 
 
358
  * Add | debconf-2.0 to debconf-dependency.
 
359
    Thanks to Joey Hess for the reminders.
 
360
  * Use debsign to sign command files (so you can use devscripts.conf
 
361
    for key selection). Closes: #324183.
 
362
  * Add Vietnamese translation of debconf template.
 
363
    Thanks, Clytie Siddall. Closes: #313571.
 
364
  * Added Czech translation of debconf template.
 
365
    Thanks, Miroslav Kure. Closes: #315824.
 
366
  * Mention default_host in dput.1. Closes: #309934.
 
367
  * Describe the overriding of [host] in a later definition in
 
368
    dput.cf.5. Closes: #309975.
 
369
  * Remove old and unused ports of python functions from source.
 
370
 
 
371
 -- Thomas Viehmann <tv@beamnet.de>  Tue,  6 Sep 2005 19:00:57 +0200
 
372
 
 
373
dput (0.9.2.19) unstable; urgency=low
 
374
 
 
375
  * Fix dcut's handling of DEBEMAIL when it contains the full name.
 
376
    Closes: #302139.
 
377
  * Sorry, no wishlist today.
 
378
 
 
379
 -- Thomas Viehmann <tv@beamnet.de>  Wed,  6 Apr 2005 20:26:14 +0200
 
380
 
 
381
dput (0.9.2.18) unstable; urgency=low
 
382
 
 
383
  * Update bash_completion to skip commented hosts and reflect the
 
384
    delayed range. Bug report and patch by Johannes Berg. Thanks!
 
385
    Closes: #301247.
 
386
  * Print dcut hint if ftp upload fails with 553 (wrong filename).
 
387
    Closes: #285568.
 
388
  * Add guessing of maintainer name and email to dcut.
 
389
    Note that the actual bug (traceback) had been fixed before by
 
390
    printing out a more or less neat error message.
 
391
    Closes: #267649.
 
392
  * Switch roles with Christian in debian/control so people can
 
393
    find out faster who to put the blame on.
 
394
  * Updated copyright notices.
 
395
 
 
396
 -- Thomas Viehmann <tv@beamnet.de>  Fri, 25 Mar 2005 18:22:53 +0100
 
397
 
 
398
dput (0.9.2.17) unstable; urgency=low
 
399
 
 
400
  * Allow 0-day delayed upload. Yeah, some people want this, as it
 
401
    Closes: #273957.
 
402
    Fix manpage entry for the delayed option.
 
403
  * Recommend gluck_delayed for delayed uploads.
 
404
    Change the maximum delay to 15. Closes: #288436.
 
405
  * Add myself to Uploaders.
 
406
 
 
407
 -- Thomas Viehmann <tv@beamnet.de>  Wed,  9 Feb 2005 19:17:19 +0100
 
408
 
 
409
dput (0.9.2.16) unstable; urgency=low
 
410
 
 
411
  * Switch back to using passive ftp by default (as it was prior to
 
412
    0.9.2.15) and change the documentation accordingly.
 
413
    Also try some guessing to instruct the user when we suspect that
 
414
    passive vs. active ftp is the problem.
 
415
    Closes: #283370
 
416
  * Don't output the traceback when the ftp upload fails.
 
417
 
 
418
 -- Thomas Viehmann <tv@beamnet.de>  Mon, 17 Dec 2004 22:33:01 +0100
 
419
 
 
420
dput (0.9.2.15) unstable; urgency=low
 
421
 
 
422
  * More verbose error message for ftp uploads. And also use active
 
423
    ftp per default. (Closes: #268489)
 
424
  * Fix user name selection.
 
425
  * dcut: gracefully fail if no uploader was specified.
 
426
    (Closes: #268489)
 
427
  * Again thanks to Thomas Viehmann for providing the patches
 
428
  * Applied a patch from Matthew Palmer to improve the parsing of
 
429
    comma-seperated values by dput. (Closes: #279975)
 
430
 
 
431
 -- Christian Kurz <shorty@debian.org>  Sat, 13 Nov 2004 22:21:06 +0100
 
432
 
 
433
dput (0.9.2.14) unstable; urgency=low
 
434
 
 
435
  * Added Dutch debconf translation. Thanks to Luk Claes. This will
 
436
    address his bugreport #245920.
 
437
  * Added support for passing additional ssh_config options. This is
 
438
    based on a suggestion (and loosely on a patch) by Stefan Völkel.
 
439
    Thanks!
 
440
  * Very minor cleanup of dput.cf(5).
 
441
  * Fixed the debug message output for ftp connections. A patch for
 
442
    dcut was provided by Dann Frazier. The change for dput was based
 
443
    on it. Thanks!
 
444
 
 
445
 -- Christian Kurz <shorty@debian.org>  Tue, 15 Jun 2004 19:48:38 +0200
 
446
 
 
447
dput (0.9.2.13) unstable; urgency=low
 
448
 
 
449
  * Added Japanese debconf translations. This fixes the bugreport #227825.
 
450
  * Added duct and duct.1 manpage to create and upload .command files. This
 
451
    will address the wishlist request #224524. Thanks to Thomas Viehmann
 
452
    for contributing that code.
 
453
  * dput will now recognize the options -P and --passive for passive ftp.
 
454
    This fixes the bug report #228826.
 
455
  * This also includes a patch from Thomas Viehmann to fix an incorrect
 
456
    debug message. #224404
 
457
 
 
458
 -- Christian Kurz <shorty@debian.org>  Wed, 21 Jan 2004 13:34:03 +0100
 
459
 
 
460
dput (0.9.2.12) unstable; urgency=low
 
461
 
 
462
  * And another release for which I've to add a big THANK YOU Thomas.
 
463
  * Changed python dependency. This will fix the bug reported as
 
464
    #206037.
 
465
  * Added an option fqdn to the local defintion. This will address
 
466
    the problem reported as #210322.
 
467
  * Fixed a broken debug message, that was reported as bug #224404.
 
468
 
 
469
 -- Christian Kurz <shorty@debian.org>  Tue,  6 Jan 2004 22:47:03 +0100
 
470
 
 
471
dput (0.9.2.11) unstable; urgency=low
 
472
 
 
473
  * Removed the host chiark from the configuration file, since it's
 
474
    not available anymore according to Ross Burton. This will fix
 
475
    the bug that he reported as #190744.
 
476
  * Increased the allowed range of days for the delayed argument. This
 
477
    wil address the bugreport #196561.
 
478
  * Applied a patch from Thomas Viehmann to reformat the warning about
 
479
    lintian and the option -o. This issue was reported as bug #199905.
 
480
  * Applied a patch from Thomas Viehmann to support the usage of ~ for
 
481
    the local upload method. This issue was reported as bug #199912.
 
482
  * From now on, this package will use po-debconf for managing the
 
483
    translation of the debconf note. This change was introduced due
 
484
    to the work of Christian Perrier. This will address the issue
 
485
    reported as #200127.
 
486
  * Applied another patch from Thomas Viehmann to output an error
 
487
    message if the execution of an external command fails. This will
 
488
    address the issue reported as #172528.
 
489
 
 
490
 -- Christian Kurz <shorty@debian.org>  Tue, 29 Apr 2003 11:09:06 +0200
 
491
 
 
492
dput (0.9.2.10) unstable; urgency=low
 
493
 
 
494
  * Thanks to the offer from Thomas Viehmann, dput will now have two
 
495
    maintainers taking care of it.
 
496
  * Included a patch from Thomas Viehmann suppress error messages from
 
497
    dpkg which happened when the installed check was used. This will
 
498
    close the problem reported as #154960.
 
499
  * The option -o will now reliable simulate a normal run thanks to
 
500
    another patch from Thomas Viehmann. This will address the issue
 
501
    reported as #149711.
 
502
  * dput will now check the architecture in the installed packages
 
503
    check thanks to a patch from Thomas Viehmann. So the bug #154959
 
504
    will now also be solved.
 
505
  * Also dput will now not fail when trying to use a delayed directory,
 
506
    but instead report an error. And again thanks to Thomas Viehmann
 
507
    for the patch to solve the bug #182922.
 
508
  * Fixed bare debug statement that should have been caught earlier. This
 
509
    will now finally solve bug #133287.
 
510
  * Changed dependency on python to also include python 2.3 as requested by
 
511
    Robert Millan. He also verified that the basic functionality still works
 
512
    fine with the newer python version. So this will address the issue
 
513
    reported as bug #182800.
145
514
 
 
515
 -- Christian Kurz <shorty@debian.org>  Wed, 12 Mar 2003 21:52:18 +0100
 
516
 
 
517
dput (0.9.2.9) unstable; urgency=low
 
518
 
 
519
  * Another bugfix, because something broke the rsync upload method.
 
520
    A dummy variable will take care of this. (Closes: #171006)
 
521
 
 
522
 -- Christian Kurz <shorty@debian.org>  Sun,  1 Dec 2002 16:39:27 +0100
 
523
 
 
524
dput (0.9.2.8) unstable; urgency=low
 
525
 
 
526
  * Bah, Christian doesn't need to be in Uploaders.
 
527
  * Fix one case I missed in the local method doesn't need a fqdn set 
 
528
    madness. 
 
529
 
 
530
 -- Steve Kowalik <stevenk@debian.org>  Sun, 10 Nov 2002 23:12:16 +1100
 
531
 
 
532
dput (0.9.2.7) unstable; urgency=low
 
533
 
 
534
  * Add myself to Uploaders, which Christian's permission.
 
535
  * Bump Standards-Version to 3.5.7.
 
536
  * Change code that picks the method. It makes sense now.
 
537
  * Apply 2 small hacks so that hosts that use the local method don't need to
 
538
    specify a fqdn. (Closes: #165634)
 
539
  * Change /etc/dput.cf to reflect the above.
 
540
 
 
541
 -- Steve Kowalik <stevenk@debian.org>  Mon,  4 Nov 2002 02:10:15 +1100
 
542
 
 
543
dput (0.9.2.6.7) unstable; urgency=low
 
544
 
 
545
  * And another NMU, with shorty's blessing.
 
546
  * Add a slash to non-US. (Closes: #162363)
 
547
  * Fix up most of the string.{r,}find and string.split madness.
 
548
  * Apply a rather large patch from Roland Mas <lolando@debian.org>. His
 
549
    changes are below:
 
550
    - Added a (very simple) module called local.py (derived from scp.py by
 
551
      Roland Mas <lolando@debian.org>), to install to local incoming dirs.
 
552
      This can be useful to users of mini-dinstall.
 
553
    - Added a French translation to the Debconf template.
 
554
    - Fixed a Lintian error.
 
555
    - A few grammar fixes in the FAQ and README files.
 
556
    - Added a /etc/bash_completion.d/dput file, to make dput easier to use
 
557
      to <TAB>-addicteb people like me.
 
558
    - Thanks Roland! (Closes: #164385)
 
559
 
 
560
 -- Steve Kowalik <stevenk@debian.org>  Wed, 16 Oct 2002 22:37:45 +1000
 
561
 
 
562
dput (0.9.2.6.6) unstable; urgency=low
 
563
 
 
564
  * Another NMU.
 
565
  * Don't set /usr/doc symlink.
 
566
  * Update version reported by 'dput --version' from 0.9.2.2.
 
567
  * Use readlink in postinst. (Closes: #162392)
 
568
 
 
569
 -- Steve Kowalik <stevenk@debian.org>  Fri, 27 Sep 2002 00:52:36 +1000
 
570
 
 
571
dput (0.9.2.6.5) unstable; urgency=low
 
572
 
 
573
  * Non-Maintainer Upload.
 
574
  * debian/templates: split into individual templates, and add a
 
575
    Russian translation (thanks, Ilgiz Kalmetev; closes: #137640).
 
576
  * debian/rules: use debconf-mergetemplates to install the templates.
 
577
  * debian/control:
 
578
    + transition to python2.2 (closes: #158312).
 
579
    + add a build dependency on debconf-utils (>= 1.1.1).
 
580
  * dput: patch from Mark Brown to make dput call dinstall from the
 
581
    correct install directory, when doing delayed uploads (closes: #155038).
 
582
 
 
583
 -- Jordi Mallach <jordi@debian.org>  Sat, 31 Aug 2002 00:29:23 +0200
 
584
 
 
585
dput (0.9.2.6.4) unstable; urgency=low
 
586
 
 
587
  * Yet another NMU.
 
588
  * Fix up the call to getopt. (Closes: #155847) (thanks, Joey Hess.) 
 
589
  * Don't assume ftp-master and non-us are the only hosts that have a 
 
590
    delayed queue. (thanks, Robert McQueen.)
 
591
 
 
592
 -- Steve Kowalik <stevenk@debian.org>  Sat, 10 Aug 2002 21:07:38 +1000
 
593
 
 
594
dput (0.9.2.6.3) unstable; urgency=low
 
595
 
 
596
  * Another NMU.
 
597
  * Fix up dput -h, and the manpage. 
 
598
 
 
599
 -- Steve Kowalik <stevenk@debian.org>  Mon, 29 Jul 2002 21:38:27 +1000
 
600
 
 
601
dput (0.9.2.6.2) unstable; urgency=low
 
602
 
 
603
  * NMU, with shorty's blessing.
 
604
  * Apply my own patch to add DELAYED support. (-e command line argument,
 
605
    no support for config file.)
 
606
  * Thanks to Moshe Zadka for his last minute help getting it working. 
 
607
 
 
608
 -- Steve Kowalik <stevenk@debian.org>  Sat,  1 Jun 2002 01:20:32 +1000
 
609
 
 
610
dput (0.9.2.6.1) unstable; urgency=low
 
611
 
 
612
  * NMU
 
613
  * Moving to main.
 
614
 
 
615
 -- Steve Kowalik <stevenk@debian.org>  Mon, 27 May 2002 22:49:47 +1000
 
616
 
 
617
dput (0.9.2.6) unstable; urgency=low
 
618
 
 
619
  * Changed lstat to stat for calculating file size.
 
620
 
 
621
 -- Christian Kurz <shorty@debian.org>  Tue, 23 Apr 2002 10:08:02 +0200
 
622
 
 
623
dput (0.9.2.5) unstable; urgency=low
 
624
 
 
625
  * Fixed -o option.
 
626
 
 
627
 -- Christian Kurz <shorty@debian.org>  Tue, 16 Apr 2002 09:15:15 +0200
 
628
 
 
629
dput (0.9.2.4) unstable; urgency=low
 
630
 
 
631
  * Included "--copy-links" to rsync.
 
632
 
 
633
 -- Christian Kurz <shorty@debian.org>  Sun,  7 Apr 2002 13:01:05 +0200
 
634
 
 
635
dput (0.9.2.3) unstable; urgency=low
 
636
 
 
637
  *  Check for NODATA tag in GnuPG output. (Closes: #140646)
 
638
 
 
639
 -- Christian Kurz <shorty@debian.org>  Tue,  2 Apr 2002 09:23:47 +0200
 
640
 
 
641
dput (0.9.2.2) unstable; urgency=low
 
642
 
 
643
  * Changed error message for simulate process. (Closes: #138191)
 
644
 
 
645
 -- Christian Kurz <shorty@debian.org>  Thu, 14 Mar 2002 13:50:21 +0100
 
646
 
 
647
dput (0.9.2.1) unstable; urgency=low
 
648
 
 
649
  * Changed output of -H option. (Closes: #118735)
 
650
  * Fixed typos in manpage. (Closes: #119343)
 
651
  * Integrated a patch from Steven Baker to parse the GnuPG output
 
652
    instead of depending on the exit value. (Closes: #122821)
 
653
 
 
654
 -- Christian Kurz <shorty@debian.org>  Thu, 24 Jan 2002 09:17:24 +0100
 
655
 
 
656
dput (0.9.2) unstable; urgency=low
 
657
 
 
658
  * Bug fixed, that never occured during tests. (Closes: #118579)
 
659
  * Heading heavily towards a 1.0 release, which means ConfigParser2
 
660
    and spawnvef are finally removed, since newer python don't need
 
661
    need this files anymore.
 
662
 
 
663
 -- Christian Kurz <shorty@debian.org>  Fri,  9 Nov 2001 12:17:38 +0100
 
664
 
 
665
dput (0.9.1) unstable; urgency=low
 
666
 
 
667
  * Fixed explanation of dinstall checks in description. (Closes: #118134)
 
668
  * Rewrote module import code. (Closes: #118579)
 
669
  * New Option to list hosts with their handle and fqdn. (Closes: #118659)
 
670
 
 
671
 -- Christian Kurz <shorty@debian.org>  Tue,  6 Nov 2001 22:08:05 +0100
 
672
 
 
673
dput (0.9.0.1) unstable; urgency=low
 
674
 
 
675
  * Applied patch from Steven Kowalik to fix the postinst.
 
676
    (Closes: #118483)
 
677
 
 
678
 -- Christian Kurz <shorty@debian.org>  Tue,  6 Nov 2001 16:05:22 +0100
 
679
 
 
680
dput (0.9.0) unstable; urgency=low
 
681
 
 
682
  * Added support for verifying sha checksums.
 
683
  * Added passive ftp support.
 
684
  * Updated documentation.
 
685
  * Removed upload queue giano. (Closes: #113297)
 
686
  * Ensured that anon-ftp uploads are really anon-ftp uploads.
 
687
  * Introduced new option to active passive ftp from the command line.
 
688
  * Minor Code fixes, changes and cleanups.
 
689
  * Fixed Dependency according to suggestion in the forth-coming
 
690
    python policy.
 
691
  * Modified postinst according to the sample from python2.1-base.
 
692
  * Added the FAQ as new document.
 
693
 
 
694
 -- Christian Kurz <shorty@debian.org>  Sat, 22 Sep 2001 20:25:10 +0200
 
695
 
 
696
dput (0.8.9.1) unstable; urgency=low
 
697
 
 
698
  * Moved package to non-US instead. (Closes: #113156)
 
699
 
 
700
 -- Christian Kurz <shorty@debian.org>  Sat, 22 Sep 2001 19:38:59 +0200
 
701
 
 
702
dput (0.8.9) unstable; urgency=low
 
703
 
 
704
  * Changed output comment for lintian. (Closes: #110568)
 
705
  * Fixed wrong code to execute upload method. (Closes: #110807)
 
706
  * Applied patch from Steve Kowalik to support using compression on
 
707
    scp uploads.
 
708
  * Now we added a dependency on GnuPG. (Closes: #110913)
 
709
  * Changed a bit the code for executing GnuPG. (Closes: #109662)
 
710
  * Initializing now all variables. (Closes: #111564)
 
711
 
 
712
 -- Christian Kurz <shorty@debian.org>  Wed, 29 Aug 2001 21:47:44 +0200
 
713
 
 
714
dput (0.8.8) unstable; urgency=low
 
715
 
 
716
  * Included a message to show that lintian is running.
 
717
    (Closes: #105257
 
718
  * Changed code to call dinstall to work correctly. This has been reported
 
719
    by Martin Michlmayr. (Closes: #105481)
 
720
  * Rewrote login and method changing function. (Closes: #107559)
 
721
  * Added Brazilian portuguese debconf translation from Andre Luis Lopes.
 
722
    (Closes: #108520)
 
723
  * Small typo fixes.
 
724
    
 
725
 -- Christian Kurz <shorty@debian.org>  Sun, 15 Jul 2001 11:30:02 +0200
 
726
 
 
727
dput (0.8.7) unstable; urgency=low
 
728
 
 
729
  * Included another "ugly" hack to guess the right upload host. Since
 
730
    no policy enforces one true writing, maybe some of the checks should 
 
731
    be made case-insensitive. (Closes: #103247)
 
732
  * Included a patch from Martin Michlmayr to remove one exception.
 
733
    (Closes: #98002)
 
734
  * Fixed the path in the postinst to be hardcoded to the debian python one
 
735
    because we use a compileall.py which is different from the upstream.
 
736
    (Closes: #103721)
 
737
 
 
738
 -- Christian Kurz <shorty@debian.org>  Tue,  3 Jul 2001 07:20:55 +0200
 
739
 
 
740
dput (0.8.6) unstable; urgency=low
 
741
 
 
742
  * Now we also check the size of the binary files to upload.
 
743
  * Added some comments to the code.
 
744
  * Rewrote version_check.
 
745
  * Fixed broken code to calculate and test the package size.
 
746
  * Fixed broken dput.cf, which has been noticed by JP Sugarbroad.
 
747
    (Closes: #102277)
 
748
 
 
749
 -- Christian Kurz <shorty@debian.org>  Tue, 12 Jun 2001 16:22:23 +0200
 
750
 
 
751
dput (0.8.5) unstable; urgency=low
 
752
 
 
753
  * Incorporated an idea from Steve M. Robbins to define a default host
 
754
    for main and non-us with some fall back.
 
755
  * Fixed a typo in the scp upload which has been noted by Decklin
 
756
    Foster. (Closes #100476)
 
757
  * Included some hacks to make everything work smooth again. 
 
758
 
 
759
 -- Christian Kurz <shorty@debian.org>  Mon,  4 Jun 2001 09:40:17 +0200
 
760
 
 
761
dput (0.8.4) unstable; urgency=low
 
762
 
 
763
  * Added --progress to rsync to some progress indicator.
 
764
  * Fixed now upload_logfile_creation. (Closes: #98947)
 
765
  * Fixed scp upload definitely now. Thanks to JP Sugarbroad for catching
 
766
    the wrong fix. (Closes: #99300)
 
767
  * Fixed the broken chown command in scp upload.
 
768
 
 
769
 -- Christian Kurz <shorty@debian.org>  Mon, 28 May 2001 20:49:59 +0200
 
770
 
 
771
dput (0.8.3) unstable; urgency=low
 
772
 
 
773
  * Fixed broken scp.py noted by Adrian Bunk. (Closes: #97047)
 
774
  * Integrated a patch from JP Sugarbroad to fix scp.py.
 
775
    (Closes: #97371)
 
776
  * Fixed the broken ftp-upload method, thanks to Martin Michlmayr
 
777
    for noticing it. (Closes: #97751)
 
778
  * Increased the version number of dput itself. (Closes: #97786)
 
779
  * Incorporated a hack because of a missing unique seperator between
 
780
    upstream version number and debian version number. (Closes: #97830)
 
781
  * Fixed broken command-line parser which has also been noticed by
 
782
    Martin Michlmayr. (Closes: #97785)
 
783
  * Some more asthetic patches by the "code artist" ;) Martin Michlmayr.
 
784
    (Closes: #98003)
 
785
  * Changed the code a bit more, so that we now also have a commands before
 
786
    the upload available.
 
787
  * Added a suggestion for rsync.
 
788
  * Fixed Upload Method for ftp-master. (Closes: #98745)
 
789
  * Changed names from ftp-master-scp and non-us-scp to ftp-master-secure
 
790
    and non-us-secure, since those host are also supported by the rsync
 
791
    upload method.
 
792
 
 
793
 -- Christian Kurz <shorty@debian.org>  Fri, 11 May 2001 18:46:20 +0200
 
794
 
 
795
dput (0.8.2) unstable; urgency=low
 
796
 
 
797
  * Fixed the broken version_check() after Laurence J. Lane pointed me 
 
798
    to it. (Closes: #95462)
 
799
  * And now we had to fix the simulate option since we broke it. Now 
 
800
    simulating an upload should work again. Thanks to Matt Kraai for 
 
801
    catching that one. (Closes: #95520)
 
802
  * Changed version_check to handle a package that is in state not-installed
 
803
    correctly as not installed on the system instead of assuming that it's
 
804
    installed. (Closes: #95941)
 
805
  * Changed wording of -V switch according to a suggestion from André
 
806
    Dahlqvist.
 
807
  * Changed scp to change permission on file. (Closes: #96366)
 
808
  * Changed the incoming path for non-us in dput.cf (Closes: #94852)
 
809
  * Specified username and password for the UploadQueues in dput.cf.
 
810
  * Removed Option -U, since it will be default.
 
811
  * Changed dput to handle the new gpg output. (Closes: #96438)
 
812
 
 
813
 -- Christian Kurz <shorty@debian.org>  Fri, 27 Apr 2001 20:48:36 +0200
 
814
 
 
815
dput (0.8.1) unstable; urgency=low
 
816
 
 
817
  * Fixed two typos. (Closes: #93582) 
 
818
  * Import also sys module in scp. (Closes: #93701)
 
819
  * Fixed binary only uploads.
 
820
  * Fixed some typos. (Closes: #94044)
 
821
  * Added German debconf translation from Sebastian Feller.
 
822
    (Closes: #94274)
 
823
  * Added Spanish debconf translation from Jordi Mallach.
 
824
 
 
825
 -- Christian Kurz <shorty@debian.org>  Wed, 11 Apr 2001 22:14:11 +0200
 
826
 
 
827
dput (0.8) unstable; urgency=low
 
828
 
 
829
  * Switch to the rfc822 module to parse the .changes file. Thanks to
 
830
    Sean 'Shaleh' Perry for contributing this patch to dput.
 
831
  * New Option -U/--username introduced to extract the username from
 
832
    the enviroment.
 
833
  * Now the manpage shows where to name the host to upload too.
 
834
  * And the feature of running dinstall will now also work again.
 
835
    (Closes: #90101)
 
836
  * New Option -V/--check-version to check if the user has tested the 
 
837
    package before putting it on the ftp-server.
 
838
  * Fix the call to lintian to work correctly with the current lintian 
 
839
    implemenatation in perl.
 
840
  * Changed dput to use a modular concept for including upload functions. 
 
841
    This has been suggested by Wichert Akkerman and the necessary patch
 
842
    has been created by Sean 'Shaleh' Perry. For more information about
 
843
    this look into the manpages.
 
844
  * Changed format of the config-file. (Closes: #88681)
 
845
  * Added a debconf note about the config-file change, only shown in
 
846
    upgrades from old versions.
 
847
  * Now we should be able to handle multiple .changes-files correctly.
 
848
    (Closes: #89104)
 
849
  * Now will now require a .dsc-file only if you do a source upload. In case
 
850
    of a binary upload, no such file is required anymore. (Closes: #89105)
 
851
  * Warning for a missing tar.gz or orig.tar.gz will only appear when
 
852
    really such a archive is missing. (Closes: #89936)
 
853
  * And now dput will correctly try to start dinstall and run it, if the
 
854
    user wants to do so. (Closes: #90101)
 
855
  * Oh, we also incorporated the UploadQueue on non-us as the default incoming
 
856
    directory for packages. (Closes: #92419)
 
857
  * Changed filename detection to handle all architectures. (Closes: #93155)
 
858
 
 
859
 -- Christian Kurz <shorty@debian.org>  Fri, 23 Mar 2001 23:42:57 +0100
 
860
 
 
861
dput (0.7.1) unstable; urgency=low
 
862
 
 
863
  * Bugfix release, since the orig.tar.gz-check was broken.
 
864
  * Also fixed the broken upload_check.
 
865
 
 
866
 -- Christian Kurz <shorty@debian.org>  Thu, 22 Mar 2001 10:18:58 +0100
 
867
 
 
868
dput (0.7) unstable; urgency=low
 
869
 
 
870
  * Changed some wording to sound better. (Closes: #88685)
 
871
  * Applied a patch from Sean 'Shaleh' Perry to parse a .dput.cf file
 
872
    on top of the system-wide /etc/dput.cf file. (Closes: #88684)
 
873
  * Explained some features in the README and also changed the
 
874
    description to name some of the features.
 
875
  * Changed behaviour to correctly identify the host where the upload
 
876
    should be put to, even when using multiple files. (Close: #89104)
 
877
  * Rewrote parser for the .changes file to also handle binary-only
 
878
    uploads from now on.
 
879
  * Rewrote error message if you named any other file then a .changes
 
880
    file on the command line.
 
881
 
 
882
 -- Christian Kurz <shorty@debian.org>  Thu, 15 Mar 2001 22:00:26 +0100
 
883
 
 
884
dput (0.6) unstable; urgency=low
 
885
 
 
886
  * Included new manpages from Jordi Mallach.
 
887
  * Minor Code Cleanup.
 
888
  * Added -d/--debug to get debugging info if needed.
 
889
  * Now dput will refuse to start an upload until the maintainer really
 
890
    named the .changes file. ;)
 
891
  * Modified standard dput.cf to prefer scp over ftp.
 
892
  * Corrected behaviour of guessing the upload host to only guess it, when
 
893
    no host is named on the command line.
 
894
  * Added option run_dinstall to do a dry run of dinstall on the just uploaded
 
895
    files. Also there's the commandline option -D/--dinstall for this purpose.
 
896
 
 
897
 -- Christian Kurz <shorty@debian.org>  Thu,  1 Mar 2001 22:14:53 +0100
 
898
 
 
899
dput (0.5) unstable; urgency=low
 
900
 
 
901
  * Removed COPYING from debian package and added copyright file.
 
902
  * Added option -l/--lintian and config-file option run_lintian to
 
903
    support the usage of lintian before the upload happens.
 
904
  * For some of our lazy maintainers ;) dput will guess the correct host
 
905
    to upload the package to.
 
906
  * Moved some more code into it's own function.
 
907
 
 
908
 -- Christian Kurz <shorty@debian.org>  Sun, 25 Feb 2001 20:47:58 +0100
 
909
 
 
910
dput (0.4) unstable; urgency=low
 
911
 
 
912
  * The Test for tar.gz. should also handle debian native packages 
 
913
    correctly and packages with an epoch.
 
914
  * Uploading of non-US software to an host != non-US will give an
 
915
    error message and refuse to work.
 
916
  * The scp upload will now run in Batched mode, so you need to enter
 
917
    your passphrase only once.
 
918
  * Fixed upload of packages, since I forgot to upload the
 
919
  * changes-file.
 
920
  * Added a manpage for dput.cf.
 
921
  * Support rsync uploads.
 
922
 
 
923
 -- Christian Kurz <shorty@debian.org>  Sun, 25 Feb 2001 18:07:31 +0100
 
924
 
 
925
dput (0.3) unstable; urgency=low
 
926
 
 
927
  * Added option -c/--config to allow other config files.
 
928
  * Added option -o/--check-only for running only some checks
 
929
    against the package.
 
930
  * Now the signature test will also be run on the dsc-file.
 
931
  * Check for orig.tar.gz or tar.gz files in the upload and warn the
 
932
    user of they are not needed. This should also handle debian native
 
933
    packages correctly and packages with an epoch.
 
934
  * Uploading of non-US software to an host != non-US will give an
 
935
    error message and refuse to work.
 
936
  * The scp upload will now run in Batched mode, so you need to enter
 
937
    your passphrase only once.
 
938
  * Fixed upload of packages, since I forgot to upload the changes-file.
 
939
  * Added a manpage for dput.cf.
 
940
 
 
941
 -- Christian Kurz <shorty@debian.org>  Mon, 19 Feb 2001 22:00:01 +0100
 
942
 
 
943
dput (0.2) unstable; urgency=low
 
944
 
 
945
  * Merged two config files into one config file.
 
946
  * Rewrote dput to use the single config file.
 
947
 
 
948
 -- Christian Kurz <shorty@debian.org>  Mon, 19 Feb 2001 20:58:41 +0100
 
949
 
 
950
dput (0.1) unstable; urgency=low
 
951
 
 
952
  * Initial Release.
 
953
 
 
954
 -- Christian Kurz <shorty@debian.org>  Mon, 19 Feb 2001 15:44:33 +0100
 
955
 
146
956
 dput (0.9.2.32ubuntu1) intrepid; urgency=low
147
 
 
148
957
  * Merge from debian unstable, remaining changes:
149
958
    - Exit dcut when targetting ubuntu, revu, and ppa (LP: #186275)
150
959
    - In dput.cf, set ubuntu as default_host_main and change the name of the
155
964
    - In dput, recognize 0ubuntu1 as a debian_version that requires an
156
965
      orig.tar.gz upload - Refix (LP: #17169)
157
966
    - Added stanza in dput.cf for Ubuntu PPA.
158
 
 
159
967
 -- Sarah Hobbs <hobbsee@ubuntu.com>  Mon, 05 May 2008 20:17:28 +1000
160
968
 
161
969
dput (0.9.2.32) unstable; urgency=high
163
971
  * don't use python2.5-only <str>.partition. Closes: #479320
164
972
 
165
973
 -- Thomas Viehmann <tv@beamnet.de>  Sun, 04 May 2008 11:55:03 +0200
166
 
 
 
974
 
167
975
dput (0.9.2.31ubuntu1) intrepid; urgency=low
168
976
 
169
977
  * Merge from debian unstable, remaining changes: (LP: #183624)
1015
1823
  * Initial Release.
1016
1824
 
1017
1825
 -- Christian Kurz <shorty@debian.org>  Mon, 19 Feb 2001 15:44:33 +0100
 
1826