File: changelog

package info (click to toggle)
textedit.app 5.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,308 kB
  • sloc: objc: 2,863; makefile: 14
file content (201 lines) | stat: -rw-r--r-- 7,442 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
198
199
200
201
textedit.app (5.0-5) unstable; urgency=medium

  * debian/install: Don't put the app icon in /usr/lib/GNUstep, that
    directory should disappear when the multiarch transition is over.
  * debian/rules (override_dh_link): Rename as...
    (execute_before_dh_link): ...and use dh_gnustep --app.  Move icns2png
    invocation from override_dh_auto_build and put the extracted icon
    directly in /usr/share/GNUstep/TextEdit.app.
  * debian/clean: Delete.
  * debian/control (Build-Depends): Require libgnustep-gui-dev (>=
    0.31.1-7) for the multiarch layout.
  * debian/copyright: Update copyright years.

 -- Yavor Doganov <yavor@gnu.org>  Wed, 05 Feb 2025 09:27:36 +0200

textedit.app (5.0-4) unstable; urgency=medium

  * Bump standards version to 4.7.0.

 -- Alex Myczko <tar@debian.org>  Mon, 22 Jul 2024 10:54:29 +0000

textedit.app (5.0-3) unstable; urgency=medium

  * debian/rules (override_dh_auto_build): Invoke icns2png with --size
    128 as 48 does not extract any icon; fixes FTBFS (Closes: #1050767).
    Use $(verbose) to support "terse" in DEB_BUILD_OPTIONS.
    (override_dh_link): Invoke gsdh_gnustep instead of dh_gnustep so
    that lintian does not complain of missing build-dependency.
    (DEB_LDFLAGS_MAINT_APPEND): Drop -Wl,--as-needed; now default.
  * debian/control: Run wrap-and-sort -bast.
    (Build-Depends): Switch to the debhelper-compat mechanism; bump compat
    level to 13.  Drop gnustep-make.
    (Depends): Remove ${gnustep:Depends}; obsolete.
    (Uploaders): Update Gürkan's email address.
    (Rules-Requires-Root): Set to "no".
    (Standards-Version): Claim compliance with 4.6.2; no changes needed.
  * debian/compat: Delete.
  * debian/patches/migrate-defaults.patch: Delete; was only needed to ease
    migration of defaults from version 4.0+ to 5.0.
  * debian/maintscript: Delete; no longer needed.
  * debian/copyright: Update (Debian packaging) copyright years.

 -- Yavor Doganov <yavor@gnu.org>  Wed, 30 Aug 2023 21:43:28 +0300

textedit.app (5.0-2) unstable; urgency=medium

  * debian/maintscript: New file, replace Resources directory with a
    symlink (Closes: #890070).
  * debian/patches/migrate-defaults.patch: New; fix exception with
    existing defaults when the PlainTextEncoding key is set to the old
    (4.0) value type.
  * debian/patches/ftbfs-hurd.patch: New; fix FTBFS on GNU/Hurd by
    removing unnecessary string truncation.
  * debian/patches/fix-info-plist: Add patch description.
  * debian/patches/series: Update.
  * debian/menu: Get rid as per Policy requirement.
  * debian/control (Uploaders): Add myself as agreed with Gürkan.
    (Build-Depends): Add icnsutils for extracting the .png icon.  Require
    gnustep-make >= 2.7.0-3 for the optim variable definition.
    (Vcs-Git, Vcs-Browser): New fields.
    (Conflicts, Replaces): Remove; ancient.
  * debian/rules: Enable all hardening.  Remove optim definition.
    (override_dh_auto_build): Extract a .png icon from the .icns for the
    .desktop file.  Replace $(MAKE) with dh_auto_build so that buildds'
    configuration for parallel building is taken into account.
  * debian/install: Install the .png icon.
  * debian/clean: New file; delete the generated icon.
  * debian/TextEdit.desktop: Use the new icon; Edit.tiff doesn't exist.
    Add Keywords field and Bulgarian translations.  Remove Version field
    as it makes the file invalid.
  * debian/copyright: Convert to format 1.0, add full text of Apple's new
    license, add Debian packaging copyright holders.
  * debian/README.Debian: New file, document workaround for setting plain
    text format as default.

 -- Yavor Doganov <yavor@gnu.org>  Mon, 12 Feb 2018 22:40:02 +0200

textedit.app (5.0-1) unstable; urgency=medium

  * New upstream version.
  * Bump debhelper version to 11. (Closes: #817691)
  * Bump standards version to 4.1.3.
  * Update my name.
  * debian/control: change section to gnustep.
  * Add myself to Uploaders and the GNUstep team to Maintainers.

 -- Gürkan Myczko <gurkan@phys.ethz.ch>  Thu, 08 Feb 2018 21:05:25 +0100

textedit.app (4.0+20061029-3.5) unstable; urgency=medium

  * Non-maintainer upload.
  * Bump debhelper version. Closes: #817691.
  * Fix lintian warnings.

 -- Matthias Klose <doko@ubuntu.com>  Fri, 02 Sep 2016 09:13:46 +0200

textedit.app (4.0+20061029-3.4) unstable; urgency=low

  * Non-maintainer upload.
  * debian/control:
    - Maintainer email address was invalid and bounced. Update it to
      use a valid address. (Closes: #675220)

 -- Markus Koschany <apo@gambaru.de>  Wed, 12 Sep 2012 15:49:59 +0200

textedit.app (4.0+20061029-3.3) unstable; urgency=low

  * Non-maintainer upload.
  * Fix "Can't create a new document." Applied patch from Yavor Doganov
    (Closes: #660430)

 -- Bastian Venthur <venthur@debian.org>  Mon, 06 Aug 2012 10:26:36 +0200

textedit.app (4.0+20061029-3.2) unstable; urgency=low

  * Non-maintainer upload.
  * Fix "FTBFS with GCC-4.7": apply patch from Yavor Doganov.
    (Closes: #667886)

 -- gregor herrmann <gregoa@debian.org>  Mon, 28 May 2012 15:42:09 +0200

textedit.app (4.0+20061029-3.1) unstable; urgency=low

  * Non-maintainer upload.
  * Use AppKit.h instead of particular .h includes (Closes: #581986).

 -- Luk Claes <luk@debian.org>  Tue, 24 Aug 2010 12:45:31 +0000

textedit.app (4.0+20061029-3) unstable; urgency=low

  * Upload to sid.
  * debian/control: Moved homepage field.

 -- Gürkan Sengün <gurkan@linuks.mine.nu>  Fri, 12 Oct 2007 10:17:21 +0200

textedit.app (4.0+20061029-2) experimental; urgency=low

  * GNUstep transition.
    + Updated debian/rules.
    + Updated debian/dirs.
  * Menu transition: Moved from Apps/Editors to Applications/Editors.
  * Added a desktop file.

 -- Gürkan Sengün <gurkan@linuks.mine.nu>  Fri, 03 Aug 2007 21:42:22 +0200

textedit.app (4.0+20061029-1) unstable; urgency=low

  * New upstream version, fixes Info/Preferences.

 -- Gürkan Sengün <gurkan@linuks.mine.nu>  Sun, 29 Oct 2006 12:06:04 +0100

textedit.app (4.0-3) unstable; urgency=low

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

 -- Gürkan Sengün <gurkan@linuks.mine.nu>  Fri, 15 Sep 2006 17:44:32 +0200

textedit.app (4.0-2) unstable; urgency=low

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

 -- Gürkan Sengün <gurkan@linuks.mine.nu>  Mon, 23 Jan 2006 11:00:32 +0100

textedit.app (4.0-1) unstable; urgency=low

  * New upstream cvs checkout version.
  * Renamed source package to textedit.app.
  * Updated manual page.
  * Updated debian/control build-depends for GNUstep 0.9.4.
  * Cleaned up debian/rules.

 -- Gürkan Sengün <gurkan@linuks.mine.nu>  Sun, 28 Nov 2004 18:29:23 +0100

textedit (4-4) unstable; urgency=high

  * Fixed the typo app-wrapper symlink in debian/rules

 -- Gürkan Sengün <gurkan@linuks.mine.nu>  Tue, 17 Aug 2004 00:10:35 +0200

textedit (4-3) unstable; urgency=low

  * Rebuild against latest gnustep
  * Rename binary package to textedit.app. (Closes: #241615)

 -- Gürkan Sengün <gurkan@linuks.mine.nu>  Thu, 29 Jul 2004 00:51:43 +0200

textedit (4-2) unstable; urgency=low

  * Added gnustep-make to build-depends. (Closes: #240390)
  * Dropped .app from debian/menu.

 -- Gürkan Sengün <gurkan@linuks.mine.nu>  Sat, 27 Mar 2004 14:39:56 +0100

textedit (4-1) unstable; urgency=low

  * Initial Release.

 -- Gürkan Sengün <gurkan@linuks.mine.nu>  Fri,  5 Mar 2004 01:15:41 +0100