debian/0000755000000000000000000000000011427613051007166 5ustar debian/copyright0000644000000000000000000000101611427613010011112 0ustar The sources where downloaded from http://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-jpa_2.0_spec-1.1/. Files: * Copyright: © 2006-2010 Apache Software Foundation (ASF) License: Apache-2.0 The full text of the Apache 2.0 license is distributed in /usr/share/common-licenses/Apache-2.0 on Debian systems. Files: debian/* Copyright: © 2010 Miguel Landaeta License: Apache-2.0 The full text of the Apache 2.0 license is distributed in /usr/share/common-licenses/Apache-2.0 on Debian systems. debian/clean0000644000000000000000000000003211427613010010161 0ustar geronimo-jpa-2.0-spec.jar debian/rules0000755000000000000000000000121211427613010010235 0ustar #!/usr/bin/make -f export JAVA_HOME=/usr/lib/jvm/default-java export CLASSPATH=/usr/share/java/aspectjtools.jar:/usr/share/java/geronimo-osgi-locator.jar %: dh --with javahelper $@ override_jh_build: jh_build geronimo-jpa-2.0-spec.jar src override_dh_auto_install: mh_installpom -plibgeronimo-jpa-2.0-spec-java pom.xml --no-parent mh_installjar -plibgeronimo-jpa-2.0-spec-java pom.xml \ geronimo-jpa-2.0-spec.jar /usr/share/java/geronimo-jpa-2.0-spec.jar get-orig-source: cd $(dir $(firstword $(MAKEFILE_LIST)))../ && \ uscan \ --verbose \ --no-symlink \ --destdir $(CURDIR) \ --watchfile debian/watch \ --force-download debian/orig-tar.sh0000755000000000000000000000110411427613010011240 0ustar #!/bin/sh set -e # called by uscan with '--upstream-version' echo "version $2" package=`dpkg-parsechangelog | sed -n 's/^Source: //p'` version=$2 tarball=$3 TAR=${package}_${version}.orig.tar.gz DIR=${package}-${version}.orig upstream_package="$(echo $package | sed 's/-2\.0-spec/_2.0_spec/')" REPO="http://svn.apache.org/repos/asf/geronimo/specs/tags/${upstream_package}-${version}/" # setting timezone to avoid varying times TZ=Etc/UTC LC_ALL=C svn export $REPO $DIR GZIP=--best tar --numeric --group 0 --owner 0 -c -v -z -f $TAR $DIR rm -rf $tarball $DIR debian/changelog0000644000000000000000000000067411427613010011042 0ustar geronimo-jpa-2.0-spec (1.1-2) unstable; urgency=medium [ Torsten Werner ] * Install POM file. (Closes: #592269). [ Miguel Landaeta ] * Bump Standards-Version to 3.9.1. No changes were required. -- Miguel Landaeta Sun, 08 Aug 2010 15:26:44 -0430 geronimo-jpa-2.0-spec (1.1-1) unstable; urgency=low * Initial release. (Closes: #583151). -- Miguel Landaeta Sat, 29 May 2010 12:54:39 -0430 debian/libgeronimo-jpa-2.0-spec-java-doc.javadoc0000644000000000000000000000007311427613010016477 0ustar internal /usr/share/doc/libgeronimo-jpa-2.0-spec-java/api debian/watch0000644000000000000000000000016711427613010010216 0ustar version=3 http://svn.apache.org/repos/asf/geronimo/specs/tags/ \ geronimo-jpa_2.0_spec-(.*)/ debian debian/orig-tar.sh debian/control0000644000000000000000000000542711427613010010574 0ustar Source: geronimo-jpa-2.0-spec Maintainer: Debian Java Maintainers Uploaders: Miguel Landaeta Section: java Priority: optional Build-Depends: debhelper (>= 7.0.50), default-jdk, javahelper, aspectj, libgeronimo-osgi-support-java, maven-repo-helper Standards-Version: 3.9.1 Vcs-Git: git://git.debian.org/git/pkg-java/geronimo-jpa-2.0-spec.git Vcs-Browser: http://git.debian.org/?p=pkg-java/geronimo-jpa-2.0-spec.git Package: libgeronimo-jpa-2.0-spec-java Architecture: all Depends: aspectj, libgeronimo-osgi-support-java, ${misc:Depends} Suggests: libgeronimo-jpa-2.0-spec-java-doc (= ${binary:Version}) Description: Geronimo JSR-317 Java Persistence (JPA) 2.0 Spec API The Java Persistence API is the Java API for the management of persistence and object/relational mapping for Java EE and Java SE environments. . The goal of this specification is to provide an object/relational mapping facility for the Java application developer using a Java domain model to manage a relational database. . Persistence in this context covers three areas: - The API itself, defined in the javax.persistence package. - The Java Persistence Query Language (JPQL). - Object/relational metadata. . The Java Persistence 2.0 specification addresses improvements in the areas of domain modeling, object/relational mapping, EntityManager and Query interfaces, and the Java Persistence query language. It adds an API for criteria queries, a metamodel API, and support for validation. . This package contains only API of JSR-317 spec. Apache OpenJPA and EclipseLink are implementations of this spec. Package: libgeronimo-jpa-2.0-spec-java-doc Architecture: all Section: doc Depends: ${misc:Depends} Suggests: libgeronimo-jpa-2.0-spec-java (= ${binary:Version}) Description: Documentation for libgeronimo-jpa-2.0-spec-java Documentation for the Java Persistence API that is the Java API for the management of persistence and object/relational mapping for Java EE and Java SE environments. . The goal of this specification is to provide an object/relational mapping facility for the Java application developer using a Java domain model to manage a relational database. . Persistence in this context covers three areas: - The API itself, defined in the javax.persistence package. - The Java Persistence Query Language (JPQL). - Object/relational metadata. . The Java Persistence 2.0 specification addresses improvements in the areas of domain modeling, object/relational mapping, EntityManager and Query interfaces, and the Java Persistence query language. It adds an API for criteria queries, a metamodel API, and support for validation. . This package contains only API of JSR-317 spec. Apache OpenJPA and EclipseLink are implementations of this spec. debian/source/0000755000000000000000000000000011427613010010461 5ustar debian/source/format0000644000000000000000000000001411427613010011667 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211427613010010357 0ustar 7