[pkg-java] r16479 - in tags/saxonb: . 9.1.0.8-2/debian
Mathieu Malaterre
malat at alioth.debian.org
Wed Apr 3 09:31:23 UTC 2013
Author: malat
Date: 2013-04-03 09:31:23 +0000 (Wed, 03 Apr 2013)
New Revision: 16479
Added:
tags/saxonb/9.1.0.8-2/
tags/saxonb/9.1.0.8-2/debian/libsaxonb-java.poms
tags/saxonb/9.1.0.8-2/debian/saxonb.pom
Modified:
tags/saxonb/9.1.0.8-2/debian/changelog
tags/saxonb/9.1.0.8-2/debian/control
tags/saxonb/9.1.0.8-2/debian/rules
Log:
[svn-buildpackage] Tagging saxonb 9.1.0.8-2
Modified: tags/saxonb/9.1.0.8-2/debian/changelog
===================================================================
--- trunk/saxonb/debian/changelog 2013-04-03 06:01:49 UTC (rev 16476)
+++ tags/saxonb/9.1.0.8-2/debian/changelog 2013-04-03 09:31:23 UTC (rev 16479)
@@ -1,3 +1,15 @@
+saxonb (9.1.0.8-2) experimental; urgency=low
+
+ [ Eugene Zhukov ]
+ * Adds /usr/share/maven-repo entry with relevant symbolic links
+ * Standards-Version updated from 3.9.1 to 3.9.4, no changes needed
+
+ [ Mathieu Malaterre ]
+ * Team upload.
+ * Remove Michael Koch from Uploaders. Closes: #654131
+
+ -- Mathieu Malaterre <malat at debian.org> Wed, 03 Apr 2013 09:37:37 +0200
+
saxonb (9.1.0.8-1) unstable; urgency=low
* Team upload.
Modified: tags/saxonb/9.1.0.8-2/debian/control
===================================================================
--- trunk/saxonb/debian/control 2013-04-03 06:01:49 UTC (rev 16476)
+++ tags/saxonb/9.1.0.8-2/debian/control 2013-04-03 09:31:23 UTC (rev 16479)
@@ -2,10 +2,10 @@
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Michael Koch <konqueror at gmx.de>, Rene Engelhard <rene at debian.org>
-Build-Depends: debhelper (>= 7), cdbs, default-jdk, ant (>= 1.7)
+Uploaders: Rene Engelhard <rene at debian.org>
+Build-Depends: debhelper (>= 7), cdbs, default-jdk, ant (>= 1.7), maven-repo-helper
Build-Depends-Indep: libdom4j-java, libjdom1-java, libxom-java
-Standards-Version: 3.9.1
+Standards-Version: 3.9.4
Homepage: http://saxon.sourceforge.net/
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/saxonb
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/saxonb
Added: tags/saxonb/9.1.0.8-2/debian/libsaxonb-java.poms
===================================================================
--- tags/saxonb/9.1.0.8-2/debian/libsaxonb-java.poms (rev 0)
+++ tags/saxonb/9.1.0.8-2/debian/libsaxonb-java.poms 2013-04-03 09:31:23 UTC (rev 16479)
@@ -0,0 +1 @@
+debian/saxonb.pom --has-package-version
Modified: tags/saxonb/9.1.0.8-2/debian/rules
===================================================================
--- trunk/saxonb/debian/rules 2013-04-03 06:01:49 UTC (rev 16476)
+++ tags/saxonb/9.1.0.8-2/debian/rules 2013-04-03 09:31:23 UTC (rev 16479)
@@ -35,6 +35,15 @@
dh_link -p libsaxonb-java /usr/share/java/saxonb-xom-$(VERSION).jar /usr/share/java/saxonb-xom.jar
dh_link -p libsaxonb-java /usr/share/java/saxonb-xpath-$(VERSION).jar /usr/share/java/saxonb-xpath.jar
dh_link -p libsaxonb-java /usr/share/java/saxonb-xqj-$(VERSION).jar /usr/share/java/saxonb-xqj.jar
+ mh_installpoms -plibsaxonb-java
+ mh_installjar -plibsaxonb-java debian/saxonb.pom dist/saxonb-$(VERSION).jar
+clean::
+ mh_clean
+
get-orig-source:
uscan --download-version $(VERSION) --force-download
+
+get-orig-pom:
+ wget -O debian/saxonb.pom -U NoAgent-1.0 \
+ http://repo1.maven.org/maven2/net/sourceforge/saxon/saxon/$(VERSION)/saxon-$(VERSION).pom
Added: tags/saxonb/9.1.0.8-2/debian/saxonb.pom
===================================================================
--- tags/saxonb/9.1.0.8-2/debian/saxonb.pom (rev 0)
+++ tags/saxonb/9.1.0.8-2/debian/saxonb.pom 2013-04-03 09:31:23 UTC (rev 16479)
@@ -0,0 +1,112 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>net.sourceforge.saxon</groupId>
+ <artifactId>saxon</artifactId>
+ <version>9.1.0.8</version>
+ <packaging>jar</packaging>
+
+ <name>SaxonB</name>
+ <url>http://saxon.sourceforge.net/</url>
+
+ <organization>
+ <name>sourceforge</name>
+ <url>http://www.sourceforge.net</url>
+ </organization>
+
+ <description>
+ Saxon a complete and conformant implementation of the XSLT 2.0, XQuery 1.0, and XPath 2.0 Recommendations published on 23 January 2007 by W3C
+ </description>
+
+ <licenses>
+ <license>
+ <name>Mozilla Public License Version 1.0</name>
+ <url>http://www.mozilla.org/MPL/MPL-1.0.txt</url>
+ <comments>See http://saxon.sourceforge.net for other notices files </comments>
+ </license>
+ </licenses>
+
+
+ <scm>
+ <connection>scm:svn:http://saxon.svn.sourceforge.net/viewvc/saxon/tags/9.1.0.8</connection>
+ <developerConnection>scm:svn:http://saxon.svn.sourceforge.net/viewvc/saxon/tags/9.1.0.8</developerConnection>
+ <url>http://saxon.svn.sourceforge.net/viewvc/saxon/tags/9.1.0.8</url>
+ </scm>
+
+ <profiles>
+
+ <!-- ========================================================================== -->
+ <!-- Use this profile to create maven upload bundle -->
+ <!-- Require: saxonb-9.1-0-8j.zip upacked at ${basedir} -->
+ <!-- copy saxonb9-1-0-8source.zip to ${basedir} -->
+ <!-- copy saxon-resources9-1-0-1.zip to ${basedir} -->
+ <!-- ========================================================================== -->
+ <profile>
+ <id>build-maven-upload-bundle</id>
+ <build>
+ <defaultGoal>package</defaultGoal>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>truezip-maven-plugin</artifactId>
+ <version>1.0-beta-4</version>
+ <executions>
+ <execution>
+ <id>extract-javadoc-from-resource-bundle</id>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>copy</goal>
+ </goals>
+ <configuration>
+ <fileset>
+ <directory>${basedir}/saxon-resources9-1-0-1.zip/doc/javadoc</directory>
+ <outputDirectory>${project.build.directory}/upload/${project.artifactId}-${project.version}-javadoc.jar</outputDirectory>
+ </fileset>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.2</version>
+ <executions>
+ <execution>
+ <id>copy-main-jars-to-staging-directory</id>
+ <phase>package</phase>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ <configuration>
+ <tasks>
+ <mkdir dir="${project.build.directory}/upload" />
+ <!-- pom -->
+ <copy file="${basedir}/pom.xml" tofile="${project.build.directory}/upload/${project.artifactId}-${project.version}.pom" />
+ <copy file="${basedir}/saxon9.jar" tofile="${project.build.directory}/upload/${project.artifactId}-${project.version}.jar" />
+ <!-- the rest are classifier jars -->
+ <copy file="${basedir}/saxon9-dom.jar" tofile="${project.build.directory}/upload/${project.artifactId}-${project.version}-dom.jar" />
+ <copy file="${basedir}/saxon9-dom4j.jar" tofile="${project.build.directory}/upload/${project.artifactId}-${project.version}-dom4j.jar" />
+ <copy file="${basedir}/saxon9-jdom.jar" tofile="${project.build.directory}/upload/${project.artifactId}-${project.version}-jdom.jar" />
+ <copy file="${basedir}/saxon9-s9api.jar" tofile="${project.build.directory}/upload/${project.artifactId}-${project.version}-s9api.jar" />
+ <copy file="${basedir}/saxon9-sql.jar" tofile="${project.build.directory}/upload/${project.artifactId}-${project.version}-sql.jar" />
+ <copy file="${basedir}/saxon9-xom.jar" tofile="${project.build.directory}/upload/${project.artifactId}-${project.version}-xom.jar" />
+ <copy file="${basedir}/saxon9-xqj.jar" tofile="${project.build.directory}/upload/${project.artifactId}-${project.version}-xqj.jar" />
+ <copy file="${basedir}/saxon9-xpath.jar" tofile="${project.build.directory}/upload/${project.artifactId}-${project.version}-xpath.jar" />
+ <copy file="${basedir}/saxon9-xqj.jar" tofile="${project.build.directory}/upload/${project.artifactId}-${project.version}-xqj.jar" />
+ <copy file="${basedir}/saxonb9-1-0-8source.zip" tofile="${project.build.directory}/upload/${project.artifactId}-${project.version}-sources.jar" />
+
+ <zip destfile="${project.build.directory}/${project.artifactId}-${project.version}-bundle.jar" basedir="${project.build.directory}/upload" />
+
+ </tasks>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+</project>
+
+
More information about the pkg-java-commits
mailing list