File: changelog

package info (click to toggle)
epm 4.2-11
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,780 kB
  • sloc: ansic: 11,089; cpp: 1,596; makefile: 308
file content (232 lines) | stat: -rw-r--r-- 7,765 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
230
231
232
epm (4.2-11) unstable; urgency=medium

  * QA upload.
  * debian/control:
    - Wrap and sort (build) dependencies.
    - Add build dependencies on libxcursor-dev, libxext-dev, and
      libxfixes-dev.  (We already have libxrender-dev via libxft-dev.)
    - Build-depend on libfltk1.3-dev instead of libfltk1.1-dev.
  * debian/docs: Sort.
  * debian/rules:
    - Formally factor out SETUP_LINK and SETUP_LIBS macros.
    - Add -lXrender, -lXext, -lXcursor, -lXfixes, and -ldl to SETUP_LIBS,
      linking all the new X-related libraries statically.

 -- Aaron M. Ucko <ucko@debian.org>  Sun, 07 Feb 2021 21:45:13 -0500

epm (4.2-10) unstable; urgency=medium

  * QA upload.
  * Patch Makefile.int to support DESTDIR.
  * debian/rules: Specify /usr instead of full path to debian/epm
    directory. (Closes: #978392)

 -- Vagrant Cascadian <vagrant@reproducible-builds.org>  Sat, 26 Dec 2020 14:25:52 -0800

epm (4.2-9) unstable; urgency=medium

  * QA upload.
  * debian/rules: Remove trailing whitespace.
  * debian/rules: Pass GZIP to configure (Closes: #978067).
  * debian/rules: Get DEB_HOST_ARCH value from dpkg/architecture.mk.
  * Switch to debhelper-compat 13.
  * debian/control: Update Vcs headers.
  * debian/control: Set Rules-Requires-Root to "no".
  * debian/rules: Switch to "dh".
  * debian/rules: Remove boilerplate comments.
  * debian/control: Update Standards-Version to 4.5.1.

 -- Vagrant Cascadian <vagrant@reproducible-builds.org>  Fri, 25 Dec 2020 04:40:40 -0800

epm (4.2-8) unstable; urgency=medium

  * QA upload.
  * Upload to unstable.

 -- Adrian Bunk <bunk@debian.org>  Sun, 18 Jun 2017 16:53:54 +0300

epm (4.2-7) experimental; urgency=medium

  * QA upload.
  * Set Debian QA Group as maintainer.
  * debian/control: bumped Standards-Version to 3.9.8.
  * debian/rules: added a command to remove the linux-4.9-x86_64/ directory,
    which was forgotten by upstream when cleaning.

 -- Lincoln Herbert Teixeira <lincolnh@utfpr.edu.br>  Sat, 18 Mar 2017 18:59:44 -0300

epm (4.2-6) unstable; urgency=low

  * Only build setup/uninst on i386 and amd64; it's not reliably
    buildable on other architectures.  Closes: #670449.

 -- Jeff Licquia <licquia@debian.org>  Mon, 30 Apr 2012 22:37:48 -0400

epm (4.2-5) unstable; urgency=low

  * Fix FTBFS caused by stupid mistake in the setup/uninst rebuild.
    Closes: #670123.

 -- Jeff Licquia <licquia@debian.org>  Mon, 23 Apr 2012 19:02:06 -0400

epm (4.2-4) unstable; urgency=low

  * Fix quilt screwup (build-cleanup was applied in version control).
  * Respect CPPFLAGS in build, so hardening flags get passed properly.
  * Build setup and uninst to be as static as possible.  Some X11
    extension static libs are still non-PIC, so can't make it
    completely static.
  * Turn on the other hardening flag not on by default (+bindnow).
  * Build-Depends on libpng-dev only.  Closes: #662315.

 -- Jeff Licquia <licquia@debian.org>  Sun, 22 Apr 2012 19:34:44 -0400

epm (4.2-3) unstable; urgency=low

  * Add support for dpkg-buildflags (transitional, to remain buildable
    on squeeze).
  * Enable PIE hardening, since FLTK requires it now.  Closes: #664947.
  * Update Standards-Version.

 -- Jeff Licquia <licquia@debian.org>  Sun, 01 Apr 2012 13:01:03 -0400

epm (4.2-2) unstable; urgency=low

  * Switch Build-Depends to libjpeg-dev per libjpeg8 transition.
    Closes: #641281.
  * Update Standards-Version and fix lintian problems.

 -- Jeff Licquia <licquia@debian.org>  Sat, 17 Sep 2011 19:20:10 -0400

epm (4.2-1) unstable; urgency=low

  * New upstream version.
  * Update Standards-Version and fix lintian problems.
  * Switch to 3.0 (quilt) source format, and move all changes
    to upstream source into sane patches.
  * Set the Architecture field properly for amd64 Debian packages.
    Closes: #573433.
  * Update copyright file.

 -- Jeff Licquia <licquia@debian.org>  Sun, 20 Feb 2011 11:14:47 -0500

epm (4.1-3) unstable; urgency=low

  * Add watch file.
  * Update Standards-Version.
  * Update debhelper version.

 -- Jeff Licquia <licquia@debian.org>  Mon, 30 Mar 2009 17:35:59 -0400

epm (4.1-2) unstable; urgency=low

  * Add Homepage and Vcs-* fields to debian/control.
  * Update Standards-Version.
  * Miscellaneous lintian cleanups.
  * Add a doc-base file for the EPM docs.  Closes: #451642.

 -- Jeff Licquia <licquia@debian.org>  Sun, 20 Jan 2008 21:24:30 -0500

epm (4.1-1) unstable; urgency=low

  * New upstream version.
  * Revert configure.in change, which used to be necessary for Debian to
    select the proper autoconf version.  Instead, now just
    Build-Conflict with autoconf2.13 (where the version-selection code
    now resides).
  * Remove the EPM-built native and portable packages built by "make
    test".
  * Fix documentation to include what we need, and only what we need.

 -- Jeff Licquia <licquia@debian.org>  Sat, 25 Aug 2007 13:48:27 -0400

epm (4.0-1) unstable; urgency=low

  * New upstream version.
  * Update Standards-Version.
  * Build the docs instead of relying on the tarball versions;
    we now have to do that anyway for the man pages.
  * Run the test suite as a mandatory part of the build.
  * Add image libraries to Build-Depends, since newer FLTK can
    use image libraries, and our config asks for that.
  * Add needed X libs to Build-Depends, since they don't all
    magically come in with libfltk1.1-dev anymore.

 -- Jeff Licquia <licquia@debian.org>  Sat, 19 Aug 2006 21:01:02 -0400

epm (3.7-2) unstable; urgency=low

  * Turn off .SILENT during the build, so build problems in build
    logs aren't hidden.
  * Don't always link against FLTK statically; this caused FTBFS
    problems when unrelated static libs aren't available.
    Closes: #357758, #359981.
  * Build-Depend on rpm, so the configure script can probe it.
    Closes: #337179, #321370.

 -- Jeff Licquia <licquia@debian.org>  Thu, 30 Mar 2006 21:10:39 -0500

epm (3.7-1) unstable; urgency=low

  * Bless NMU.  Thanks, Rene!  Closes: #188348, #207252.
  * Clean up packaging a bit.
  * Fix PowerPC architecture flag.  Closes: #319880.

 -- Jeff Licquia <licquia@debian.org>  Wed, 27 Jul 2005 22:57:37 -0500

epm (3.7-0.1) unstable; urgency=low

  * Non-maintainer upload.
  * New upstream release (closes: #188348, #207252)

 -- Rene Engelhard <rene@debian.org>  Wed, 23 Feb 2005 22:25:09 +0100

epm (3.5.1-1) unstable; urgency=low

  * New upstream version.  Closes: #181287.
  * Updated Build-Depends to require libfltk1.1-dev.
  * Upped to debhelper compatibility level 4.
  * Added AC_PREREQ to configure.in so Debian's autoconf would do
    the right thing.
  * Updated to current Policy.

 -- Jeff Licquia <licquia@debian.org>  Mon, 17 Mar 2003 22:37:24 -0500

epm (3.0-4) unstable; urgency=low

  * The rpm people changed the call convention for --target.
    Backported the epm 3.3 configure test for the right semantics.
    Closes: #140454.

 -- Jeff Licquia <licquia@debian.org>  Sat,  6 Apr 2002 10:45:13 -0500

epm (3.0-3) unstable; urgency=low

  * Upstream forgot to install the epm.list.5 man page.

 -- Jeff Licquia <licquia@debian.org>  Mon, 17 Dec 2001 01:07:06 -0500

epm (3.0-2) unstable; urgency=low

  * Don't set the C++ linker to $CC in configure.  Thanks to
    James Troup <james@nocrew.org>.  Closes: #120149.

 -- Jeff Licquia <licquia@debian.org>  Mon, 19 Nov 2001 22:35:57 -0500

epm (3.0-1) unstable; urgency=low

  * New upstream version.  Closes: #105456.
  * Built against new stdc++ libs.  Closes: #109863.
  * Updated to latest Debian policy.

 -- Jeff Licquia <licquia@debian.org>  Mon, 17 Sep 2001 22:02:59 -0500

epm (2.0-1) unstable; urgency=low

  * Initial Release.

 -- Jeff Licquia <licquia@debian.org>  Sun, 12 Mar 2000 00:59:21 -0600

Local variables:
mode: debian-changelog
End: