debian/0000755000000000000000000000000011746067464007205 5ustar debian/patches/0000755000000000000000000000000011746065262010626 5ustar debian/patches/javadoc.diff0000644000000000000000000000061711746065262013073 0ustar Index: iri-0.8/build.xml =================================================================== --- iri-0.8.orig/build.xml 2009-06-29 22:47:46.000000000 +0200 +++ iri-0.8/build.xml 2012-04-25 22:48:24.899602935 +0200 @@ -29,6 +29,7 @@ + debian/patches/series0000644000000000000000000000003211746065262012036 0ustar javadoc.diff jarPath.diff debian/patches/jarPath.diff0000644000000000000000000000126711746065262013057 0ustar Index: iri-0.8/build.xml =================================================================== --- iri-0.8.orig/build.xml 2012-04-25 22:48:24.899602935 +0200 +++ iri-0.8/build.xml 2012-04-25 22:52:20.056769076 +0200 @@ -20,7 +20,11 @@ - + + + + + debian/source/0000755000000000000000000000000011746065261010476 5ustar debian/source/format0000644000000000000000000000001411746065261011704 0ustar 3.0 (quilt) debian/control0000644000000000000000000000146711746066216010612 0ustar Source: libjena-iri-java Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Sylvestre Ledru Build-Depends: debhelper (>= 8), default-jdk, javahelper (>= 0.41) , ant, libicu4j-java, junit4, jflex Standards-Version: 3.9.3 Homepage: http://incubator.apache.org/jena/ Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjena-iri-java/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjena-iri-java/ Package: libjena-iri-java Architecture: all Depends: ${java:Depends}, ${misc:Depends} Recommends: ${java:Recommends} Description: Java implementation of the RFC 3987 (IRI) norm The Jena IRI Library is an implementation of RFC 3987 (IRI) and RFC 3986 (URI), and a partial implementation of other related standards. debian/changelog0000644000000000000000000000024411746066677011064 0ustar libjena-iri-java (0.8-1) unstable; urgency=low * Initial release. (Closes: #670465) -- Sylvestre Ledru Wed, 25 Apr 2012 22:46:59 +0200 debian/libjena-iri-java.jlibs0000644000000000000000000000001411746065262013323 0ustar lib/iri.jar debian/rules0000755000000000000000000000022311746065262010254 0ustar #!/usr/bin/make -f export JAVA_HOME=/usr/lib/jvm/default-java # Put depended upon jars in here # export CLASSPATH= %: dh $@ --with javahelper debian/copyright0000644000000000000000000000330511746065262011133 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/5/ Upstream-Name: Jena-IRI Upstream-contact: http://incubator.apache.org/jena/help_and_support/index.html Source: cvs -z3 -d:pserver:anonymous@jena.cvs.sourceforge.net:/cvsroot/jena export -r IRI_0_8 iri Files: ./src/com/hp/hpl/jena/iri/MalformedIDNException.java ./src/com/hp/hpl/jena/iri/impl/SchemeSpecificPart.java ./src/com/hp/hpl/jena/iri/impl/Force.java ./src/com/hp/hpl/jena/iri/impl/GroupAction.java ./src/com/hp/hpl/jena/iri/impl/VarPattern.java ./src/com/hp/hpl/jena/iri/impl/Lexer.java ./src/com/hp/hpl/jena/iri/impl/ErrorAction.java ./src/com/hp/hpl/jena/iri/impl/IRIImplException.java ./src/com/hp/hpl/jena/iri/impl/HostAction.java ./src/com/hp/hpl/jena/iri/impl/IRIExamples.java ./src/com/hp/hpl/jena/iri/impl/Test.java ./src/com/hp/hpl/jena/iri/IRIException.java Copyright: Copyright 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP License: BSD (3 clause) * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. The name of the author may not be used to endorse or promote products * derived from this software without specific prior written permission. Files: debian/* Copyright: Copyright 2012 Sylvestre Ledru License: BSD (3 clause) debian/compat0000644000000000000000000000000211746065262010375 0ustar 8