File: changelog

package info (click to toggle)
ftp.app 0.6-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 664 kB
  • sloc: objc: 2,955; makefile: 15
file content (142 lines) | stat: -rw-r--r-- 5,458 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
ftp.app (0.6-2) unstable; urgency=medium

  * Team upload.
  * debian/compat: Bump to 11.
  * debian/rules: Rewrite for modern dh.  Don't convert/install the .xpm
    icon (Closes: #897524).  Use standard variables; enable all hardening.
  * debian/control: Run wrap-and-sort -ast for diff-friendliness.
    (Build-Depends): Drop imagemagick.  Bump debhelper to >= 11.  Require
    gnustep-make >= 2.7.0-3 for the optim variable definition.
    (Depends): Drop ${gnustep:Depends}; obsolete.
    (Vcs-Git, Vcs-Browser): Switch to Salsa.
    (Standards-Version): Claim compliance with 4.1.4 as of this release.
  * debian/menu: Delete as per current policy requirement.
  * debian/dirs: Replace usr/bin with usr/share/GNUstep.
  * debian/install: New file; install the .desktop file.
  * debian/preinst: Delete; no longer needed.
  * debian/FTP.desktop: Use the .tif icon, add Keywords and Comment keys.
  * debian/watch: Upgrade to version 4, use Savannah's mirror redirector.
  * debian/copyright: Rewrite in format 1.0.
  * debian/patches/spelling-errors.patch: New; fix some spelling errors.
  * debian/patches/series: New file.

 -- Yavor Doganov <yavor@gnu.org>  Sun, 13 May 2018 10:46:10 +0300

ftp.app (0.6-1) unstable; urgency=medium

  * Team upload.

  [ Gürkan Myczko ]
  * New upstream version.
  * Bump standards version to 4.0.0.
  * Bump debhelper version to 10.

 -- Gürkan Myczko <gurkan@phys.ethz.ch>  Mon, 11 Sep 2017 13:08:31 +0200

ftp.app (0.5-1) unstable; urgency=medium

  * Team upload.

  [ Gürkan Myczko ]
  * New upstream version.
  * Bump standards version to 3.9.8.
  * Bump debhelper version to 9.
  * debian/rules: Fix image resizing wrt. convert adds numbered suffixes
    to file names since recently.  (Closes: #841598)

  [ Axel Beckert ]
  * Switch Vcs-* headers to current canonical form with https, cgit and
    anonscm.debian.org.

 -- Gürkan Myczko <gurkan@phys.ethz.ch>  Sun, 08 Jan 2017 06:01:23 +0100

ftp.app (0.3-1) unstable; urgency=low

  * New upstream version (Closes: #679219)
  * debian/control:
    + Bumped Standards-Version 3.9.3
    + Added Vcs-Git and Vcs-Browser fields
  * debian/rules: added "-z relro" to LDFLAGS to prevent hardening-no-relro
  * debian/copyright: updated date

 -- Federico Gimenez Nieto <fgimenez@coit.es>  Wed, 27 Jun 2012 10:22:43 +0200

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

  * debian/rules: noopt modifications to work with
    gnustep-make/2.4.x (Closes: #581931)
  * debian/control: bumped Standards-Version 3.8.4 (no changes needed

 -- Federico Gimenez Nieto <fgimenez@coit.es>  Sun, 23 May 2010 12:22:43 +0200

ftp.app (0.2-2) unstable; urgency=low

  * New maintainer (Closes: #452254)
  * debian/control:
    + Bumped Standards-Version (3.8.3)
    + Removed versioned dependency on libgnustep-gui-dev (required version
      already in lenny)
    + Fixed section (web->gnustep)
    + Added ${gnustep:Depends} to Depends field
    + Added build dependency on imagemagick to generate xpm icon
  * debian/copyright: added maintainer information and fixed license link
  * debian/FTP.desktop: upgraded Version field (0.94->1.0, the version of
    the spec)
  * debian/rules:
    + Exported GNUSTEP_MAKEFILES
    + Moved install commnads to the install target
    + Using dh_prep instead of deprecated dh_clean -k
    + Added LDFLAGS definition to get rid of the dpkg-shlibdeps warnings
    + Added code to define flags for optimized builds, preventing a GNUstep
      make bug and build. Added also 'messages=yes' to the $(MAKE) invocation to
      make the build log verbose
    + Added code to move the Resources directory to /usr/share/GNUstep
      and add a symlynk if the installation follows the FHS (adapted from
      agenda.app)
    + Added gsdh_gnustep to the binary_arch target, this will prevent the
      installation on systems that have Debian GNUstep packages configured not
      to follow the FHS
    + Added code to install the xpm icon (adapted from agenda.app)
  * debian/menu: declared xpm icon to use
  * debian/FTP.desktop: declared xpm icon to use
  * Added debian/preview.app.preinst with code to install Resource files
    under /usr/share/GNUstep and create a symbolic link from
    /usr/lib/GNUstep/Applications/Preview.app on install or upgrade
    (adapted from gnumail.app)
  * Added watch file
  * Removed lintian override

 -- Federico Gimenez Nieto <fgimenez@coit.es>  Sun, 10 Jan 2010 10:57:43 +0100

ftp.app (0.2-1) unstable; urgency=low

  * New upstream version.
  * Update my email address.
  * Update debian/copyright.
  * Add GNUstep maintainers to Uploaders in debian/control.

 -- Gürkan Sengün <gurkan@phys.ethz.ch>  Fri, 05 Dec 2008 13:22:47 +0100

ftp.app (0.1-3) unstable; urgency=low

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

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

ftp.app (0.1-2) unstable; urgency=low

  * GNUstep transition. (Closes: #447364)
    + Fix spelling error in the long description. (Closes: #363530)
    + Updated debian/rules.
    + Updated debian/copyright.
  * debian/compat: Bump version, no changes needed.
  * debian/control: Bump debhelper version to (>= 5.0.0).
  * Added a desktop file.

 -- Gürkan Sengün <gurkan@linuks.mine.nu>  Mon, 29 Oct 2007 00:42:05 +0100

ftp.app (0.1-1) unstable; urgency=low

  * Initial release. (Closes: #352094)

 -- Gürkan Sengün <gurkan@linuks.mine.nu>  Thu,  9 Feb 2006 16:51:45 +0100