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