Subversion Repositories

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

Rev 54 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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