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 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161
|
libjaxen-java (1.1.6-4) unstable; urgency=medium
* Ignore the test failures (Closes: #909216)
* Fixed the symlink to the API documentation (Closes: #910195)
* Standards-Version updated to 4.2.1
* Use salsa.debian.org Vcs-* URLs
-- Emmanuel Bourg <ebourg@apache.org> Thu, 20 Dec 2018 17:42:17 +0100
libjaxen-java (1.1.6-3) unstable; urgency=medium
* Fixed the build failure with Java 9 (Closes: #893262)
* Removed Damien Raude-Morvan from the uploaders (Closes: #889408)
* Standards-Version updated to 4.1.3
* Switch to debhelper level 11
-- Emmanuel Bourg <ebourg@apache.org> Sat, 17 Mar 2018 23:37:13 +0100
libjaxen-java (1.1.6-2) unstable; urgency=medium
* Suggest instead of recommending libdom4j-java, libjdom1-java and libxom-java
* Generate the OSGi metadata
* Build with the DH sequencer instead of CDBS
* Moved the package to Git
* Standards-Version updated to 4.1.1
* Switch to debhelper level 10
* Track and download the new releases from GitHub
-- Emmanuel Bourg <ebourg@apache.org> Wed, 25 Oct 2017 15:08:59 +0200
libjaxen-java (1.1.6-1) unstable; urgency=low
* New upstream release.
- Use the upstream pom instead of debian/pom.xml
- Switched to Maven to build the package
* debian/control:
- Removed the unused dependency on libxerces2-java
- Removed Michael Koch from the uploaders (Closes: #654073)
- Updated Standards-Version to 3.9.4 (no changes)
- Use canonical URLs for the Vcs-* fields
- Updated the Homepage field
* Added debian/orig-tar.sh to build the source tarball from the svn tag
since the upstream archive is missing the resources required to run
the tests.
* debian/copyright:
- Updated to the Copyright Format 1.0
- Added the missing W3C license for UserDataHandler.java
- Listed all the upstream authors
-- Emmanuel Bourg <ebourg@apache.org> Thu, 25 Jul 2013 22:33:32 +0200
libjaxen-java (1.1.3-1) unstable; urgency=low
* New upstream release.
* d/control: Remove Arnaud Vandyck from Uploaders.
* d/control: Updated Standards-Version to 3.9.2: no changes needed.
* d/control: Drop Depends on default-jre since its a library package.
* Switch to 3.0 (quilt) format.
-- Damien Raude-Morvan <drazzib@debian.org> Sun, 17 Apr 2011 21:35:42 +0200
libjaxen-java (1.1.2-1) unstable; urgency=low
* New upstream release.
* Add myself to Uploaders
* Maven POMs:
- debian/control: add a Build-Depends-Indep dependency on maven-repo-helper
- debian/rules: use mh_installpoms and mh_installjar
to install the POM and the jar to the Maven repository
- debian/pom.xml: Debian pom.xml file as upstream doesn't provide one
* Move libjaxen-java-doc to "doc" Section
* Add "get-orig-source" as suggested by policy
* Build with source and target set to "1.3"
* XOM support:
- Add libxom-java to Recommends
- Add XOM into package's extended description
-- Damien Raude-Morvan <drazzib@debian.org> Sun, 08 Nov 2009 19:51:55 +0100
libjaxen-java (1.1.1-4) unstable; urgency=low
* (Build-)Depends on default-jdk (Closes: #508976).
Thanks to Chris Cheney for the patch.
* Split into library and doc pacakge (Closes: #513662).
* Build-Depends on debhelper >= 7.
* Remove Depends on java-virtual-machine.
* Moved package to section 'java'.
* Updated Standards-Version to 3.8.3.
-- Michael Koch <konqueror@gmx.de> Thu, 24 Sep 2009 22:18:53 +0200
libjaxen-java (1.1.1-3) unstable; urgency=low
* Added XOM support. Closes: 427813
* Port to CDBS.
* Depend on java-gcj-compat instead of kaffe.
* Renamed XS-Vcs-* fields to Vcs-*.
* Add Homepage field.
* Updated Standards-Version to 3.7.3.
* Added myself to Uploaders.
-- Michael Koch <konqueror@gmx.de> Sun, 20 Jan 2008 00:15:22 +0100
libjaxen-java (1.1.1-2) unstable; urgency=low
* Recommends libdom4j-java and libjdom1-java instead of depending on
them. (Closes: #427975)
-- Marcus Better <marcus@better.se> Thu, 07 Jun 2007 21:01:37 +0200
libjaxen-java (1.1.1-1) unstable; urgency=low
* New upstream release. (Closes: #427224)
* Build-depend on libdom4j-java and re-enable DOM4J unit tests.
* debian/control: Add XS-Vcs-* fields.
-- Marcus Better <marcus@better.se> Wed, 06 Jun 2007 17:21:05 +0200
libjaxen-java (1.1~beta11-1) unstable; urgency=low
[ Wolfgang Baer ]
* libsaxpath-java code is now included in the jaxen source base
+ No more libsaxpath-java binary from this source
+ Added conflicts, replaces with libsaxpath-java
* Updated jdom dependency to libjdom1-java
* Updated documentation everywhere (description, README.Debian, download
location and copyright)
* Applied several patches: 01_RemoveXomDom4jTests.patch - to disable
outsourced dom4j/xom functionality from tests.
* Enabled junit tests
[ Marcus Better ]
* New upstream release.
* debian/rules: Don't use cdbs. Build with gcj instead of kaffe.
* Don't use dpatch.
* debian/copyright: Updated information.
-- Marcus Better <marcus@better.se> Mon, 9 Oct 2006 12:18:00 +0200
libjaxen-java (1.0FCS-3) unstable; urgency=low
* Removed libgnujaxp-java dependency - not needed anymore
* Removed unused build dependency / dependency on old package libdom1-java
* debian/rules: Removed jikes build compiler property
* Bumped debhelper version dependency to fix linda error
* Added myself to uploaders
-- Wolfgang Baer <WBaer@gmx.de> Thu, 5 Jan 2006 10:34:13 +0100
libjaxen-java (1.0FCS-2) unstable; urgency=low
* ant transition
* Standards-Version to 3.6.2, no change needed.
-- Arnaud Vandyck <avdyk@debian.org> Tue, 4 Oct 2005 13:46:44 +0200
libjaxen-java (1.0FCS-1) unstable; urgency=low
* Initial Release.
-- Arnaud Vandyck <avdyk@debian.org> Fri, 15 Apr 2005 17:42:45 +0200
|