File: changelog

package info (click to toggle)
charmap.app 0.3~rc1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 6,604 kB
  • sloc: objc: 1,592; makefile: 26
file content (193 lines) | stat: -rw-r--r-- 6,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
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
charmap.app (0.3~rc1-3) unstable; urgency=medium

  * Team upload.
  * Rewrite debian/rules (Closes: #806005):
   + enable hardening
   + install in debian/tmp
   + remove override_dh_link target
   + update override_dh_clean target
   + update override_dh_auto_build target
   + new override_dh_fixperms target
   + new override_dh_strip target
  * Update debian/control file:
    + add myself as new Uploader
    + update Standards-Version to 3.9.8
    + update Vcs-* fields
    + remove {gnustep:Depends} variable
  * Update debian/watch to version 4
  * New debian/clean file
  * Update debian/charmap.app.install file
  * New debian/charmap.app-common.install file
  * New debian/charmap.app.links file
  * Delete debian/menu to make lintian quiet
  * debian/copyright: use https for Format
  * gcc-warnings patch: use https for debian bug
  * Update debian/Charmap.desktop

 -- Eric Heintzmann <heintzmann.eric@free.fr>  Wed, 07 Sep 2016 11:02:10 +0200

charmap.app (0.3~rc1-2) unstable; urgency=medium

  * debian/rules (override_dh_link): Fix FTBFS with dpkg-buildpackage -B.
  * debian/copyright: Add 2005 to copyright years.

 -- Yavor Doganov <yavor@gnu.org>  Fri, 01 Aug 2014 18:28:39 +0300

charmap.app (0.3~rc1-1) unstable; urgency=medium

  * New upstream release.
  * debian/watch: Update to look at Savannah.
  * debian/format: Switch to 3.0 (quilt).
  * debian/compat: Set to 9.
  * debian/rules: Rewrite for modern dh.  Enable hardening.
  * debian/control (Build-Depends): Remove quilt and bump debhelper.
    Require gnustep-make >= 2.6.6-2.
    (Vcs-Git, Vcs-Browser): Use the canonical URIs.
    (Standards-Version): Claim compliance with 3.9.5 as of this release.
    (charmap.app-common): New package, split arch-indep files.  Adjust
    package relationships accordingly.
  * debian/patches/load-gorm-file.patch:
  * debian/patches/Controller-generateCharmap.patch: Delete.
  * debian/patches/ftbfs-fix.patch: New.
  * debian/patches/gcc-warnings.patch: New (Closes: #749737).
  * debian/patches/fix-exception-gui0.24.patch: New; fixes NSException
    when loading the main gorm file with gnustep-gui/0.24.
  * debian/patches/series: Update.
  * debian/README.source: Delete.
  * debian/Charmap.desktop: Add Keywords field.
  * debian/docs:
  * debian/manpages:
  * debian/charmap.app.install: New file.
  * debian/copyright: Switch to format 1.0, add FDL blurb.

 -- Yavor Doganov <yavor@gnu.org>  Thu, 17 Jul 2014 14:20:21 +0300

charmap.app (0.2-11) unstable; urgency=low

  * debian/patches/load-gorm-file.patch: New, fixes startup issues with
    gnustep-gui/0.20 (Closes: #645927).
  * debian/patches/series: Update.
  * debian/control (Vcs-Arch): Replace with...
    (Vcs-Git, Vcs-Browser): ...as the package is now maintained in Git.
    (Standards-Version): Bump to 3.9.2; no changes needed.
  * debian/rules (binary-arch): Remove GS_USE_FHS conditional.
  * debian/preinst: Delete; not needed anymore.

 -- Yavor Doganov <yavor@gnu.org>  Sat, 22 Oct 2011 12:42:16 +0300

charmap.app (0.2-10) unstable; urgency=low

  * debian/compat: Set to 7.
  * debian/control (Section): Change to `gnustep'.
    (Maintainer): Adopt for the GNUstep team (Closes: #454276).
    (Uploaders): Add myself.
    (Build-Depends): Bump debhelper to >= 7.  Don't require minimum
    libgnustep-gui-dev version.  Add quilt and imagemagick.  Remove
    gnustep-make.
    (Depends): Add ${misc:Depends} and ${gnustep:Depends}.
    (Conflicts, Replaces): Remove; obsolete.
    (Standards-Version): Claim compliance with 3.9.0 as of this release.
    (Vcs-Arch): New field.
  * debian/rules: Include /usr/share/quilt/quilt.make and adjust rules for
    quilt.  Avoid gs_make.
    (d_app, LDFLAGS, optim): New variables.
    (build-stamp): Make the build verbose, support noopt.  Convert the
    icon in XPM format.
    (clean-patched): Make only distclean; delete the generated icon.
    (install): Replace dh_clean -k with dh_prep.  Don't invoke
    dh_installdirs.  Install the XPM icon.
    (binary-arch): Don't install the lintian override file.  Pass NEWS and
    TODO as arguments to dh_installdocs.  Move Resources to
    /usr/share/GNUstep.  Explicitly install the manpage.
  * debian/dirs:
  * debian/docs:
  * debian/lintian-override:
  * debian/manpages: Delete.
  * Controller.m: Move Debian modifications to ...
  * debian/patches/Controller-generateCharmap.patch: ... (patch by Ingolf
    Jandt).
  * debian/patches/series:
  * debian/source/format:
  * debian/README.source:
  * debian/watch:
  * debian/preinst: New file.
  * debian/Charmap.desktop: Make it valid, tweak some fields.
  * debian/menu: Add icon and longtitle.

 -- Yavor Doganov <yavor@gnu.org>  Thu, 01 Jul 2010 22:43:14 +0300

charmap.app (0.2-9) unstable; urgency=low

  * Orphaning package, setting maintainer to the Debian QA Group.

 -- Ana Beatriz Guerrero Lopez <ana@debian.org>  Wed, 05 Dec 2007 16:20:09 +0100

charmap.app (0.2-8) unstable; urgency=low

  * GNUstep transition.
    + Updated debian/rules.
  * Added a desktop file.

 -- Gürkan Sengün <gurkan@linuks.mine.nu>  Tue, 09 Oct 2007 01:20:09 +0200

charmap.app (0.2-7) unstable; urgency=low

  * Rebuild against latest libgnustep-gui-dev.
  * Bump standards version.

 -- Gürkan Sengün <gurkan@linuks.mine.nu>  Thu, 21 Sep 2006 20:27:23 +0200

charmap.app (0.2-6) unstable; urgency=low

  * Applied patch to fix startup crash. (Closes: #372167)

 -- Gürkan Sengün <gurkan@linuks.mine.nu>  Mon, 17 Jul 2006 22:34:52 +0200

charmap.app (0.2-5) unstable; urgency=low

  * Rebuild against latest libgnustep-gui.
  * Update manual page.
  * Bump standards version.

 -- Gürkan Sengün <gurkan@linuks.mine.nu>  Mon, 23 Jan 2006 10:54:03 +0100

charmap.app (0.2-4) unstable; urgency=low

  * Build again for upload.

 -- Brent A. Fulgham <bfulgham@debian.org>  Sun, 19 Dec 2004 14:14:09 -0800

charmap.app (0.2-3) unstable; urgency=low

  * Renamed source package to charmap.app.
  * Updated debian/control build-depends for GNUstep 0.9.4.
  * Removed some old and unused stuff from debian/.

 -- Gürkan Sengün <gurkan@linuks.mine.nu>  Sat, 20 Nov 2004 13:17:13 +0100

charmap (0.2-2) unstable; urgency=low

  * Updated build-depends for latest gnustep
  * Renamed binary package name to charmap.app. (Closes: #241612)
  * Removed Conflicts: gucharmap

 -- Gürkan Sengün <gurkan@linuks.mine.nu>  Sun, 18 Jul 2004 11:32:12 +0200

charmap (0.2-1) unstable; urgency=low

  * New upstream release.

 -- Gürkan Sengün <gurkan@linuks.mine.nu>  Mon, 31 May 2004 15:42:23 +0200

charmap (0.1-2) unstable; urgency=low

  * Added a Conflicts: gucharmap. (Closes: #241955)
  * Added gnustep-make to build-depends.

 -- Gürkan Sengün <gurkan@linuks.mine.nu>  Fri, 16 Apr 2004 00:57:07 +0200

charmap (0.1-1) unstable; urgency=low

  * Initial Release.

 -- Gürkan Sengün <gurkan@linuks.mine.nu>  Sun,  4 Jan 2004 17:08:52 +0100