File: changelog

package info (click to toggle)
ftp-upload 1.6-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 96 kB
  • sloc: perl: 260; makefile: 2
file content (147 lines) | stat: -rw-r--r-- 4,885 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
ftp-upload (1.6-4) unstable; urgency=medium

  * QA upload.

  [ Debian Janitor ]
  * Use correct machine-readable copyright file URI.
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooij <jelmer@debian.org>  Mon, 21 Nov 2022 01:38:23 +0000

ftp-upload (1.6-3) unstable; urgency=medium

  * QA upload.

  [ Debian Janitor ]
  * Remove constraints unnecessary since stretch:
    + Build-Depends: Drop versioned constraint on perl.

 -- Jelmer Vernooij <jelmer@debian.org>  Wed, 25 May 2022 11:30:11 +0100

ftp-upload (1.6-2) unstable; urgency=medium

  * QA upload.
  * Using new DH level format. Consequently:
      - debian/compat: removed.
      - debian/control: changed from 'debhelper' to 'debhelper-compat' in
        Build-Depends field and bumped level to 13.
  * debian/control:
      - Added 'Rules-Requires-Root: no' to source stanza.
      - Bumped Standards Version to 4.5.0.
      - Created Vcs-* fields.
  * debian/copyright: updated packaging copyright information.
  * debian/salsa-ci.yml: added to provide CI tests for Salsa.
  * debian/stamp.*: removed. Empty files, probably leftovers from old d/rules.
  * debian/tests/control: created to perform superficial CI tests.
  * debian/upstream/signing-key.asc: created with PGP key provided by upstream.
  * debian/watch: updated to include pgpsigurlmangle.

 -- Carlos Henrique Lima Melara <charlesmelara@outlook.com>  Tue, 25 Aug 2020 00:35:16 -0300

ftp-upload (1.6-1) unstable; urgency=medium

  * QA upload.
  * New upstream release.
  * Set Debian QA Group as maintainer. (See #862641)
  * This is not a native package. Converting to 3.0(quilt).
  * Bumped DH level to 11.
  * debian/changelog:
     - Fixed typo.
  * debian/control:
     - Added Upstream Homepage.
     - Bumped Standards-Version to 4.1.4.
  * debian/copyright:
     - Updated format.
     - Updated address FSF.
  * debian/rules:
     - Updated new format.
  * debian/watch:
     - Bumped version to 4.

 -- Diego Sarzi <diegosarzi@gmail.com>  Fri, 20 Apr 2018 04:31:16 -0300

ftp-upload (1.5+nmu2) unstable; urgency=medium

  * Non-maintainer upload.
  * Update DH level to 9. (Closes: #800173)
  * debian/compat: create and set to 9, instead of using DH_COMPAT.
  * debian/control:
     - Added the ${misc:Depends} variable to provide the right install
       dependencies.
     - Bumped Standards-Version to 3.9.7.
  * debian/source/format: mark as 3.0 native.

 -- Giovani Augusto Ferreira <giovani@riseup.net>  Sun, 14 Feb 2016 02:54:41 -0200

ftp-upload (1.5+nmu1) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix "FTBFS with perl 5.22 in experimental (MakeMaker changes)":
    use DESTDIR in debian/rules.
    (Closes: #792383)

 -- gregor herrmann <gregoa@debian.org>  Wed, 26 Aug 2015 16:05:19 +0200

ftp-upload (1.5) unstable; urgency=low

  * Add --tmp-format.
  * Bump Standards-Version to 3.6.2 (no changes).

 -- Roderick Schertler <roderick@argon.org>  Thu, 16 Mar 2006 09:18:34 -0500

ftp-upload (1.4) unstable; urgency=low

  * Oops, the -d alias for --dir didn't work (closes: #192134).
  * Add debian/watch.

 -- Roderick Schertler <roderick@argon.org>  Tue,  6 May 2003 15:06:43 -0400

ftp-upload (1.3) unstable; urgency=low

  * Add --full-path.  I'm afraid this is another incompatible change but I
    think the new behavior is much less surprising. If you upload
    /etc/motd it will now by default be stored as motd rather than
    /etc/motd.  Use --full-path to get the old behavior back.
  * Correct --tmp-samedir and --tmp-dir handling when the local file name
    contains a directory.
  * Update to policy 3.5.6 (no changes).

 -- Roderick Schertler <roderick@argon.org>  Thu, 29 Nov 2001 09:42:17 -0500

ftp-upload (1.2) unstable; urgency=low

  * Have --tmp-dir use a plain STOR rather than STOU.  Technically this
    breaks backwards compatibility, but I suspect that it won't hurt
    anybody, and doing it this way makes a lot more sense.
  * Add --passive (closes: #115554).

 -- Roderick Schertler <roderick@argon.org>  Mon, 15 Oct 2001 13:59:42 -0400

ftp-upload (1.1-1) unstable; urgency=low

  * Don't install extraneous empty directories (closes: #101344).

 -- Roderick Schertler <roderick@argon.org>  Tue, 31 Jul 2001 09:15:19 -0400

ftp-upload (1.1) unstable; urgency=low

  * Update to policy 3.5.2 (closes: #91159, #91459).
  * Update to latest Perl policy.
  * Adjust for new Getopt::Long.

 -- Roderick Schertler <roderick@argon.org>  Fri,  6 Apr 2001 23:12:41 -0400

ftp-upload (1.0) unstable; urgency=low

  * Adjust for new Perl packages.
  * Add --ignore-quit-failure switch.

 -- Roderick Schertler <roderick@argon.org>  Tue,  6 Jul 1999 18:27:02 -0400

ftp-upload (0.1) unstable; urgency=low

  * Initial version.

 -- Roderick Schertler <roderick@argon.org>  Sun,  7 Feb 1999 16:19:25 -0500

$Id: changelog,v 1.11 2006-03-16 14:22:16 roderick Exp $