1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115
|
udns (0.6-1) unstable; urgency=medium
* new upstream minor/bugfix release.
Closes: #1066098, #1075595, #969786
-- Michael Tokarev <mjt@tls.msk.ru> Fri, 26 Jul 2024 08:17:23 +0300
udns (0.5-1) unstable; urgency=medium
* new upstream release (Closes: #1065173)
* set dh compat level to 13
* Standards-Version: 4.6.2
* remove never-used Uploaders
* remove Section from udns-util package (same as in Source)
* add .symbols file
* switch d/rules to dh sequence
* add hardening flags
* add Homepage: filed
-- Michael Tokarev <mjt@tls.msk.ru> Sat, 09 Mar 2024 17:45:01 +0300
udns (0.4-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1063007
-- Steve Langasek <vorlon@debian.org> Wed, 28 Feb 2024 20:03:54 +0000
udns (0.4-1) unstable; urgency=low
* new upstream release - another bugfix
* pass LDFLAGS correctly, finally
-- Michael Tokarev <mjt@tls.msk.ru> Thu, 23 Jan 2014 14:46:41 +0400
udns (0.3-1) unstable; urgency=low
* new upstream release (Closes: #709518)
Also fixes miscompilation by gcc due to non-strict-aliasing-friendly code.
* use binary:Version for libudns-dev dependency, not source:Version.
* rework usage of LDFLAGS/CFLAGS (pass LDFLAGS in CFLAGS for now)
-- Michael Tokarev <mjt@tls.msk.ru> Sat, 18 Jan 2014 16:23:30 +0400
udns (0.2-2) unstable; urgency=low
* fix debian/rules to refer to timestamps not phony rules,
and add build-arch and build-indep targets.
* Source-Version => source:Version
* bump Standards-Version to 3.9.4 (no changes needed)
* enable dpkg-buildflags usage (hardening etc)
-- Michael Tokarev <mjt@tls.msk.ru> Fri, 21 Dec 2012 12:03:26 +0400
udns (0.2-1) unstable; urgency=low
* new upstream version (Closes: #493599)
* new maintainer, which is, part-time upstream author.
Thank you Thadeu Lima for the previous work!
* removed debian/README which explained that the software is under
development with non-stabilized API
* revisited all debian stuff: simplified debian/rules a bit,
reviewed standards-version and debhelper compat rules,
made the library multiarch.
-- Michael Tokarev <mjt@tls.msk.ru> Wed, 19 Dec 2012 22:43:15 +0400
udns (0.0.9-3) unstable; urgency=low
* Rewrite NEWS file using Debian changelog format and use the same
date as the last release, when it was written.
* Add Homepage control field.
* Complies with Debian Policy version 3.8.2 (no changes required).
* Rewrite descriptions to inform more and use punctuation, as well as
capitalize UDNS name.
-- Thadeu Lima de Souza Cascardo <cascardo@minaslivre.org> Sat, 11 Jul 2009 18:17:24 -0300
udns (0.0.9-2) unstable; urgency=low
* debian/rules: links debian/README to
debian/package.README.Debian. Closes: #437890
* Do not use DH_COMPAT but debian/compat, changed from 4 to 5, changed
Build-Depends too.
* Replaced ${Source-Version} with ${binary:Version}.
-- Thadeu Lima de Souza Cascardo <cascardo@minaslivre.org> Wed, 12 Sep 2007 09:39:36 -0300
udns (0.0.9-1) unstable; urgency=low
* New upstream release. Closes #408329
* Removes libudns.so in rules clean
* Copies zone entries in rblcheck.c. Closes #403349
* Includes README and NEWS related to Debian explaining an ABI breakage
* Back in sid. Closes #408820
* Install upstream NOTES and TODO
-- Thadeu Lima de Souza Cascardo <cascardo@minaslivre.org> Thu, 1 Mar 2007 23:00:48 -0300
udns (0.0.8-2) unstable; urgency=low
* Applied patch by Mikael Magnusson, to allow udns to be used in C++
programs. Should use dpatch and report upstream. Closes #400476
-- Thadeu Lima de Souza Cascardo <cascardo@minaslivre.org> Mon, 11 Dec 2006 20:50:35 -0200
udns (0.0.8-1) unstable; urgency=low
* Moved upstream debian changelog into upstream changlog.
* Changed rules to install doc changelog.
* Changed maintainer to me.
* Fixed sections for Source and Binary packages in control.
* Fixed FSF address in copyright file.
-- Thadeu Lima de Souza Cascardo <cascardo@minaslivre.org> Sat, 2 Sep 2006 22:52:04 -0300
|