debian/0000755000000000000000000000000011356616676007207 5ustar debian/rules0000755000000000000000000000066711356440164010263 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/maven.mk # Debug Build #export DH_VERBOSE = 1 #JAVA_OPTS += -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000 #DEB_MAVEN_ARGS += -e -X JAVA_HOME := /usr/lib/jvm/default-java get-orig-source: uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename debian/watch0000644000000000000000000000026011354474572010231 0ustar version=3 opts="uversionmangle=s/-(alpha|beta)-/~$1/" \ http://svn.apache.org/repos/asf/portals/portlet-spec/tags/ \ portlet-api_2.0_spec-(\d.*)/ debian debian/orig-tar.sh debian/changelog0000644000000000000000000000052711356616340011051 0ustar portlet-api-2.0-spec (1.0-2) unstable; urgency=low * Rebuild with maven-debian-helper 0.12 -- Damien Raude-Morvan Tue, 06 Apr 2010 13:36:47 +0200 portlet-api-2.0-spec (1.0-1) unstable; urgency=low * Initial release (Closes: #575964) -- Damien Raude-Morvan Mon, 05 Apr 2010 21:54:43 +0200 debian/maven.ignoreRules0000644000000000000000000000016211354475431012522 0ustar org.apache.maven.plugins maven-assembly-plugin maven-plugin * org.apache.felix maven-bundle-plugin maven-plugin * debian/compat0000644000000000000000000000000211354474572010400 0ustar 7 debian/README.source0000644000000000000000000000046011354474572011361 0ustar Information about portlet-api-2.0-spec ------------------------------ 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/libportlet-api-2.0-spec-java-doc.install0000644000000000000000000000010111354474572016420 0ustar target/apidocs/* usr/share/doc/libportlet-api-2.0-spec-java/api debian/source/0000755000000000000000000000000011356616432010475 5ustar debian/source/format0000644000000000000000000000001411356616671011710 0ustar 3.0 (quilt) debian/libportlet-api-2.0-spec-java-doc.doc-base.api0000644000000000000000000000060411354474572017207 0ustar Document: libportlet-api-2.0-spec-java Title: API Javadoc for Java Portlet Specification V2.0 Author: Apache Software Foundation developers Abstract: This is the API Javadoc provided for the libportlet-api-2.0-spec-java library. Section: Programming Format: HTML Index: /usr/share/doc/libportlet-api-2.0-spec-java/api/index.html Files: /usr/share/doc/libportlet-api-2.0-spec-java/api/* debian/maven.rules0000644000000000000000000000041611356440164011355 0ustar # Force the version of the javax apis javax.servlet servlet-api jar s/.*/2.5/ javax.portlet portlet-api jar s/.*/2.0/ # Convert portals version of the standard apis to the javax apis s/org.apache.portals/javax.portlet/ s/portlet-api_2.0_spec/portlet-api/ jar s/.*/2.0/ debian/maven.properties0000644000000000000000000000002611354474572012424 0ustar maven.test.skip=true debian/patches/0000755000000000000000000000000011356616432010624 5ustar debian/patches/disable_maven_bundle_plugin.diff0000644000000000000000000000117011354474572017162 0ustar --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ 4.0.0 portlet-api_2.0_spec 1.0 - bundle + jar Java Portlet Specification V2.0 The Java Portlet API version 2.0 developed by the Java Community Process JSR-286 Expert Group. @@ -86,10 +86,12 @@ + debian/patches/series0000644000000000000000000000004111354474572012041 0ustar disable_maven_bundle_plugin.diff debian/orig-tar.sh0000755000000000000000000000076411354475431011267 0ustar #!/bin/sh -e VERSION=$2 TAR=../portlet-api-2.0-spec_$VERSION.orig.tar.gz DIR=portlet-api-2.0-spec-$VERSION TAG=$(echo "portlet-api_2.0_spec-$VERSION" | sed -re's/~(alpha|beta)/-\1-/') svn export http://svn.apache.org/repos/asf/portals/portlet-spec/tags/${TAG}/ $DIR GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.class' $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/control0000644000000000000000000000341711356616351010605 0ustar Source: portlet-api-2.0-spec Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Damien Raude-Morvan Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 0.12) Build-Depends-Indep: libservlet2.5-java, default-jdk-doc, libservlet2.5-java-doc, libmaven-javadoc-plugin-java Standards-Version: 3.8.4 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/portlet-api-2.0-spec/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/portlet-api-2.0-spec/ Homepage: http://portals.apache.org/pluto/portlet-2.0-apidocs/ Package: libportlet-api-2.0-spec-java Architecture: all Depends: ${misc:Depends}, ${maven:Depends} Recommends: ${maven:OptionalDepends} Description: Java Portlet Specification V2.0 The Java Portlet API version 2.0 developed by the Java Community Process JSR-286 Expert Group. . Portlets are pluggable user interface components that are managed and displayed in a web portal like Liferay or JBoss Gatein. . Package current source code is taken from Apache Portals project . Package: libportlet-api-2.0-spec-java-doc Architecture: all Section: doc Depends: ${misc:Depends}, ${maven:DocDepends} Recommends: ${maven:DocOptionalDepends} Suggests: libportlet-api-2.0-spec-java Description: Java Portlet Specification V2.0 - documentation The Java Portlet API version 2.0 developed by the Java Community Process JSR-286 Expert Group. . Portlets are pluggable user interface components that are managed and displayed in a web portal like Liferay or JBoss Gatein. . Package current source code is taken from Apache Portals project . . This package provides the API documentation for libportlet-api-2.0-spec-java. debian/libportlet-api-2.0-spec-java.poms0000644000000000000000000000002411354474572015171 0ustar pom.xml --no-parent debian/copyright0000644000000000000000000000101311354474572011130 0ustar Format-Specification: http://dep.debian.net/deps/dep5/ Name: Java Portlet Specification V2.0 Maintainer: Apache Software Foundation Source: http://svn.apache.org/repos/asf/portals/portlet-spec/tags/ Files: * Copyright: 2004-2009 Apache Software Foundation License: Apache-2.0 Files: debian/* Copyright: 2010, Damien Raude-Morvan License: Apache-2.0 License: Apache-2.0 On Debian GNU/Linux system you can find the complete text of the Apache-2.0 license in '/usr/share/common-licenses/Apache-2.0'