File: changelog

package info (click to toggle)
euler 1.61.0-11
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 5,168 kB
  • ctags: 3,969
  • sloc: ansic: 24,761; sh: 8,314; makefile: 139; cpp: 47; php: 1
file content (229 lines) | stat: -rw-r--r-- 8,738 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
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
euler (1.61.0-11) unstable; urgency=medium

  * Standards Version updated to 3.9.6, no changes required.
  * debian/copyright: Added line between header and files paragraphs
    in order to avoid file-without-copyright-information lintian warning.
  * Added doc-base control file for euler-doc package.
  * Added debian/patches/003-removes-privacy-breach.patch to fix
    potential privacy breach.
  * debian/rules: Added DEB_BUILD_OPTIONS=noddebs to avoid automatic
    generation of debug package.
  * debian/euler.desktop: Removed exec field in order to avoid
    command-in-menu-file-and-desktop-file lintian warning.

 -- Josue Ortega <josueortega@debian.org.gt>  Sun, 20 Dec 2015 18:54:52 -0600

euler (1.61.0-10) unstable; urgency=low

  * New Maintainer (Closes: #713801)
  * Compat level changed to 9:
    - debian/rules: export LDFLAGS changed to export DEB_LDFLAGS_MAINT_APPEND
      in order to not revert the maintainer's change in 1.61.0-5.
  * debian/copyright updated to machine-readable format.
  * debian/patches/203_fix_libm_underlinkage.patch updated to DEP-3.
  * Standards version updated to 3.9.4, no changes required.
  * debian/euler.desktop Keywords field added.
  * debian/control Vcs-Git and Vcs-Browser changed to cannonical URI.

 -- Josue Ortega <josueortega@debian.org.gt>  Sat, 24 Aug 2013 10:44:06 -0600

euler (1.61.0-9) unstable; urgency=low

  * Orphaned package.
  * Acknowledge NMU.
  * Added patch from Daniel T Chen <crimsun@ubuntu.com> that adds -lm to LDADD.
    (closes: #713462)

 -- Frank S. Thomas <fst@debian.org>  Sat, 22 Jun 2013 17:15:33 +0200

euler (1.61.0-8.1) unstable; urgency=low

  * Non-maintainer upload.
  * Use dh-autoreconf to regenerate ./configure. This fixes the FTBFS and
    lintian's binary-or-shlib-defines-rpath. (Closes: #666337)
    - debian/control: Build-Dep on dh-autoreconf instead of autotools-dev.
    - debian/rules:
      - Call dh with --with autoreconf and don't copy config.{guess,sub}
        manually.
      - Export LDFLAGS to not revert the maintainer's change in 1.61.0-5.

 -- Sebastian Ramacher <s.ramacher@gmx.at>  Fri, 01 Jun 2012 13:48:31 +0200

euler (1.61.0-8) unstable; urgency=low

  * Switched to source format "3.0 (quilt)".
  * debian/control: Bumped Standards-Version from 3.8.1 to 3.8.3, no changes
    required.

 -- Frank S. Thomas <fst@debian.org>  Wed, 18 Nov 2009 13:38:16 +0100

euler (1.61.0-7) unstable; urgency=low

  * Use patches and quilt for changing upstream source code.
  * Removed debian/euler.prerm because its sole purpose was to remove the
    deprecated /usr/doc/euler symlink if it existed. The script has been in
    two stable releases at least.
  * debian/copyright: Use the machine-readable format described in DEP5.
  * Update config.{guess,sub} at build time. This required a build-dependency
    on autotools-dev.

 -- Frank S. Thomas <fst@debian.org>  Fri, 29 May 2009 20:41:58 +0200

euler (1.61.0-6) unstable; urgency=low

  * debian/control:
    - Added ${misc:Depends} to the packages' Depends field to appease Lintian.
    - Bumped Standards-Version from 3.8.0 to 3.8.1, no changes required.

 -- Frank S. Thomas <fst@debian.org>  Thu, 12 Mar 2009 16:27:32 +0100

euler (1.61.0-5) unstable; urgency=low

  * debian/euler.desktop: Removed the deprecated Encoding key, thanks Lintian!
  * debian/control:
    - Updated Vcs-* fields since euler is now maintained in Git.
    - Bumped Standards-Version from 3.7.3 to 3.8.0, no changes required.
  * debian/rules:
    - Use debhelper V7 instead of CDBS to minimize rules file.
    - Set "LDFLAGS += -Wl,--as-needed" to remove unnecessary library
      dependencies.

 -- Frank S. Thomas <fst@debian.org>  Sun, 24 Aug 2008 21:02:26 +0200

euler (1.61.0-4) unstable; urgency=low

  * debian/control:
    - Bumped Standards-Version from 3.7.2 to 3.7.3, no changes required.
    - Updated Vcs-* fields since euler moved from ext-maint/ to deb-maint/.
    - Changed my maintainer address to fst@debian.org.

 -- Frank S. Thomas <fst@debian.org>  Fri, 07 Dec 2007 01:27:31 +0100

euler (1.61.0-3) unstable; urgency=low

  * debian/euler.menu: Changed section for the new menu hierarchy from
    "Apps/Math" to "Applications/Science/Mathematics" and added longtitle.
  * debian/control: Added Vcs-{Svn,Browser} and Homepage fields to the source
    stanza.
  * debian/euler.desktop: Replaced category Application with the main category
    Education to be conform with the Desktop Menu Specification 1.0.

 -- Frank S. Thomas <frank@thomas-alfeld.de>  Thu, 18 Oct 2007 17:32:43 +0200

euler (1.61.0-2) unstable; urgency=low

  * src/main.cpp: Changed macro CLK_TCK to CLOCKS_PER_SEC. The former is an
    obsolete name for the latter and it was removed in glibc 2.4.
    See: http://www.gnu.org/software/libc/manual/html_node/CPU-Time.html
    (closes: #420608)
  * Added 16x16 and 32x32 icons and use it in euler.desktop and euler.menu.
  * debian/source.lintian-overrides added to override the "configure-generated
    -file-in-source" lintian tag because we remove config.{log,status} in
    debian/rules' clean target.

 -- Frank S. Thomas <frank@thomas-alfeld.de>  Tue, 24 Apr 2007 17:21:33 +0200

euler (1.61.0-1) unstable; urgency=low

  * New upstream release.
  * New maintainer. (closes: #338949)
  * Switched packaging to CDBS and set debhelper compat level to 5.
  * debian/control:
    - Since this version of Euler is a port to GTK+ 2, the build dependency on
      libgtk1.2-dev was changed to libgtk2.0-dev (>= 2.6.0).
    - Removed "galeon | www-browser" from the Recommends field because
      sensible-browser from the debianutils package is now the default browser
      in src/rc.h.
    - Moved euler-doc to section doc.
    - Added euler-doc resp. euler to euler's resp. euler-doc's Suggest field.
    - Added a list of features to Euler's long description.
    - Require debhelper (>= 5).
  * Fixed documentation URI using the patch from Davide Prina.
    (closes: #286272)
  * Added euler.desktop file from Vassilis Pandis. (closes: #375772)
  * Removed unnecessary debian/postinst script. Debhelper will create it, if
    it is needed for e.g. updating menus.
  * Added actual copyright information to debian/copyright.
  * Added debian/watch file.

 -- Frank S. Thomas <frank@thomas-alfeld.de>  Fri, 22 Sep 2006 03:02:24 +0200

euler (1.60.6fix-8) unstable; urgency=low

  * QA upload.
  * Really Fix #388428, fix debian/rules too.

 -- Michael Ablassmeier <abi@debian.org>  Thu, 21 Sep 2006 10:26:46 +0200

euler (1.60.6fix-7) unstable; urgency=low

  * QA upload.
  * Change Architecture field for euler-doc from any to all.
    Closes: #388428
  * Bump compat level to 4, B-D on at least debhelper 4.0
  * Remove /usr/share/doc/euler-doc/images/.xvpics from package.
  * Conforms with latest Standards Version 3.7.2

 -- Michael Ablassmeier <abi@debian.org>  Wed, 20 Sep 2006 17:57:35 +0200

euler (1.60.6fix-6) unstable; urgency=low

  * QA (group) upload
  * Remove Build-Dependency on xlibs-dev (Closes: #346685).
  * Credit and Big Thanks to Justin Pryzby <justinpryzby@users.sourceforge.net>
    for the patch and testing.

 -- Amaya Rodrigo Sastre <amaya@debian.org>  Thu, 19 Jan 2006 01:10:41 +0100

euler (1.60.6fix-5) unstable; urgency=low

  * Orphaned. Changed Maintainer to Debian QA Group <packages@qa.debian.org>

 -- Marco Presi (Zufus) <zufus@debian.org>  Sun, 13 Nov 2005 19:42:00 -0500

euler (1.60.6fix-4) unstable; urgency=low

  * Fixed build problems. Patch from Andreas Jochens <aj@andaco.de>. Closes: #258655
  * Closes:  #285813
  * Changed mainteiner e-mail address

 -- Marco Presi (Zufus) <zufus@debian.org>  Sat, 13 Aug 2005 12:01:57 +0200

euler (1.60.6fix-3) unstable; urgency=low

  * Splitted package: now docs are in a separate package (Closes: #233347)

 -- Marco Presi (Zufus) <zufus@debian.org>  Fri, 26 Mar 2004 19:14:38 +0100

euler (1.60.6fix-2) unstable; urgency=low

  * Fixed gcc-3 compilation problem in mtaps.c;
  Thanks to Jakob Hilmer <jh@capres.com> for patch;
  Patch submitted to upstreamer;
  Closes: #196398

 -- Marco Presi (Zufus) <zufus@debian.org>  Fri, 13 Jun 2003 19:33:48 +0200

euler (1.60.6fix-1) unstable; urgency=low

  * Modified source to make default browser x-www-browser
  * Restored orig.tar.gz. Closes: #169760
  * Linked docs. Closes: #172949

 -- Marco Presi (Zufus) <zufus@debian.org>  Sat,  8 Feb 2003 17:00:38 +0100

euler (1.60.6-1) unstable; urgency=low

  * New upstream release

  * New maintainer. Closes: #162057

 -- Marco Presi (Zufus) <mpresi@lugroma.org>  Wed, 25 Sep 2002 10:00:29 +0200

euler (1.60.5-1) unstable; urgency=low

  * Initial Release. Closes: #139844

 -- Muhammad Hussain Yusuf <yusuf@debian.org>  Sun, 19 May 2002 11:18:43 +0100