X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=debian%2Fchangelog;h=bc07a99d83c30db231e4e62e529e87e459e7d99f;hb=18acf7fea08cb1f01f2b03c08f02c8d87baccad6;hp=eb8281340929bdb1bce044bc6e6fd08d8853261d;hpb=bf7aade085b4a878e6a13731638a51f6a481d552;p=pkg-liboping.git diff --git a/debian/changelog b/debian/changelog index eb82813..bc07a99 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,15 +1,40 @@ -liboping (1.1.2-1) unstable; urgency=low +liboping (1.3.1-1) unstable; urgency=low * New upstream release. - * Added liboping0.symbols. + * Added liboping0.symbols: + - Use 0.3.2 as MINVER for all symbols - all symbols exist since 0.1.0 but + 0.3.2 is the first version that introduced a SONAME version. + - Use 'Build-Depends-Package: liboping-dev' to let a user specify the + minimal version required for optional features. * debian/rules: - Do not ignore 'make clean' errors. + - Use config.{guess,sub} provided by autotools-dev to fix a FTBFS on + avr32, thanks to Bradley Smith for reporting this (Closes: #529460). + - Use dh_install's --fail-missing instead of --list-missing. + - Pass CFLAGS as arguments to configure instead of setting them in the + environment - this is the recommended way. * debian/control: - Use ${binary:Version} instead of ${Source-Version}. - - Updated Standards-Version to 3.8.1. + - Updated Standards-Version to 3.8.2. - Added Homepage and Vcs-{Git,Browser} fields. - - -- Sebastian Harl Sat, 06 Jun 2009 15:39:25 +0200 + - Removed duplicate field "Section" for package "liboping0". + - Added versioned build dependency on dpkg-dev (>= 1.14.13) to support the + Homepage and Vcs-* fields and Build-Depends-Package. + - Let the -dev package depend on a strict version of the lib package - the + -dev package includes a symlink to the full soname, not only the major + version. + * debian/compat: + - Updated to compat version 5. + * Added new binary package "libnet-oping-perl": + - Since Net::Oping uses its own version number, $srcver-$perlver-$debrev + is used for the package version. + - Added libnet-oping-perl.install. + - Build-depend on perl-modules - debian/rules now requires the ExtUtils:MM + module. + * debian/liboping0.shlibs: + - Updated version to >= 1.3.0. + + -- Sebastian Harl Mon, 20 Jul 2009 21:09:20 +0200 liboping (0.3.5-1) unstable; urgency=low