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