debian/ 0000755 0000000 0000000 00000000000 11746067464 007205 5 ustar debian/patches/ 0000755 0000000 0000000 00000000000 11746065262 010626 5 ustar debian/patches/javadoc.diff 0000644 0000000 0000000 00000000617 11746065262 013073 0 ustar 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/series 0000644 0000000 0000000 00000000032 11746065262 012036 0 ustar javadoc.diff
jarPath.diff
debian/patches/jarPath.diff 0000644 0000000 0000000 00000001267 11746065262 013057 0 ustar 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/ 0000755 0000000 0000000 00000000000 11746065261 010476 5 ustar debian/source/format 0000644 0000000 0000000 00000000014 11746065261 011704 0 ustar 3.0 (quilt)
debian/control 0000644 0000000 0000000 00000001467 11746066216 010612 0 ustar 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/changelog 0000644 0000000 0000000 00000000244 11746066677 011064 0 ustar 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.jlibs 0000644 0000000 0000000 00000000014 11746065262 013323 0 ustar lib/iri.jar
debian/rules 0000755 0000000 0000000 00000000223 11746065262 010254 0 ustar #!/usr/bin/make -f
export JAVA_HOME=/usr/lib/jvm/default-java
# Put depended upon jars in here
# export CLASSPATH=
%:
dh $@ --with javahelper
debian/copyright 0000644 0000000 0000000 00000003305 11746065262 011133 0 ustar 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/compat 0000644 0000000 0000000 00000000002 11746065262 010375 0 ustar 8