Code

rules: Split target 'build' into 'build-arch' and 'build-indep'.
[pkg-liboping.git] / debian / changelog
1 liboping (1.6.1+2.g207d51d-2) unstable; urgency=low
3   [ Barak A. Pearlmutter ]
4   * debian/control:
5     - Updated standards-version to 3.9.2; no changes.
6   * Simplified debian/liboping-dev.install, debian/oping.install.
8   [ Sebastian Harl ]
9   * debian/source/format:
10     - Switched to '3.0 (quilt)' format.
11   * debian/control:
12     - Added Barak to uploaders.
13   * debian/patches:
14     - Added recvtos -- patch for #618729 (missing IP_RECVTOS on FreeBSD) as
15       separate patch.
16     - Added z-option -- upstream patch adding option -Z to enable non-zero
17       exit codes in case a certain amount of replies were lost.
18   * debian/rules:
19     - Split target 'build' into 'build-arch' and 'build-indep'.
21  -- Sebastian Harl <tokkee@debian.org>  Thu, 13 Oct 2011 16:32:46 +0200
23 liboping (1.6.1+2.g207d51d-1.1) unstable; urgency=low
25   * Fix FTBS on kfreebsd due to IP_RECVTOS nonexistence (closes: #618729).
26   * Kill inappropriate rpath in built perl library, which presumably appeared
27     due to toolchain changes.
29  -- Barak A. Pearlmutter <bap@debian.org>  Mon, 19 Sep 2011 09:39:54 +0100
31 liboping (1.6.1+2.g207d51d-1) unstable; urgency=low
33   * New upstream release.
34     - Based on release 1.6.1 plus upstream Git commits up to 207d51d, which
35       fix two build issues.
36   * debian/rules:
37     - Do not install .la files in favor of the goal to remove those files (for
38       details see <http://lists.debian.org/debian-devel/2009/08/
39       msg00783.html>).
40     - Use 'dh_prep' rather than 'dh_clean -k'.
41   * debian/control:
42     - Updated standards-version to 3.9.1.
43     - Depend on debhelper (>=7) rather than (>=5) -- this is required for
44       'dh_prep'.
46  -- Sebastian Harl <tokkee@debian.org>  Sun, 13 Mar 2011 22:27:08 +0100
48 liboping (1.4.0-1) unstable; urgency=low
50   * New upstream release.
51   * debian/control:
52     - Updated standards-version to 3.8.4 -- no changes.
53     - Build-depend on libncurses5-dev, required by the new "noping" ncurses
54       front-end to liboping.
55     - Let all packages depend on ${misc:Depends} as recommended by debhelper.
56     - Improved oping's package description.
57   * debian/oping.install:
58     - Added /usr/bin/noping.
59   * debian/oping.links:
60     - Make noping.8 be a symlink to oping.8.
61   * debian/rules, debian/oping.overrides:
62     - Install /usr/bin/noping setuid root and document that in overrides.
64  -- Sebastian Harl <tokkee@debian.org>  Tue, 15 Jun 2010 00:08:46 +0200
66 liboping (1.3.4-1) unstable; urgency=low
68   * New upstream release.
70  -- Sebastian Harl <tokkee@debian.org>  Sat, 26 Dec 2009 23:17:45 +0100
72 liboping (1.3.3-1) unstable; urgency=high
74   * New upstream release:
75     - Disable the "-f" command line option (read hosts from a file) if the
76       real and affective user IDs don't match (e.g. when running setuid),
77       unless "-" (STDIN) has been specified; thanks a lot to Steve Kemp for
78       reporting this (Closes: #548684).
79   * Set urgency to "high" because of the fix for #548684.
80   * debian/control:
81     - Updated Standards-Version to 3.8.3 - no changes.
83  -- Sebastian Harl <tokkee@debian.org>  Wed, 30 Sep 2009 01:12:26 +0200
85 liboping (1.3.2-1) unstable; urgency=low
87   * New upstream release.
89  -- Sebastian Harl <tokkee@debian.org>  Sun, 02 Aug 2009 22:44:30 +0200
91 liboping (1.3.1-1) unstable; urgency=low
93   * New upstream release.
94   * Added liboping0.symbols:
95     - Use 0.3.2 as MINVER for all symbols - all symbols exist since 0.1.0 but
96       0.3.2 is the first version that introduced a SONAME version.
97     - Use 'Build-Depends-Package: liboping-dev' to let a user specify the
98       minimal version required for optional features.
99   * debian/rules:
100     - Do not ignore 'make clean' errors.
101     - Use config.{guess,sub} provided by autotools-dev to fix a FTBFS on
102       avr32, thanks to Bradley Smith for reporting this (Closes: #529460).
103     - Use dh_install's --fail-missing instead of --list-missing.
104     - Pass CFLAGS as arguments to configure instead of setting them in the
105       environment - this is the recommended way.
106     - Remove manpages to force a rebuild to avoid errors from man.
107   * debian/control:
108     - Use ${binary:Version} instead of ${Source-Version}.
109     - Updated Standards-Version to 3.8.2.
110     - Added Homepage and Vcs-{Git,Browser} fields.
111     - Removed duplicate field "Section" for package "liboping0".
112     - Added versioned build dependency on dpkg-dev (>= 1.14.13) to support the
113       Homepage and Vcs-* fields and Build-Depends-Package.
114     - Let the -dev package depend on a strict version of the lib package - the
115       -dev package includes a symlink to the full soname, not only the major
116       version.
117     - Let the binary packages oping and libnet-oping-perl depend on liboping0
118       (>= ${source:Upstream-Version}) explicitly since we do not want to build
119       depend on liboping-dev to get the right version through 'Build-Depends-
120       Package'.
121     - Build depend on perl, required for pod2man.
122   * debian/compat:
123     - Updated to compat version 5.
124   * Added new binary package "libnet-oping-perl":
125     - Since Net::Oping uses its own version number, $srcver-$perlver-$debrev
126       is used for the package version.
127     - Added libnet-oping-perl.install.
128     - Build-depend on perl-modules - debian/rules now requires the ExtUtils:MM
129       module.
130   * debian/liboping0.shlibs:
131     - Updated version to >= 1.3.0.
132   * Added debian/README.Debian:
133     - Added a note explaining the use of the 'Build-Depends-Package' field.
135  -- Sebastian Harl <tokkee@debian.org>  Tue, 21 Jul 2009 13:29:31 +0200
137 liboping (0.3.5-1) unstable; urgency=low
139   * New upstream release (Closes: #418277).
140     - Added support for C++.
141   * Added watch file.
143  -- Sebastian Harl <sh@tokkee.org>  Tue, 10 Apr 2007 11:52:48 +0000
145 liboping (0.3.4-1) unstable; urgency=low
147   * New upstream release.
149  -- Sebastian Harl <sh@tokkee.org>  Fri,  1 Dec 2006 11:46:01 +0000
151 liboping (0.3.3-4) unstable; urgency=low
153   * Renamed liboping0-dev to liboping-dev.
155  -- Sebastian Harl <sh@tokkee.org>  Sun, 23 Jul 2006 20:12:33 +0000
157 liboping (0.3.3-3) unstable; urgency=low
159   * Added shlibs file.
161  -- Sebastian Harl <sh@tokkee.org>  Sat, 22 Jul 2006 22:38:07 +0200
163 liboping (0.3.3-2) unstable; urgency=low
165   * Fixed switched long package descriptions (Closes: #378473).
167  -- Sebastian Harl <sh@tokkee.org>  Sun, 16 Jul 2006 16:05:31 +0000
169 liboping (0.3.3-1) unstable; urgency=low
171   * New upstream release.
173  -- Sebastian Harl <sh@tokkee.org>  Sun, 16 Jul 2006 14:31:02 +0200
175 liboping (0.3.2-1) unstable; urgency=low
177   * Initial release (Closes: #377527).
179  -- Sebastian Harl <sh@tokkee.org>  Mon, 10 Jul 2006 00:29:07 +0200