debian/0000755000000000000000000000000012265246466007203 5ustar debian/librngom-java.classpath0000644000000000000000000000012612265237103013622 0ustar usr/share/java/rngom.jar /usr/share/java/relaxngDatatype.jar /usr/share/java/stax.jar debian/maven.properties0000644000000000000000000000004312265237103012410 0ustar project.build.sourceEncoding=UTF-8 debian/maven.rules0000644000000000000000000000020712265244134011352 0ustar junit junit jar s/4\..*/4.x/ * * org.kohsuke.rngom rngom jar s/.*/debian/ * * s/javax.xml.stream/stax/ stax-api jar s/1.0-2/1.0.1/ * * debian/copyright0000644000000000000000000000252512265244205011127 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: RELAX NG Object Model / Parser Source: http://rngom.java.net Files: * Copyright: 2004-2013, Martin Grebac License: MIT Files: debian/* Copyright: 2013, Ade Lee License: MIT License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/control0000644000000000000000000000263512265244222010600 0ustar Source: rngom Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Timo Aaltonen Build-Depends: cdbs, debhelper (>= 9), default-jdk, javahelper, maven-debian-helper (>= 1.5) Build-Depends-Indep: junit4, libjavacc-maven-plugin-java, libmaven-antrun-plugin-java, libmsv-java, librelaxng-datatype-java (>= 1.0), libstax-java, libxmlunit-java Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/pkg-java/rngom.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/rngom.git Homepage: http://rngom.java.net Package: librngom-java Architecture: all Depends: ${maven:Depends}, ${misc:Depends} Recommends: ${maven:OptionalDepends} Description: Java library for parsing RELAX NG grammars RNGOM is an open-source Java library for parsing RELAX NG grammars. . In particular, RNGOM can: * parse the XML syntax * parse the compact syntax * check all the semantic restrictions as specified in the specification * parse RELAX NG into application-defined data structures * build a default data structure based around the binarized simple syntax or another data structure that preserves more of the parsed information * parse foreign elements/attributes in a schema * parse comments in a schema debian/changelog0000644000000000000000000000024612265244203011042 0ustar rngom (0+201103+svn20110406-1) unstable; urgency=low * Initial release (Closes: #734052) -- Timo Aaltonen Tue, 14 Jan 2014 15:23:36 +0100 debian/librngom-java.poms0000644000000000000000000000005212265244134012616 0ustar pom.xml --no-parent --has-package-version debian/source/0000755000000000000000000000000012265237103010467 5ustar debian/source/format0000644000000000000000000000001412265237103011675 0ustar 3.0 (quilt) debian/orig-tar.sh0000755000000000000000000000122312265243712011253 0ustar #!/bin/sh -e VERSION=$1 TAR=../rngom_$VERSION.orig.tar.xz DIR=rngom-$VERSION DATE=$(echo "$VERSION" | sed -e 's/^.*\+svn//;s/$/T2359Z/') TAG=$(echo "rngom-$VERSION" | sed -re's/~(alpha|beta)/-\1-/') svn export -r {$DATE} https://svn.java.net/svn/rngom~svn/trunk/rngom $DIR XZ_OPT=--best tar -c -J -f $TAR \ --exclude '*.jar' \ --exclude '*.class' \ --exclude '*.ipr' \ --exclude '*.iml' \ --exclude '.settings' \ --exclude '.project' \ --exclude '.classpath' \ $DIR rm -rf $DIR ../$TAG # move to directory 'tarballs' if [ -r .svn/deb-layout ]; then . .svn/deb-layout mv $TAR $origDir && echo "moved $TAR to $origDir" fi debian/README.source0000644000000000000000000000044112265237103011345 0ustar Information about rngom ------------------------------ This package was debianized using the mh_make command from the maven-debian-helper package. The build system uses Maven but prevents it from downloading anything from the Internet, making the build compliant with the Debian policy. debian/compat0000644000000000000000000000000212265237103010365 0ustar 9 debian/maven.publishedRules0000644000000000000000000000005512265244134013213 0ustar org.kohsuke.rngom rngom jar s/.*/debian/ * * debian/rules0000755000000000000000000000037612265237103010255 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/javahelper.mk include /usr/share/cdbs/1/class/maven.mk JAVA_HOME := /usr/lib/jvm/default-java get-orig-source: debian/orig-tar.sh $(DEB_UPSTREAM_VERSION) debian/watch0000644000000000000000000000013012265242322010211 0ustar # 'debian/rules get-orig-source' used instead, since the tarball needs to be generated debian/patches/0000755000000000000000000000000012265237103010616 5ustar debian/patches/series0000644000000000000000000000002512265237103012030 0ustar disable-lic-jar.diff debian/patches/disable-lic-jar.diff0000644000000000000000000000331612265237103014375 0ustar From: Fedora Description: we don't need this --- a/pom.xml +++ b/pom.xml @@ -156,33 +156,6 @@ - maven-antrun-plugin - 1.6 - - - generate-sources - - - - - - - - - - - - - - run - - - - - org.apache.maven.plugins maven-surefire-plugin