Subversion Repositories

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

Rev 42 | Rev 45 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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