Subversion Repositories

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

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

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