File: changelog

package info (click to toggle)
debsigs 0.1.16
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 188 kB
  • ctags: 21
  • sloc: perl: 664; makefile: 2
file content (197 lines) | stat: -rw-r--r-- 7,949 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
debsigs (0.1.16) unstable; urgency=low

  * Update to the 3.0 (native) source format with no changes.
  * Bump Standards-Version to 3.8.4:
    - remove the version from the Perl build dependency
  * Update the copyright file to the latest revision of DEP 5 and
    bump the year on my copyright notice.

 -- Peter Pentchev <roam@ringlet.net>  Wed, 02 Jun 2010 11:18:57 +0300

debsigs (0.1.15) unstable; urgency=low

  * New maintainer.  Closes: #522257
  * Fix the changelog format by removing the Vim formatting codes.
  * Do not install the empty /usr/sbin directory and remove
    the debian/dirs file altogether.
  * Convert the copyright file to the machine-parseable format and
    add my copyright notice.
  * Bump the debhelper compatibility level to 7:
    - store it in debian/compat
    - use debian/debsigs as the build directory instead of debian/tmp
    - add misc:Depends to the binary package
    - remove the dh_installmanpages invocation, all the manual pages
      are installed by the Perl build framework itself
    - use dh_prep instead of dh_clean in the "install" target
  * Remove the debian/debsigs.undocumented file - both programs listed
    there have already been documented.
  * Bump Standards-Version to 3.8.1:
    - move debhelper to Build-Depends from Build-Depends-Indep
  * Add the Vcs-Svn and Vcs-Browser source control fields.
  * Make the short description a noun phrase.
  * Clean up the rules file:
    - do not ignore "make clean" errors
    - remove some commented-out cruft
    - remove the OPTIMIZE flags to Makefile.PL - no C code here
    - pass -k to dh_clean in the "install" target
    - move some dh_* invocations from the "binary-indep" to the "install"
      target to mimic the behavior of the dh(1) tool
    - remove some dh_* invocations that simply do not apply
    - finally, minimize this file using debhelper 7's dh(1) tool :)
  * Stop debsigs-autosign from always passing key ID's and keyring paths
    to debsigs; gpg is smart enough to figure out which key to use and
    where to find it.  Closes: #161541
  * Make the test script include all the modules.
  * Use strict mode and enable Perl warnings for all modules and scripts.
  * Set the version of the debsigsmain module to the package's version.
  * Bump the version of all the other modules.
  * Add my copyright notice to the modules.
  * Add -h and -V options and syntax() and version() functions to
    all the executable scripts.  Closes: #175337, #175338
  * Fix a misspelled variable name in debsigs-autosign.
  * Document the signature types in the debsigs usage message and
    manual page, and refer to it from the debsigs-autosign ones.
    Closes: #457319
  * Make the binary package recommend debsig-verify.  Closes: #163643
  * Teach debsigs-signchanges to extract the key ID from the changes
    file if it is not specified in $DEBSIGSOPTIONS.  Closes: #98088
  * Rework debsigs-signchanges so it recalculates all types of checksums
    listed in the changes file, not just MD5 ones.
  * Add the fixup() function to the arf module to read an archive file
    and remove the trailing slashes in the member names.  Invoke that
    function in debsigs.  Closes: #161680

 -- Peter Pentchev <roam@ringlet.net>  Sat, 16 May 2009 18:27:40 +0300

debsigs (0.1.14) unstable; urgency=low

  * debsigs, debsigs-autosign: you can't use a module and run one of its
    methods at the same time; do these things separately (thanks, Joey Hess)
    (Closes: #161542)
  * debsigs: stop hard-coding the path to gpg (thanks, Joey Hess)
    (Closes: #161543)
  * debsigs: update $VERSION
  * debsigs: add FUTURE DIRECTIONS section to POD
  * debsigs-signchanges: only dig into @ARGV if it's defined (thanks, Joey
    Hess) (Closes: #161540)
  * debsigs-installer: wrote rudimentary manpage

  * debian/control:
    - bump Standards-Version to 3.5.7 (no changes needed)
    - add dependency on gnupg (Closes: #161544)

 -- Branden Robinson <branden@debian.org>  Thu, 19 Sep 2002 17:55:29 -0500

debsigs (0.1.13) unstable; urgency=low

  * debsigs, debsigs-autosign: when importing Getopt::Long, add
    "Configure('no_ignore_case')" because perl's default has changed.
    (thanks, Joey Hess)
  * debsigs: eliminate SIGCHLD handler because perl 5.8 won't let us use it
    anymore (thanks, Andrew Suffield)
  * forktools.pm: use WEXITSTATUS() instead of manual math to extract the exit
    status from a reaped child process (thanks, Andrew Suffield)
  * The above three changes rectify perl 5.8 issues.  (Closes: #155439)

 -- Branden Robinson <branden@debian.org>  Thu,  5 Sep 2002 12:54:15 -0500

debsigs (0.1.12) unstable; urgency=low

  * Wrote POD for debsigs-autosign and debsigs-signchanges (Closes: #97359)
  * debsign-autosign:
    - support command-line options and environment variables to specify secret
      keyring file and key IDs for archive, maintainer, and origin signatures
    - exapanded usage message
    - removed hard-coded key IDs and secret keyring file (Closes: #101998)
  * debsigs.txt: generated from debsigs.lyx
  * signing-policy.lyx: correct typos (thanks, Mark Eichin) (Closes: #130562)
  * signing-policy.txt: generated from signing-policy.lyx
  * debian/control:
    - moved to section "devel" from "non-US"
    - rewrote package description, fixing typo along the way (Closes: #145843)
  * debian/docs: ship documentation in ASCII format (Closes: #126313)

 -- Branden Robinson <branden@debian.org>  Sat, 25 May 2002 18:12:41 -0500

debsigs (0.1.11) unstable; urgency=low

  * new maintainer
  * debsigs:
    - got rid of unneeded duplicate definition of VERSION
    - consistently and correctly refer to debsig-verify(1) (Closes: #108344)
  * debsigsmain.pm: improved documentation stub...a little (Closes: #97357)
  * debian/README.Debian; removed silly template (Closes: #96495)
  * debian/control:
    - updated package description
    - added versioned Build-Depends-Indep on perl and debhelper per Perl
      Policy
    - bumped Standards-Version to 3.5.6
    - placed in section non-US
  * debian/docs: actually ship docs as part of package
  * debian/rules:
    - added call to dh_installchangelogs (Closes: #96598)
    - applied Brendan O'Dea's patches to bring this package up to date with
      modern Perl policy (Closes: #97757)

 -- Branden Robinson <branden@debian.org>  Sat, 22 Dec 2001 21:03:05 -0500

debsigs (0.1.10) unstable; urgency=low

  * s/qa/archive/

 -- John Goerzen <jgoerzen@fritz.progeny.com>  Wed, 27 Jun 2001 13:05:06 -0500

debsigs (0.1.9) unstable; urgency=low

  * Added debsigs-installer.

 -- John Goerzen <jgoerzen@progenylinux.com>  Wed, 30 May 2001 08:07:20 -0500

debsigs (0.1.8) unstable; urgency=low

  * Added a dependency on binutils.

 -- John Goerzen <jgoerzen@progenylinux.com>  Tue, 24 Apr 2001 13:44:43 -0500

debsigs (0.1.7) unstable; urgency=low

  * Added debsigs-autosign, which applies signatures en masse.

 -- John Goerzen <jgoerzen@progenylinux.com>  Tue, 17 Apr 2001 11:55:07 -0500

debsigs (0.1.6) unstable; urgency=low

  * Now passes --openpgp to GPG.
  * Now all signatures are made against debian-binary as well.

 -- John Goerzen <jgoerzen@progenylinux.com>  Fri, 30 Mar 2001 14:18:43 -0500

debsigs (0.1.5) unstable; urgency=low

  * Added debsigs-signchanges.

 -- John Goerzen <jgoerzen@progenylinux.com>  Wed, 21 Mar 2001 15:18:52 -0500

debsigs (0.1.4) unstable; urgency=low

  * Various bugfixes and enhancements.

 -- John Goerzen <jgoerzen@progenylinux.com>  Fri,  9 Mar 2001 10:26:15 -0500

debsigs (0.1.3) unstable; urgency=low

  * Initial upload.

 -- John Goerzen <jgoerzen@progenylinux.com>  Mon, 26 Feb 2001 17:16:17 -0500

debsigs (0.1.2) unstable; urgency=low

  * Rev with additional updates.

 -- John Goerzen <jgoerzen@progenylinux.com>  Tue,  9 Jan 2001 16:09:45 -0500

debsigs (0.1-1) unstable; urgency=low

  * Initial Release.

 -- John Goerzen <jgoerzen@progenylinux.com>  Wed,  6 Dec 2000 15:45:14 -0500