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
|
dnsjava (2.1.8-2) unstable; urgency=medium
* Team upload.
* Fixed the build failure with Java 9 (Closes: #875357)
* Standards-Version updated to 4.1.3
* Switch to debhelper level 11
-- Emmanuel Bourg <ebourg@apache.org> Mon, 12 Mar 2018 15:30:35 +0100
dnsjava (2.1.8-1) unstable; urgency=medium
* Team upload.
* New upstream release:
- Updated the Maven POM
* Standards-Version updated to 3.9.8
* Switch to debhelper level 10
* Use secure Vcs-* URLs
-- Emmanuel Bourg <ebourg@apache.org> Mon, 09 Jan 2017 00:29:04 +0100
dnsjava (2.1.7+dfsg-1) unstable; urgency=medium
* Team upload.
* Build with Maven and install the artifacts in /usr/share/maven-repo
* debian/control:
- Added the missing Vcs-* fields
- The package is now maintained by the Java Team
* debian/copyright: Converted to the Copyright Format 1.0
* Removed bnd.jar and the javadoc from the upstream tarball (Closes: #805412)
-- Emmanuel Bourg <ebourg@apache.org> Tue, 05 Jan 2016 13:24:30 +0100
dnsjava (2.1.7-0.1) unstable; urgency=low
* Non-maintainer upload.
* New upstream release.
-- Damian Minkov <damencho@jitsi.org> Wed, 18 Mar 2015 10:33:46 +0100
dnsjava (2.1.5-0.1) unstable; urgency=low
* Non-maintainer upload.
* New upstream release.
* Update to remove internet connectivity requirement. (Closes: #708692)
-- Damian Minkov <damencho@jitsi.org> Fri, 26 Jul 2013 16:08:27 +0300
dnsjava (2.1.4-0.1) unstable; urgency=low
[ Damian Minkov ]
* Non-maintainer upload.
* New upstream release. (Closes: #699033)
* Changed the source format to 3.0 (quilt).
* Switched debhelper's compatibility level from 5 to 9.
* Added patch to build bundle jar by default, that adds support
for an OSGi bundle.
* Removed a bad field from debian/control ("XSBC-Original-Maintainer").
* Changed Build-Depends switched debhelper version to 9.
* Increased Standards-Version to 3.9.3.
* Changed debian/rules to rename the built jar OSGi bundle file to the name
used in the package.
[ Raphaƫl Hertzog ]
* Sponsoring the upload.
* Drop Dm-Upload-Allowed field from debian/control since it's no longer used
by dak.
* Drop the useless debian/libdnsjava-java.jlibs.
-- Damian Minkov <damencho@jitsi.org> Tue, 26 Mar 2013 10:45:35 +0200
dnsjava (2.0.8-1) unstable; urgency=low
* Port package to pkg-java based largely on existing Ubuntu package.
[ by sponsor moeller@d.o ]
* New upstream version (Closes: #562199).
* Disabled checks because of issue with byteArrayToString().
-- Chris Grzegorczyk <grze@eucalyptus.com> Thu, 17 Dec 2009 01:08:10 -0800
dnsjava (2.0.6-0ubuntu3) karmic; urgency=low
* debian/patches/run-tests.patch: Disable the AddressTest testsuite since
it needs network and therefore fails on most buildds, resulting in FTBFS.
-- Thierry Carrez <thierry.carrez@ubuntu.com> Mon, 24 Aug 2009 13:48:12 +0200
dnsjava (2.0.6-0ubuntu2) karmic; urgency=low
* debian/control: Downgrade minimal JRE requirements to
java2-runtime-headless since code is java2-compatible.
-- Thierry Carrez <thierry.carrez@ubuntu.com> Mon, 24 Aug 2009 11:42:18 +0200
dnsjava (2.0.6-0ubuntu1) karmic; urgency=low
* Initial release. New Eucalyptus dependency.
-- Thierry Carrez <thierry.carrez@ubuntu.com> Tue, 21 Jul 2009 15:17:03 +0200
|