File: changelog

package info (click to toggle)
gentle 1.9%2Bcvs20100605%2Bdfsg1-10
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 12,584 kB
  • sloc: cpp: 41,584; ansic: 3,978; sh: 1,420; makefile: 243
file content (190 lines) | stat: -rw-r--r-- 6,387 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
gentle (1.9+cvs20100605+dfsg1-10) unstable; urgency=medium

  * Team upload.

  [ Andreas Tille ]
  * transition to wxwidgets3.2
    Closes: #1019809
  * Fix watchfile to detect new versions on github
  * Standards-Version: 4.6.1 (routine-update)

  [ Scott Talbert ]
  * Patch for compatibility with wxWidgets 3.2

  [ Étienne Mollier ]
  * d/rules: convert tips_de.txt to utf8 for encoding consistency.
  * d/s/lintian-overrides: add; document false positive errors.

 -- Étienne Mollier <emollier@debian.org>  Fri, 16 Sep 2022 21:50:52 +0200

gentle (1.9+cvs20100605+dfsg1-9) unstable; urgency=medium

  [ Steffen Moeller ]
  * debhelper-compat 13
  * d/u/metadata: Added SciCrunch RRID
  * d/control:
    - Standards-Version: 4.5.0
    - R-R-R: no

  [ Andreas Tille ]
  * Standards-Version: 4.5.1 (routine-update)
  * Add salsa-ci file (routine-update)
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

 -- Andreas Tille <tille@debian.org>  Thu, 17 Dec 2020 15:40:47 +0100

gentle (1.9+cvs20100605+dfsg1-8) unstable; urgency=medium

  * rebuild against wxWidgets GTK 3 package
    Closes: #933449
  * debhelper-compat 12
  * Standards-Version: 4.4.0
  * Remove trailing whitespace in debian/changelog
  * Drop --list-missing from dh_install

 -- Andreas Tille <tille@debian.org>  Tue, 30 Jul 2019 16:39:34 +0200

gentle (1.9+cvs20100605+dfsg1-7) unstable; urgency=medium

  [ Steffen Moeller ]
  * d/u/metadata: Added RRIDs

  [ Andreas Tille ]
  * debhelper 11
  * Point Vcs fields to salsa.debian.org
  * Standards-Version: 4.2.0
  * d/rules: do not parse d/changelog
  * d/copyright: Add Files-Excluded
  * d/watch: Add comment what we could use to fetch source from Git but
    it seems that Github is lagging behind the code we have in this tarball
  * Do not install todo.txt

 -- Andreas Tille <tille@debian.org>  Fri, 24 Aug 2018 14:28:20 +0200

gentle (1.9+cvs20100605+dfsg1-6) unstable; urgency=medium

  * Fix propagation of CXXFLAGS
    Closes: #853830

 -- Andreas Tille <tille@debian.org>  Wed, 01 Feb 2017 14:23:43 +0100

gentle (1.9+cvs20100605+dfsg1-5) unstable; urgency=medium

  * cme fix dpkg-control
  * d/copyright: Source now at Github
  * add fake watch file pointing to upstream issue asking for release tags
  * Build-Depends: default-libmysqlclient-dev
    Closes: #845844
  * debhelper 10
  * d/rules: drop get-orig-source target that will not work any more but
    do not provide new one as long as upstream has not yet answered the
    issue requesting release tags
  * Remove redundant README.Debian since the information is in (and belongs
    to) README.source
  * hardening=+all
  * debian/menu: removed

 -- Andreas Tille <tille@debian.org>  Thu, 01 Dec 2016 16:02:20 +0100

gentle (1.9+cvs20100605+dfsg1-4) unstable; urgency=medium

  * Team upload
  * Add .desktop file and icons for GENtle
  * Migrate packaging to Git
  * Fix formatting of debian/copyright
  * Do not depend on libsqlite0
    - Thanks to Dmitrijs Ledkovs for the patch!
  * Refresh patches

 -- Matthias Klumpp <mak@debian.org>  Sat, 22 Aug 2015 20:30:52 +0200

gentle (1.9+cvs20100605+dfsg1-3) unstable; urgency=medium

  [ Olly Betts ]
  * Update to use wxWidgets 3.0 (new patch wx3.0-compat.patch).
  * Fix mismatching format codes in printf and scanf (new patch
    fix-format-codes.patch).
    Closes: #750906

  [ Andreas Tille ]
  * Moved debian/upstream to debian/upstream/metadata
  * cme fix dpkg-control

 -- Andreas Tille <tille@debian.org>  Wed, 25 Jun 2014 13:55:53 +0200

gentle (1.9+cvs20100605+dfsg1-2) unstable; urgency=low

  * debian/control:
     - cme fix dpkg-control
     - use anonscm in Vcs fields
     - remove unneeded Build-Depends
  * debian/rules
    - Short dh using --with autoreconf
      (Thanks to Hideki Yamane <henrich@debian.org> for his initial
       patch which gave the inspiration for the change above)
      Closes: #724221
  * debian/copyrigh: DEP5
  * install both translations of the manual but use better names and
    fix according doc-base files
  * debian/menu: Fix section
  * debian/gentle.install: Install user tips properly

 -- Andreas Tille <tille@debian.org>  Wed, 16 Oct 2013 08:19:37 +0200

gentle (1.9+cvs20100605+dfsg1-1) unstable; urgency=low

  * debian/rules:
     - Make sure that binary dlls will be deleted when unpacking
       Closes: #685149
     - Use xz compression for upstream source
     - Drop *.a files from upstream source in get-orig-source target
  * Versioned depends from DFSG free clustalw -> package can go to main
  * debian/control:
     - fix broken VCS fields
     - Standards-Version: 3.9.4 (no changes needed)
  * debian/upstream: Add citation information

 -- Andreas Tille <tille@debian.org>  Fri, 17 Aug 2012 14:36:52 +0200

gentle (1.9+cvs20100605+dfsg-3) unstable; urgency=low

  * Updated policy to 3.9.2
  * Rebuilt against later versions of mysql and tinyxml libraries

 -- Steffen Moeller <moeller@debian.org>  Fri, 03 Jun 2011 21:12:05 +0200

gentle (1.9+cvs20100605+dfsg-2) unstable; urgency=low

  * Adding build-dependency to libmysqlclient-dev (Closes: #585891)
    and to libsqlite3-dev, libsqlite0-dev
  * Changed format to 3.0 (quilt), removed dependency to cdbs and quilt,
    simplified debian/rules accordingly.
  * improved get-orig-source to remove directory checked out

 -- Steffen Moeller <moeller@debian.org>  Tue, 15 Jun 2010 16:38:33 +0200

gentle (1.9+cvs20100605+dfsg-1) unstable; urgency=low

  * Reupload in reaction to ftp-masters comments (Closes: #582959)
  * removed tinyurl and clustalw from source tree for DFSG compatibility
    - which introduced dependency to quilt
    - and provoked +dfsg suffix to version (not fully correct, yet)
  * invoking automake, autoconf during build
    - added those to build-dependencies
    - removed upstream Makefile and Makefile.in from source
  * declared 1.0 source format
  * removed doc-base lintian warning
  * explicitly listing man page as such, now correctly named GENtle.1
  * prepared for eventually adding gentle-dbg
  * compilation successfullly tested against gcc-4.5
  * added help/* to package
  * reupload to unstable

 -- Steffen Moeller <moeller@debian.org>  Wed, 02 Jun 2010 12:07:21 +0200

gentle (1.9+cvs20100531-1) experimental; urgency=low

  * Initial release.

 -- Steffen Moeller <moeller@debian.org>  Tue, 25 May 2010 00:08:31 +0200