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