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