debian/0000755000000000000000000000000011544465101007167 5ustar debian/control0000644000000000000000000000220311544463642010577 0ustar Source: libjettison-java Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Torsten Werner Build-Depends: debhelper (>= 7), cdbs, maven-repo-helper Build-Depends-Indep: ant, default-jdk Standards-Version: 3.9.1 Homepage: http://jettison.codehaus.org/ Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjettison-java Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjettison-java/ Package: libjettison-java Architecture: all Depends: ${misc:Depends} Description: collection of StAX parsers and writers for JSON Jettison is a collection of StAX parsers (streaming API for XML) and writers which read and write JSON (JavaScript Object Notation). This allows nearly transparent enablement of JSON based web services in services frameworks like Apache CXF. . There are currently two included conventions for mapping JSON to XML. The first is BadgerFish which implements the full XML infoset in JSON using various techniques. The second is called the "mapped" convention. It allows you to manually map XML namespaces to JSON element prefixes. debian/watch0000644000000000000000000000021611006440436010214 0ustar version=3 opts=uversionmangle=s/-/~/ \ http://repository.codehaus.org/org/codehaus/jettison/jettison/ (\d.*)/ \ debian debian/orig-tar.sh debian/source/0000755000000000000000000000000011544465101010467 5ustar debian/source/format0000644000000000000000000000001411371304037011673 0ustar 3.0 (quilt) debian/pom.xml0000644000000000000000000000765111544463642010525 0ustar 4.0.0 org.codehaus.jettison jettison 1.2 bundle Jettison A StAX implementation for JSON. junit junit 3.8.1 test stax stax-api 1.0.1 woodstox wstx-asl 3.2.2 test scm:svn:https://svn.codehaus.org/jettison/tags/jettison-1.2 scm:svn:https://svn.codehaus.org/jettison/tags/jettison-1.2 https://svn.codehaus.org/jettison/tags/jettison-1.2 org.apache.maven.wagon wagon-webdav 1.0-beta-2 org.apache.maven.plugins maven-compiler-plugin 1.5 1.5 true true true true maven-release-plugin https://svn.codehaus.org/jettison/tags/ org.apache.felix maven-bundle-plugin true 1.0.0 ${artifactId} ${groupId}.${artifactId} org.codehaus.jettison*;version=${project.version} * !* ${project.name} ${project.version} org.apache.maven.plugins maven-project-info-reports-plugin org.apache.maven.plugins maven-javadoc-plugin org.apache.maven.plugins maven-surefire-plugin pertest codehaus.org jettison Central Repository dav:https://dav.codehaus.org/repository/jettison/ codehaus.org jettison Central Development Repository dav:https://dav.codehaus.org/snapshots.repository/jettison/ codehaus.org dav:https://dav.codehaus.org/jettison/ debian/ant.properties0000644000000000000000000000010410722340510012053 0ustar project.name=jettison class.dir=build source.dir=. jar=jettison.jar debian/build.xml0000644000000000000000000000115011371304741011005 0ustar debian/changelog0000644000000000000000000000512111544464775011060 0ustar libjettison-java (1.2-3) unstable; urgency=low * Team upload. * Install Maven artifacts (Closes: #620049). Thanks to James Page : - debian/control: Add maven-repo-helper to Build-Depends. - debian/rules: Use mh_installpom and mh_installjar instead of install/dh_link. - debian/pom.xml: Downloaded POM for Maven. - debian/maven.rules: Force installed POM to use "jar" packaging. * Update Standards-Version: 3.9.1 (no changes needed). * Bump Debhelper compat level to 7 (and update B-D). * Drop Depends on a JRE since it's a library package. -- Damien Raude-Morvan Wed, 30 Mar 2011 01:22:27 +0200 libjettison-java (1.2-2) unstable; urgency=low * Update copyright file because the json code uses the Apache license now. It is based on an older public domain implementation of the JSON.org library. (Closes: #585469) -- Torsten Werner Thu, 10 Jun 2010 20:17:19 +0200 libjettison-java (1.2-1) unstable; urgency=low * New upstream version. * Merge changes from Ubuntu. * Switch to source format 3.0. * Update Standards-Version: 3.8.4. * Switch back to source and target version 1.5 because upstream uses Java 5 features. -- Torsten Werner Sat, 08 May 2010 17:52:11 +0200 libjettison-java (1.1-1ubuntu2) karmic; urgency=low * debian/build.xml: Build java2-compatible code to match JRE dependency * debian/control: Drop java1-runtime-headless ORed dependency -- Thierry Carrez Tue, 25 Aug 2009 15:08:56 +0200 libjettison-java (1.1-1ubuntu1) karmic; urgency=low * debian/control: Runtime dependency on -headless JREs (LP: #387884) * debian/control, debian/rules: Build-depend on default-jdk -- Thierry Carrez Fri, 03 Jul 2009 15:05:02 +0200 libjettison-java (1.1-1) unstable; urgency=low * Updated watch file. * New upstream release * Add missing Depends: ${misc:Depends}. * Bump up Standards-Version: 3.8.1 (no changes). * Change Section: java. * Fix downloading of orig tarball. * Do no longer quote the full text of the Apache license in debian/copyright. -- Torsten Werner Tue, 19 May 2009 22:43:46 +0200 libjettison-java (1.0-1) unstable; urgency=low * new upstream release * Change Standards-Version: 3.7.3 (no changes). -- Torsten Werner Sat, 08 Mar 2008 10:38:47 +0100 libjettison-java (1.0~RC2-1) unstable; urgency=low * initial version (Closes: #453111) -- Torsten Werner Sat, 24 Nov 2007 00:01:40 +0100 debian/rules0000755000000000000000000000130111544463642010252 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/ant.mk JAVA_HOME := /usr/lib/jvm/default-java DEB_ANT_BUILDFILE := debian/build.xml PACKAGE := jettison MAVEN_REPO := http://repo1.maven.org/maven2 install/libjettison-java:: mh_installpom -plib$(PACKAGE)-java -e$(DEB_UPSTREAM_VERSION) debian/pom.xml mh_installjar -plib$(PACKAGE)-java -e$(DEB_UPSTREAM_VERSION) -l debian/pom.xml $(PACKAGE).jar get-orig-source: uscan --force-download --rename get-orig-pom: wget -U NoSuchBrowser/1.0 -O debian/pom.xml \ $(MAVEN_REPO)/org/codehaus/jettison/$(PACKAGE)/$(DEB_UPSTREAM_VERSION)/$(PACKAGE)-$(DEB_UPSTREAM_VERSION).pom debian/copyright0000644000000000000000000000155511404226415011126 0ustar This package was debianized by Torsten Werner on Sat, 24 Nov 2007 00:01:40 +0100. It was downloaded from http://jettison.codehaus.org/ Copyright: (C) 2006 Envoi Solutions LLC (C) 2002 JSON.org License: Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. The full text of the license can be found in `/usr/share/common-licenses/Apache-2.0'. debian/orig-tar.sh0000755000000000000000000000076111204615035011252 0ustar #!/bin/sh # called by uscan with '--upstream-version' DIR=jettison-$2 TAR=../libjettison-java_$2.orig.tar.gz FILE=jettison-$2-sources.jar # clean up the upstream tarball wget http://repository.codehaus.org/org/codehaus/jettison/jettison/$2/$FILE mkdir $DIR (cd $DIR && jar xf ../$FILE) tar -c -z -f $TAR $DIR rm -rf $DIR ../$2 $FILE # move to directory 'tarballs' if [ -r .svn/deb-layout ]; then . .svn/deb-layout mv $TAR $origDir echo "moved $TAR to $origDir" fi debian/compat0000644000000000000000000000000211544463642010375 0ustar 7 debian/maven.rules0000644000000000000000000000015311544464775011370 0ustar # Force installed POM to use "jar" packaging org.codehaus.jettison jettison s/bundle/jar/ s/.*/debian/ * *