Author: moeller Date: 2013-08-31 11:00:44 +0000 (Sat, 31 Aug 2013) New Revision: 17188
Added: trunk/doxia/1.0-alpha-codehaus/ trunk/doxia/1.0-alpha-codehaus/debian/ trunk/doxia/1.0-alpha-codehaus/debian/README.Debian trunk/doxia/1.0-alpha-codehaus/debian/README.source trunk/doxia/1.0-alpha-codehaus/debian/changelog trunk/doxia/1.0-alpha-codehaus/debian/compat trunk/doxia/1.0-alpha-codehaus/debian/control trunk/doxia/1.0-alpha-codehaus/debian/copyright trunk/doxia/1.0-alpha-codehaus/debian/libdoxia-1.0-java.poms trunk/doxia/1.0-alpha-codehaus/debian/maven.cleanIgnoreRules trunk/doxia/1.0-alpha-codehaus/debian/maven.ignoreRules trunk/doxia/1.0-alpha-codehaus/debian/maven.properties trunk/doxia/1.0-alpha-codehaus/debian/maven.publishedRules trunk/doxia/1.0-alpha-codehaus/debian/maven.rules trunk/doxia/1.0-alpha-codehaus/debian/orig-tar.sh trunk/doxia/1.0-alpha-codehaus/debian/rules trunk/doxia/1.0-alpha-codehaus/debian/source/ trunk/doxia/1.0-alpha-codehaus/debian/source/format trunk/doxia/1.0-alpha-codehaus/debian/watch Log: Helping my dependencies for a larger software suite (Taverna.org.uk) I uploaded this admittedly outdated version of the Doxia package to the experimental section of Debian. I was informed by the need to help upstream updating their dependencies. Will happen. Property changes on: trunk/doxia/1.0-alpha-codehaus/debian ___________________________________________________________________ Added: mergeWithUpstream + 1 Added: trunk/doxia/1.0-alpha-codehaus/debian/README.Debian =================================================================== --- trunk/doxia/1.0-alpha-codehaus/debian/README.Debian (rev 0) +++ trunk/doxia/1.0-alpha-codehaus/debian/README.Debian 2013-08-31 11:00:44 UTC (rev 17188) @@ -0,0 +1,6 @@ +This package is based on an outdated source tree and +should not move into the main tree of Debian. Reverse +dependencies should be amended to use a newer version, +instead. + +Steffen Moeller Fri, 30 Aug 2013 20:44:18 +0200 Added: trunk/doxia/1.0-alpha-codehaus/debian/README.source =================================================================== --- trunk/doxia/1.0-alpha-codehaus/debian/README.source (rev 0) +++ trunk/doxia/1.0-alpha-codehaus/debian/README.source 2013-08-31 11:00:44 UTC (rev 17188) @@ -0,0 +1,9 @@ +Information about doxia-1.0 +--------------------------- + +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. Added: trunk/doxia/1.0-alpha-codehaus/debian/changelog =================================================================== --- trunk/doxia/1.0-alpha-codehaus/debian/changelog (rev 0) +++ trunk/doxia/1.0-alpha-codehaus/debian/changelog 2013-08-31 11:00:44 UTC (rev 17188) @@ -0,0 +1,5 @@ +doxia-1.0 (1.0~alpha-6-1) experimental; urgency=low + + * Initial release (Closes: #720876). + + -- Steffen Moeller <[email protected]> Sun, 25 Aug 2013 22:51:32 +0200 Added: trunk/doxia/1.0-alpha-codehaus/debian/compat =================================================================== --- trunk/doxia/1.0-alpha-codehaus/debian/compat (rev 0) +++ trunk/doxia/1.0-alpha-codehaus/debian/compat 2013-08-31 11:00:44 UTC (rev 17188) @@ -0,0 +1 @@ +7 Added: trunk/doxia/1.0-alpha-codehaus/debian/control =================================================================== --- trunk/doxia/1.0-alpha-codehaus/debian/control (rev 0) +++ trunk/doxia/1.0-alpha-codehaus/debian/control 2013-08-31 11:00:44 UTC (rev 17188) @@ -0,0 +1,38 @@ +Source: doxia-1.0 +Section: java +Priority: optional +Maintainer: Debian Java Maintainers <[email protected]> +Uploaders: Steffen Moeller <[email protected]> +Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 1.5) +Build-Depends-Indep: libplexus-maven-plugin-java, liboro-java, libplexus-i18n-java, libplexus-utils-java +Standards-Version: 3.9.4 +Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/doxia-1.0 +Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/doxia-1.0 +Homepage: http://svn.apache.org/viewvc/maven/doxia/doxia/tags/ + +Package: libdoxia-1.0-java +Architecture: all +Depends: ${misc:Depends}, ${maven:Depends} +Recommends: ${maven:OptionalDepends} +Description: Early Doxia version from Codehaus + Doxia is a content generation framework which aims to provide its users + with powerful techniques for generating static and dynamic content: + Doxia can be used in web-based publishing context to generate static + sites, in addition to being incorporated into dynamic content generation + systems like blogs, wikis and content management systems. + . + Doxia supports markup languages with simple syntaxes. Lightweight markup + languages are used by people who might be expected to read the document + source as well as the rendered output. + . + Doxia is used extensively by Maven and it powers the entire documentation + system of Maven. It gives Maven the ability to take any document that + Doxia supports and output it any format. + . + Based on the (now defunct) Aptconvert project developed by Xmlmind, Doxia + was initially hosted by Codehaus, to become a sub-project of Maven + early in 2006. This package is from an early stage of the transition process + that has package names still under the org.codehaus prefix. Because of the + age of the underlying source code, this package should not move into + the main tree of Debian. Reverse dependencies need to be updated and + remain in 'experimental' for the time being. Added: trunk/doxia/1.0-alpha-codehaus/debian/copyright =================================================================== --- trunk/doxia/1.0-alpha-codehaus/debian/copyright (rev 0) +++ trunk/doxia/1.0-alpha-codehaus/debian/copyright 2013-08-31 11:00:44 UTC (rev 17188) @@ -0,0 +1,17 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Doxia +Source: http://maven.apache.org/doxia + +Files: * +Copyright: 2013, Jason van Zyl <[email protected]> +License: Apache-2.0 + +Files: debian/* +Copyright: 2013, Steffen Moeller <[email protected]> +License: Apache-2.0 + +License: Apache-2.0 + On Debian systems, the full text of the Apache-2.0 license + can be found in the file '/usr/share/common-licenses/Apache-2.0' + + Added: trunk/doxia/1.0-alpha-codehaus/debian/libdoxia-1.0-java.poms =================================================================== --- trunk/doxia/1.0-alpha-codehaus/debian/libdoxia-1.0-java.poms (rev 0) +++ trunk/doxia/1.0-alpha-codehaus/debian/libdoxia-1.0-java.poms 2013-08-31 11:00:44 UTC (rev 17188) @@ -0,0 +1,31 @@ +# List of POM files for the package +# Format of this file is: +# <path to pom file> [option]* +# where option can be: +# --ignore: ignore this POM and its artifact if any +# --ignore-pom: don't install the POM. To use on POM files that are created +# temporarily for certain artifacts such as Javadoc jars. [mh_install, mh_installpoms] +# --no-parent: remove the <parent> tag from the POM +# --package=<package>: an alternative package to use when installing this POM +# and its artifact +# --has-package-version: to indicate that the original version of the POM is the same as the upstream part +# of the version for the package. +# --keep-elements=<elem1,elem2>: a list of XML elements to keep in the POM +# during a clean operation with mh_cleanpom or mh_installpom +# --artifact=<path>: path to the build artifact associated with this POM, +# it will be installed when using the command mh_install. [mh_install] +# --java-lib: install the jar into /usr/share/java to comply with Debian +# packaging guidelines +# --usj-name=<name>: name to use when installing the library in /usr/share/java +# --usj-version=<version>: version to use when installing the library in /usr/share/java +# --no-usj-versionless: don't install the versionless link in /usr/share/java +# --dest-jar=<path>: the destination for the real jar. +# It will be installed with mh_install. [mh_install] +# --classifier=<classifier>: Optional, the classifier for the jar. Empty by default. +# --site-xml=<location>: Optional, the location for site.xml if it needs to be installed. +# Empty by default. [mh_install] +# +pom.xml --has-package-version --usj-version=1.0-alpha --no-usj-versionless +doxia-core/pom.xml --has-package-version --usj-version=1.0-alpha --no-usj-versionless +doxia-sink-api/pom.xml --has-package-version --usj-version=1.0-alpha --no-usj-versionless +doxia-site-renderer/pom.xml --has-package-version --usj-version=1.0-alpha --no-usj-versionless Added: trunk/doxia/1.0-alpha-codehaus/debian/maven.cleanIgnoreRules =================================================================== --- trunk/doxia/1.0-alpha-codehaus/debian/maven.cleanIgnoreRules (rev 0) +++ trunk/doxia/1.0-alpha-codehaus/debian/maven.cleanIgnoreRules 2013-08-31 11:00:44 UTC (rev 17188) @@ -0,0 +1 @@ + Added: trunk/doxia/1.0-alpha-codehaus/debian/maven.ignoreRules =================================================================== --- trunk/doxia/1.0-alpha-codehaus/debian/maven.ignoreRules (rev 0) +++ trunk/doxia/1.0-alpha-codehaus/debian/maven.ignoreRules 2013-08-31 11:00:44 UTC (rev 17188) @@ -0,0 +1,4 @@ + +org.apache.maven.plugins maven-javadoc-plugin * * * * +org.apache.maven.wagon wagon-ssh-external * * * * +org.codehaus.plexus plexus-container-default * * * * Added: trunk/doxia/1.0-alpha-codehaus/debian/maven.properties =================================================================== --- trunk/doxia/1.0-alpha-codehaus/debian/maven.properties (rev 0) +++ trunk/doxia/1.0-alpha-codehaus/debian/maven.properties 2013-08-31 11:00:44 UTC (rev 17188) @@ -0,0 +1,5 @@ +# Include here properties to pass to Maven during the build. +# For example: +# maven.test.skip=true + +maven.test.skip=true Added: trunk/doxia/1.0-alpha-codehaus/debian/maven.publishedRules =================================================================== --- trunk/doxia/1.0-alpha-codehaus/debian/maven.publishedRules (rev 0) +++ trunk/doxia/1.0-alpha-codehaus/debian/maven.publishedRules 2013-08-31 11:00:44 UTC (rev 17188) @@ -0,0 +1,5 @@ + +org.apache.maven.doxia doxia-core jar * * * +org.apache.maven.doxia doxia-sink-api jar * * * +org.apache.maven.doxia doxia-site-renderer jar * * * +org.apache.maven.doxia doxia pom * * * Added: trunk/doxia/1.0-alpha-codehaus/debian/maven.rules =================================================================== --- trunk/doxia/1.0-alpha-codehaus/debian/maven.rules (rev 0) +++ trunk/doxia/1.0-alpha-codehaus/debian/maven.rules 2013-08-31 11:00:44 UTC (rev 17188) @@ -0,0 +1,7 @@ + +org.apache.maven.doxia doxia-core jar * * * +org.apache.maven.doxia doxia-sink-api jar * * * +org.apache.maven.doxia doxia-site-renderer jar * * * +org.apache.maven.doxia doxia pom * * * +org.codehaus.plexus plexus-i18n jar s/.*/debian/ * * +org.codehaus.plexus plexus-velocity jar s/.*/debian/ * * Added: trunk/doxia/1.0-alpha-codehaus/debian/orig-tar.sh =================================================================== --- trunk/doxia/1.0-alpha-codehaus/debian/orig-tar.sh (rev 0) +++ trunk/doxia/1.0-alpha-codehaus/debian/orig-tar.sh 2013-08-31 11:00:44 UTC (rev 17188) @@ -0,0 +1,16 @@ +#!/bin/sh -e + +VERSION=$2 +TAR=../doxia-1.0_$VERSION.orig.tar.gz +DIR=doxia-1.0-$VERSION +TAG=$(echo "doxia-$VERSION" | sed -re's/~(alpha|beta)/-\1-/') + +svn export http://svn.apache.org/repos/asf/maven/doxia/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 Property changes on: trunk/doxia/1.0-alpha-codehaus/debian/orig-tar.sh ___________________________________________________________________ Added: svn:executable + * Added: trunk/doxia/1.0-alpha-codehaus/debian/rules =================================================================== --- trunk/doxia/1.0-alpha-codehaus/debian/rules (rev 0) +++ trunk/doxia/1.0-alpha-codehaus/debian/rules 2013-08-31 11:00:44 UTC (rev 17188) @@ -0,0 +1,10 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/maven.mk + +JAVA_HOME := /usr/lib/jvm/default-java +DEB_MAVEN_DOC_TARGET := javadoc:javadoc javadoc:aggregate + +get-orig-source: + uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename Property changes on: trunk/doxia/1.0-alpha-codehaus/debian/rules ___________________________________________________________________ Added: svn:executable + * Added: trunk/doxia/1.0-alpha-codehaus/debian/source/format =================================================================== --- trunk/doxia/1.0-alpha-codehaus/debian/source/format (rev 0) +++ trunk/doxia/1.0-alpha-codehaus/debian/source/format 2013-08-31 11:00:44 UTC (rev 17188) @@ -0,0 +1 @@ +3.0 (quilt) Added: trunk/doxia/1.0-alpha-codehaus/debian/watch =================================================================== --- trunk/doxia/1.0-alpha-codehaus/debian/watch (rev 0) +++ trunk/doxia/1.0-alpha-codehaus/debian/watch 2013-08-31 11:00:44 UTC (rev 17188) @@ -0,0 +1,4 @@ +version=3 +opts="uversionmangle=s/-(alpha|beta)-/~$1/" \ + http://svn.apache.org/repos/asf/maven/doxia/tags/ \ + doxia-(1.0-alpha-6)/ debian debian/orig-tar.sh _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

