debian/0000755000000000000000000000000011662242673007177 5ustar debian/rules0000755000000000000000000000112611662242673010257 0ustar #!/usr/bin/make -f MAVEN_REPO := http://repo1.maven.org/maven2/javax/enterprise/cdi-api/ VERSION := $(shell dpkg-parsechangelog | sed -n 's/^Version: //p' | sed -e 's/-[^-]*$$//') export JAVA_HOME=/usr/lib/jvm/default-java export CLASSPATH=/usr/share/java/atinject-jsr330-api.jar:/usr/share/java/el-api-2.1.jar:/usr/share/java/geronimo-interceptor-3.0-spec.jar %: dh $@ --with javahelper --with jh_maven_repo_helper get-orig-source: uscan --force-download --upstream-version $(VERSION) get-orig-pom: wget --user-agent="" -O debian/pom.xml $(MAVEN_REPO)/$(VERSION)/cdi-api-$(VERSION).pom debian/libcdi-api-java-doc.javadoc0000644000000000000000000000001111662242673014177 0ustar internal debian/watch0000644000000000000000000000020111662242673010221 0ustar version=3 http://repo1.maven.org/maven2/javax/enterprise/cdi-api/(?:\d.*)/cdi-api-(\d.*)-sources.jar \ debian debian/orig-tar.sh debian/changelog0000644000000000000000000000023511662242673011051 0ustar cdi-api (1.0-1) unstable; urgency=low * Initial release. (Closes: #648644) -- Damien Raude-Morvan Sun, 20 Nov 2011 19:20:14 +0100 debian/maven.ignoreRules0000644000000000000000000000156411662242673012533 0ustar # Maven ignore rules - ignore some Maven dependencies and plugins # Format of this file is: # [group] [artifact] [type] [version] [classifier] [scope] # where each element can be either # - the exact string, for example org.apache for the group, or 3.1 # for the version. In this case, the element is simply matched # and left as it is # - * (the star character, alone). In this case, anything will # match and be left as it is. For example, using * on the # position of the artifact field will match any artifact id # All elements much match before a rule can be applied # Example rule: match jar with groupid= junit, artifactid= junit # and version starting with 3., this dependency is then removed # from the POM # junit junit jar s/3\\..*/3.x/ javax.annotation jsr250-api * * * * org.jboss.ejb3 jboss-ejb3-api * * * * org.jboss.interceptor jboss-interceptor-api * * * * debian/compat0000644000000000000000000000000211662242673010375 0ustar 7 debian/source/0000755000000000000000000000000011662242673010477 5ustar debian/source/format0000644000000000000000000000001411662242673011705 0ustar 3.0 (quilt) debian/maven.rules0000644000000000000000000000154211662242673011363 0ustar # Maven rules - transform Maven dependencies and plugins # Format of this file is: # [group] [artifact] [type] [version] [classifier] [scope] # where each element can be either # - the exact string, for example org.apache for the group, or 3.1 # for the version. In this case, the element is simply matched # and left as it is # - * (the star character, alone). In this case, anything will # match and be left as it is. For example, using * on the # position of the artifact field will match any artifact id # - a regular expression of the form s/match/replace/ # in this case, elements that match are transformed using # the regex rule. # All elements much match before a rule can be applied # Example rule: match jar with groupid= junit, artifactid= junit # and version starting with 3., replacing the version with 3.x # junit junit jar s/3\\..*/3.x/ debian/pom.xml0000644000000000000000000000263211662242673010517 0ustar 4.0.0 org.jboss.weld weld-api-parent 1.0 ../parent/pom.xml javax.enterprise cdi-api jar CDI APIs APIs for JSR-299: Contexts and Dependency Injection for Java EE javax.el el-api true org.jboss.ejb3 jboss-ejb3-api true org.jboss.interceptor jboss-interceptor-api javax.annotation jsr250-api javax.inject javax.inject debian/orig-tar.sh0000755000000000000000000000044211662242673011262 0ustar #!/bin/sh # called with '--upstream-version' VERSION=$2 TAR=../cdi-api_$VERSION.orig.tar.gz DIR=cdi-api-$VERSION mkdir -p $DIR/src/ (cd $DIR/src/ && echo `pwd` && jar xvf ../../$3) GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.class' $DIR rm -rf $DIR $3 debian/libcdi-api-java.poms0000644000000000000000000000005611662242673013014 0ustar debian/pom.xml --no-parent --usj-name=cdi-api debian/control0000644000000000000000000000315511662242673010606 0ustar Source: cdi-api Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Damien Raude-Morvan Build-Depends: debhelper (>= 7), default-jdk, maven-repo-helper, javahelper (>= 0.37), libatinject-jsr330-api-java, libgeronimo-interceptor-3.0-spec-java, libservlet2.5-java Standards-Version: 3.9.2 Homepage: http://jcp.org/en/jsr/detail?id=299 Vcs-Git: git://git.debian.org/git/pkg-java/cdi-api.git Vcs-Browser: http://git.debian.org/?p=pkg-java/cdi-api.git Package: libcdi-api-java Architecture: all Depends: ${java:Depends}, ${misc:Depends} Recommends: ${java:Recommends} Description: Contexts and Dependency Injection for Java EE Contexts and Dependency Injection (CDI aka JSR 299) defines a set of complementary services to help usage of Inversion of Control (IoC) on Java EE platform (like with Spring Framework). . CDI can be used on Java EE platform but some container also support running on Java SE. Package: libcdi-api-java-doc Architecture: all Section: doc Depends: ${java:Depends}, ${misc:Depends} Recommends: ${java:Recommends} Description: Contexts and Dependency Injection for Java EE - documentation Contexts and Dependency Injection (CDI aka JSR 299) defines a set of complementary services to help usage of Inversion of Control (IoC) on Java EE platform (like with Spring Framework). . CDI can be used on Java EE platform but some container also support running on Java SE. . This package contains the Javadoc API for libcdi-api-java. debian/javabuild0000644000000000000000000000002011662242673011053 0ustar cdi-api.jar src debian/copyright0000644000000000000000000000077511662242673011143 0ustar Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=174 Upstream-Name: CDI (JSR 299) API Source: http://jcp.org/en/jsr/detail?id=299 Files: * Copyright: Copyright: 2008, Red Hat Middleware LLC, and individual contributors License: Apache-2.0 Files: debian/* Copyright: 2011, Damien Raude-Morvan License: Apache-2.0 License: Apache-2.0 On Debian systems, the complete text of the Apache License Version 2.0, can be found in /usr/share/common-licenses/Apache-2.0. debian/libcdi-api-java.jlibs0000644000000000000000000000001411662242673013133 0ustar cdi-api.jar