File: changelog

package info (click to toggle)
password-gorilla 1.6.0~git20180203.228bbbb-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 7,272 kB
  • sloc: tcl: 6,651; sh: 5,944; ansic: 630; makefile: 38
file content (146 lines) | stat: -rw-r--r-- 6,323 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
password-gorilla (1.6.0~git20180203.228bbbb-1) unstable; urgency=low

  * New package based on upstream pre-release v1.6.0-git228bbbb
    + Version doesn't depend on ifconfig anymore (Closes: #873056)
    + New version works with Debian unstable (Closes: #888893)
      following the deprecation of tcl8.5 (itcl3 issue)
    + Confirm that old bug is fixed (Closes: #629114)
  * Packaging repo now hosted on Debian salsa
  * debian/control:
    + Build-Depends: bump debhelper dependency to (>= 11) to reflect change in
      compat file. Remove version dependency on dpkg-dev, as it is fulfilled
      by buildessentials package
    + Standards-Version: bump version to (4.1.3), the current policy version
    + Depends: change hard-coded tcl8.5/tk8.5 to tcl/tk to reflect changes in
      upstream code
    + Priority: use optional instead of extra per lintian's suggestion
    + Vcs-Git: use https:// instead of git:// per lintian's suggestion
  * debian/misc:
    + copyright: update to use machine-readable format
    + patches: patch sources to reflect version number 1.6.0
    + compat: bump version to (11) to reflect current recommendation of
      debhelper(7)
    + menu: remove deprecated file per lintian's suggestion
    + desktop: add keywords per lintian's suggestion
    + rules: Use rsvg-convert to generate icons in debian/rules, as
      imagemagick generated empty PNGs

 -- Alexandre J. Raymond <alexandre.j.raymond@gmail.com>  Thu, 1 Feb 2018 13:07:00 -0500

password-gorilla (1.5.3.7-1) unstable; urgency=low

  * New upstream version v1.5.3.7
  * Add new files
    + Images are now contained in the pics/ directory

 -- Alexandre J. Raymond <alexandre.j.raymond@gmail.com>  Sun, 17 Mar 2013 16:25:24 -0400

password-gorilla (1.5.3.6.3-1) unstable; urgency=low

  * New maintainer (Closes: #698725)
  * New upstream version (Closes: #698665, #622398)
  * Bump package version
    + Standards-Version; no changes needed
    + Bump compat; no changes needed
    + Build-Depends: newer debhelper version
    + Add Build-Depends: dpkg-dev; fixes lintian warning
    + Add Build-Depends-Indep: librsvg2-bin; allows icon generation
    + Remove dependency on autotools-dev
  * Use debhelper more thoroughly
    + Use dh in debian/rules
    + Use override_dh_auto_build for sgml->man
    + Use override_dh_install for icons conversion, shell script installation
    + Add manpages file
    + Add clean file for generated man page
    + Add install file to install most files
    + Remove dirs file; not needed anymore
  * Update watch file to use simpler format
  * Remove README.source, which contained outdated information
  * Use tklib's version of tooltip module
    + Add Depends rule on tklib
  * Generate higher quality icons (up to 128x128)
  * Fix target directory of png icons
  * Rename manpage.sgml->password-gorilla.sgml
  * Don't package twofish, blowfish, and pwsafe test scripts
  * Modify man page to point to GPL-2 specifically
  * Drop dependency on bwidget, no longer needed

 -- Alexandre J. Raymond <alexandre.j.raymond@gmail.com>  Wed, 06 Feb 2013 23:22:39 -0500

password-gorilla (1.5.3.4-1) unstable; urgency=low

  * New upstream version
  * Adapt packaging to new upstreams source layout:
    + Search for files in sources/
    + Install new files (msgs, etc.)
    + Remove configure/make invocations (new upstream source does not have
      that anymore...)
  * Add {misc:Depends} to depends
  * Bump Standards-Version; no changes needed
  * Get rid of patches; not needed anymore
  * Add a debian/source/format file to indicate the used source format
  * Bugfix in package description: Remove article in front of short description

 -- Patrick Schoenfeld <schoenfeld@debian.org>  Thu, 07 Apr 2011 14:37:34 +0200

password-gorilla (1.4-5) unstable; urgency=low

  * Include patch from Sergei Golovan to switch to Tcl/Tk 8.5 to
    match changes in itcl3 and itk3 packages.
    (Closes: #545140)
  * Bump standards version; no changes needed
  * Do not call dh_desktop as it is obsolete
  * Update watch file to reflect new upstream location

 -- Patrick Schoenfeld <schoenfeld@debian.org>  Thu, 07 Apr 2011 13:43:57 +0200

password-gorilla (1.4-4) unstable; urgency=low

  * Updated maintainer email address
  * Added a file README.source to document the patch handling
  * Upgraded Standards-Version

 -- Patrick Schoenfeld <schoenfeld@debian.org>  Mon, 29 Dec 2008 18:28:27 +0100

password-gorilla (1.4-3) unstable; urgency=low

  * Use the new Homepage header instead of a pseudo-header
  * Updated Standards-Version
  * Added Vcs-Headers
  * Made watch file work again by adding trailing slash to the url
  * Updated debian/copyright to clarify license and copyright information
  * Replaced (C) with © in debian/copyright because of its legal entitlement
  * Include a commented DH_VERBOSE=1 line in debian/rules
  * Remove encoding line from desktop file because its deprecated
  * Removed lintian override, because its no longer needed
  * Use Build-Depends-Indep instead of Build-Depends, except for debhelper and
    dpatch, because they are used in the clean target
  * Wrap lines after 80 characters in
    01_patch-wrong-interpreter-in-twotest-tcl.dpatch
  * Added tcllib to depends so that this can be used instead of a
    packaged copy
  * Do not install a copy of the sha1 lib which is part of tcllib
  * Do not install pwsafe.dat, because it is useless
  * Install icons in different sizes to appropriate location in
    /usr/share/icons/
  * Call dh_desktop in debian/rules so that desktop file gets registered
  * Add a note to the copyright file that sha1 is only present in the
    source package
  * Added a versioned build depend for debhelper, because of dh_icons
  * Change StartupNotify to false in desktop file because it is not used

 -- Patrick Schoenfeld <schoenfeld@in-medias-res.com>  Fri, 29 Feb 2008 11:31:56 +0100

password-gorilla (1.4-2) unstable; urgency=low

  * Changed architecture to 'all' in order to fix FTBFS (Closes: #444860)
  * Added a watch file

 -- Patrick Schoenfeld <schoenfeld@in-medias-res.com>  Sun, 07 Oct 2007 18:17:16 +0200

password-gorilla (1.4-1) unstable; urgency=low

  * Initial release (Closes: #309238)
  * Added a manpage

 -- Patrick Schoenfeld <schoenfeld@in-medias-res.com>  Wed, 05 Sep 2007 21:39:10 +0200