File: changelog

package info (click to toggle)
agenda.app 0.44-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 1,012 kB
  • sloc: objc: 7,820; makefile: 18
file content (138 lines) | stat: -rw-r--r-- 5,388 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
agenda.app (0.44-2) unstable; urgency=medium

  * Team upload.
  * Bump standards version to 4.2.1.
  * Bump debhelper version to 11.
  * debian/control: Updated Vcs links.

 -- Gürkan Myczko <gurkan@phys.ethz.ch>  Tue, 18 Sep 2018 12:18:43 +0200

agenda.app (0.44-1) unstable; urgency=medium

  * New upstream release.
  * debian/compat: Set to 10.
  * debian/control (Build-Depends): Require debhelper >= 10 and
    gnustep-make >= 2.7.0-3 for recent config.mk.  Add libdbuskit-dev for
    desktop notifications; drop dpkg-dev (obsolete) and imagemagick (not
    needed anymore as support for Debian menu is removed).
    (Depends): Remove ${gnustep:Depends}; obsolete.
    (Homepage): Replace with the new one at GitHub.
    (Vcs-Git, Vcs-Browser): Use canonical/secure URIs.
    (Standards-Version): Compliant with 4.1.2 as of this release.
  * debian/rules: Update for modern dh.
  * debian/install:
  * debian/docs:
  * debian/manpages: New files.
  * debian/menu: Delete.
  * debian/watch: Upgrade to version 4; use new upstream location.
  * debian/SimpleAgenda.desktop: Add Keywords field.
  * debian/patches/spelling-fix.patch: New, fix trivial spelling error.
  * debian/patches/series: New file.
  * debian/copyright: Switch to format 1.0; update Source field and
    copyright years.

 -- Yavor Doganov <yavor@gnu.org>  Wed, 06 Dec 2017 11:06:36 +0200

agenda.app (0.42.2-1) unstable; urgency=low

  * New upstream release:
    + Fixes FTBFS with GCC-4.7 (Closes: #667869).
    + Fixes FTBFS with gnustep-base/1.24 (Closes: #674906).
  * debian/control (Vcs-Arch): Replace with...
    (Vcs-Git): ...as the package is now maintained with Git.
    (Vcs-Browser): New field.
    (Build-Depends): Add dpkg-dev (>= 1.16.1~), for hardening support.
    (Description): Add another item (new feature).
    (Standards-Version): Bump to 3.9.3 (no changes needed).
  * debian/source/format: Set to 3.0 (quilt).
  * debian/rules: Remove GS_USE_FHS conditional.  Enable hardening.
  * debian/copyright: Update copyright years.

 -- Yavor Doganov <yavor@gnu.org>  Tue, 29 May 2012 17:59:58 +0300

agenda.app (0.41-2) unstable; urgency=low

  * debian/rules (OPTFLAG): No longer define; rework noopt handling to be
    compatible with gnustep-make/2.4.x (Closes: #581887).

 -- Yavor Doganov <yavor@gnu.org>  Thu, 27 May 2010 13:36:41 +0300

agenda.app (0.41-1) unstable; urgency=low

  * New upstream release.
  * debian/compat: Set to 7.
  * debian/control (Section): Change to `gnustep'.
    (Build-Depends): Bump debhelper to >= 7.  Remove version from
    libgnustep-gui-dev.  Add uuid-dev and libaddresses-dev.
    (Depends): Add ${gnustep:Depends} and ${misc:Depends}.
    (Standards-Version): Compliant to 3.8.4 as of this release.
    (Homepage, Vcs-Arch): New fields.
  * debian/copyright: Typo fix.  Update copyright years.  Use ©.
  * debian/rules: Export GNUSTEP_MAKEFILES and avoid gs_make usage.
    (build-stamp): Run ./configure LDFLAGS= to workaround semi-broken
    libAddresses test.
    (clean): Conditionally run $(MAKE) distclean.
    (install): Replace `dh_clean -k' with `dh_prep'.
    (binary-arch): Remove deprecated dh_desktop.  Invoke gsdh_gnustep.
  * debian/source/format: New file.

 -- Yavor Doganov <yavor@gnu.org>  Fri, 14 May 2010 23:45:26 +0300

agenda.app (0.36-1) unstable; urgency=low

  * New upstream relaease (Closes: #466981).
  * debian/control (Standards-Version): Bump to 3.8.0; no changes
    required.
  * debian/SimpleAgenda.desktop: Remove the `MimeType' (and `Version')
    field; the command currently does not accept arguments so it is
    harmful to define it.
  * debian/copyright: Record the fact that the package is now under GPLv2
    or later (as opposed to GPLv2 only).
  * debian/rules (build-stamp): Use `gs_make' directly now that Hubert has
    made it possible.
  * debian/control (Build-Depends): Bump libgnustep-gui-dev to >= 0.14 to
    ensure that the package gets build against the proper versions of the
    GNUstep core libraries.

 -- Yavor Doganov <yavor@gnu.org>  Sun, 06 Jul 2008 23:03:11 +0300

agenda.app (0.28-1) unstable; urgency=low

  * Agenda is dead, long live SimpleAgenda!
  * New upstream release, packaging done entirerly from scratch.
    (Unfortunately the latest releases 0.29-0.34 depend on features of the
    GNUstep libraries only available in SVN trunk.)
  * Adopt package, new maintainer is the GNUstep team (Closes: #454462).
  * Implement all changes necessary for the current GNUstep transition
    (Closes: #450478).

 -- Yavor Doganov <yavor@gnu.org>  Thu, 20 Dec 2007 22:57:36 +0200

agenda.app (0.1-4) unstable; urgency=low

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

 -- Gürkan Sengün <gurkan@linuks.mine.nu>  Thu, 19 Jan 2006 15:54:38 +0100

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

  * Applied patch to fix FTBFS. (closes: #299627)
  * Added Co-maintainer.

 -- Gürkan Sengün <gurkan@linuks.mine.nu>  Wed, 16 Mar 2005 16:25:39 +0100

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

  * Updated debian/control build-depends for GNUstep 0.9.4.
  * Renamed source package to agenda.app.
  * Fixed debian/copyright.

 -- Gürkan Sengün <gurkan@linuks.mine.nu>  Fri, 12 Nov 2004 21:57:09 +0100

agenda (0.1-1) unstable; urgency=low

  * Initial Release.

 -- Gürkan Sengün <gurkan@linuks.mine.nu>  Sun,  1 Aug 2004 13:26:06 +0200