Subversion Repositories

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

Rev 45 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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