Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 63 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
62 magnus 1
liboop (1.0.1-2) unstable; urgency=medium
2
 
3
  * conditional_dependencies.patch: Use Automake conditionals to construct
4
    $(lib_LTLIBRARIES). Otherwise automake doesn't pick up the correct
5
    dependencies for liboop-test (Closes: #909904).
63 magnus 6
  * Migrate to automatic dbgsym packages.
64 magnus 7
  * Add multi-arch support.
62 magnus 8
 
64 magnus 9
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 30 Sep 2018 22:09:14 +0200
62 magnus 10
 
56 magnus 11
liboop (1.0.1-1) unstable; urgency=low
12
 
13
  * New upstream release.
14
  * Drop read_bugfixes.patch, configure_support_freebsd_hurd.patch,
15
    new-readline-typedef.patch; incorporated upstream. Half of
16
    explicit_linking.patch was incorporated upstream.
57 magnus 17
  * Switch to Debhelper compat level 9.
59 magnus 18
  * Update debian/copyright and debian/watch, as well as the description
19
    of the liboop-doc package, with new download URL and info on the
20
    documentation source, and add Niels Möller's GPG key as
58 magnus 21
    debian/upstream/signing-key.asc.
60 magnus 22
  * Bump Standards-Version to 3.9.8.
61 magnus 23
  * Add liboop4.symbols.
56 magnus 24
 
61 magnus 25
 -- Magnus Holmgren <holmgren@debian.org>  Wed, 11 Jan 2017 20:02:31 +0100
56 magnus 26
 
53 magnus 27
liboop (1.0-11) unstable; urgency=medium
28
 
29
  * new-readline-typedef.patch (new): Replace obsolete typedef for
30
    callback function pointer cast (in test-oop, which we don't use)
31
    (Closes: #743094).
54 magnus 32
  * Bump Standards-Version to 3.9.5.
53 magnus 33
 
54 magnus 34
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 13 Apr 2014 23:36:30 +0200
53 magnus 35
 
47 magnus 36
liboop (1.0-10) unstable; urgency=low
37
 
48 magnus 38
  * Update homepage URL and upstream maintainers.
49 magnus 39
  * Build with default tcl-dev instead of obsolete versions (Closes:
40
    #725334). Thanks to Sergei Golovan.
51 magnus 41
  * Bump Standards-Version to 3.9.4.
47 magnus 42
 
49 magnus 43
 -- Magnus Holmgren <holmgren@debian.org>  Tue, 15 Oct 2013 23:20:55 +0200
47 magnus 44
 
42 magnus 45
liboop (1.0-9) unstable; urgency=low
46
 
47
  * Add build-arch and build-indep targets.
48
  * Remove arch-indep build dependency on sharutils, which is unnecessary
49
    since the conversion to source format 3.0 when the former web site was
50
    put in an additional upstream tarball.
51
  * Use dpkg-buildflags.
52
  * Use dh-autoreconf to handle autoreconfing.
44 magnus 53
  * Use current automake to build package, instead of 1.9, since it seems
54
    to work. Maybe 1.10 didn't work.
45 magnus 55
  * Bump Standards-Version to 3.9.3.
42 magnus 56
 
45 magnus 57
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 26 Feb 2012 22:43:16 +0100
42 magnus 58
 
40 magnus 59
liboop (1.0-8) unstable; urgency=low
60
 
61
  * Remove dependency on binutils-gold, which was inadvertently left in
62
    place after testing.
63
 
64
 -- Magnus Holmgren <holmgren@debian.org>  Fri, 30 Jul 2010 18:08:11 +0200
65
 
33 magnus 66
liboop (1.0-7) unstable; urgency=low
67
 
68
  * Add debug package
34 magnus 69
  * Switch to source format 3.0 (quilt).
70
  * Put the documentation from the former web site in an additional
36 magnus 71
    upstream tarball. This means the logo no longer has to be stored as-is
72
    instead of as a self-extracting archive, making the associated
73
    Makefile unnecessary as well. The html can be installed by
74
    dh_installdocs instead.
35 magnus 75
  * read_bugfixes.patch: Fixes from Ian Jackson to bugs in a feature for
76
    reading lines and records that he once contributed (Closes: #579604).
36 magnus 77
  * Upgrade to debhelper compatibility level 7, use dh_install instead
78
    of dh_movefiles as well as dh_prep instead of dh_clean.
37 magnus 79
  * configure_support_freebsd_hurd.patch: Separate patch for bug #359930.
38 magnus 80
  * explicit_linking.patch: In Makefile.am, explicitly link test-oop with
81
    all the libraries that the adapter libraries use, so that the package
82
    can be built with binutils-gold, where --no-add-needed is the default
83
    (Closes: #555285). Also add -lglib-2.0 to the Libs: line in
84
    liboop-glib2.pc (indirectly, via liboop-glib2.pc.in).
33 magnus 85
 
38 magnus 86
 -- Magnus Holmgren <holmgren@debian.org>  Fri, 30 Jul 2010 17:57:35 +0200
33 magnus 87
 
28 magnus 88
liboop (1.0-6) unstable; urgency=low
89
 
90
  * Build with libreadline6 instead of libreadline5 (drop the
91
    libreadline5-dev Build-Depends alternative).
29 magnus 92
  * Add ${misc:Depends} to all Depends in case Debhelper needs it.
30 magnus 93
  * Remove libc6-dev from Depends of liboop-dev; it's build-essential.
31 magnus 94
  * Bump Standards-Version to 3.8.3.
28 magnus 95
 
31 magnus 96
 -- Magnus Holmgren <holmgren@debian.org>  Sun, 27 Sep 2009 21:29:45 +0200
28 magnus 97
 
23 magnus 98
liboop (1.0-5) unstable; urgency=low
99
 
100
  * Build with GLib 2.0 instead of 1.2 (Closes: #523688).
24 magnus 101
  * Switch to Debhelper level 5.
25 magnus 102
  * Bump Standards-Version to 3.8.1.
26 magnus 103
  * Skip unnecessary dh_installdirs; delete unused files from the debian
104
    directory.
23 magnus 105
 
26 magnus 106
 -- Magnus Holmgren <holmgren@debian.org>  Mon, 13 Apr 2009 20:36:57 +0200
23 magnus 107
 
4 magnus 108
liboop (1.0-4) unstable; urgency=low
109
 
110
  * New maintainer (Closes: #487130).
5 magnus 111
  * Fix documentation file name extensions (Closes: #307732).
112
  * Build liboop-doc in binary-indep target (Closes: #475573).
6 magnus 113
  * Add debian/compat; remove DH_COMPAT from debian/rules.
8 magnus 114
  * Don't ignore "make distclean" errors.
10 magnus 115
  * Move sharutils to Build-Depends-Indep.
11 magnus 116
  * debian/copyright: Update postal address of the FSF.
13 magnus 117
  * Patch configure.ac as suggested in bug 359930, run autoreconf for good
118
    measure and remove autogenerated files in clean target. I don't like
16 magnus 119
    huge Debian diffs. Copying files from autotools-dev thus becomes
120
    redundant.
17 magnus 121
  * Update doc-base section to match current structure.
18 magnus 122
  * debian/control: Replace ${Source-Version} with ${binary:Version}.
20 magnus 123
  * Standards-Version upgraded to 3.8.0 with the above change.
21 magnus 124
  * Add Homepage field and watch file, and update download location in
125
    debian/copyright to one that works.
4 magnus 126
 
20 magnus 127
 -- Magnus Holmgren <holmgren@debian.org>  Wed, 25 Jun 2008 13:03:42 +0200
4 magnus 128
 
3 magnus 129
liboop (1.0-3.3) unstable; urgency=high
130
 
131
  * Non-maintainer upload.
132
  * Drop unused libwww-dev build-dependency. Closes: #458866.
133
  * This fixes an FTBFS in testing, set urgency to high.
134
 
135
 -- Regis Boudin <regis@debian.org>  Thu, 10 Apr 2008 21:47:16 +0100
136
 
137
liboop (1.0-3.2) unstable; urgency=low
138
 
139
  * Non-maintainer upload.
140
  * Relibtoolize.  Closes: #359930.
141
 
142
 -- Aurelien Jarno <aurel32@debian.org>  Wed, 23 Jan 2008 22:22:53 +0100
143
 
144
liboop (1.0-3.1) unstable; urgency=medium
145
 
146
  * Non-maintainer upload.
147
  * Build against libreadline5.  Closes: #350647.
148
 
149
 -- Matej Vela <vela@debian.org>  Thu, 16 Mar 2006 16:50:24 +0100
150
 
151
liboop (1.0-3) unstable; urgency=low
152
 
153
  * Include pkg-config files.  (Closes: Bug#227061)
154
  * New liboop-doc package that includes documentation from liboop.org.
155
    (Closes: Bug#224392)
156
 
157
 -- Simon Law <sfllaw@debian.org>  Sun, 11 Jul 2004 16:53:38 -0400
158
 
159
liboop (1.0-2) unstable; urgency=low
160
 
161
  * New maintainer.
162
  * Update 'missing' binary from Automake 1.6.
163
  * Use Policy 3.6.1.
164
  * Use Debconf 4.
165
 
166
 -- Simon Law <sfllaw@debian.org>  Wed, 02 Jun 2004 17:39:12 -0400
167
 
168
liboop (1.0-1) unstable; urgency=low
169
 
170
  * New upstream release (closes: #224210)
171
 
172
 -- Timshel Knoll <timshel@debian.org>  Fri, 19 Dec 2003 00:55:53 +1100
173
 
174
liboop (0.9-1) unstable; urgency=low
175
 
176
  * New upstream release (closes: #191305)
177
    + liboop SONAME has been bumped to 4, so name of source and binary
178
      packages is now liboop4, to allow co-existence with liboop3
179
  * Moved liboop-dev to libdevel section
180
  * Fixed configure{.in,} to build libwww support, Build-Depend on libwww-dev
181
  * Policy 3.5.9
182
 
183
 -- Timshel Knoll <timshel@debian.org>  Wed, 30 Apr 2003 22:50:34 +1000
184
 
185
liboop (0.8-2) unstable; urgency=low
186
 
187
  * debian/rules: update config.{sub,guess} in `clean' target
188
    (closes: #142310)
189
 
190
 -- Timshel Knoll <timshel@debian.org>  Sat, 20 Apr 2002 02:25:49 +1000
191
 
192
liboop (0.8-1) unstable; urgency=low
193
 
194
  * Initial Release. (closes: #135810)
195
 
196
 -- Timshel Knoll <timshel@debian.org>  Tue, 26 Feb 2002 13:29:09 +1100
197