This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository saxonb.

commit b155fe872558ab99ef9c8d71fad6b86818098d61
Author: Mathieu Malaterre <ma...@debian.org>
Date:   Wed Apr 3 10:56:27 2013 +0000

    Import last package
---
 debian/changelog           |  12 +++++
 debian/control             |   6 +--
 debian/libsaxonb-java.poms |   1 +
 debian/rules               |   9 ++++
 debian/saxonb.pom          | 112 +++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 137 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0b2ba55..bf18858 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 <ma...@debian.org>  Wed, 03 Apr 2013 09:37:37 +0200
+
 saxonb (9.1.0.8-1) unstable; urgency=low
 
   * Team upload.
diff --git a/debian/control b/debian/control
index b9aaabe..5ffcef4 100644
--- a/debian/control
+++ b/debian/control
@@ -2,10 +2,10 @@ Source: saxonb
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
-Uploaders: Michael Koch <konque...@gmx.de>, Rene Engelhard <r...@debian.org>
-Build-Depends: debhelper (>= 7), cdbs, default-jdk, ant (>= 1.7)
+Uploaders: Rene Engelhard <r...@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
diff --git a/debian/libsaxonb-java.poms b/debian/libsaxonb-java.poms
new file mode 100644
index 0000000..7bb4de5
--- /dev/null
+++ b/debian/libsaxonb-java.poms
@@ -0,0 +1 @@
+debian/saxonb.pom --has-package-version
diff --git a/debian/rules b/debian/rules
index 37b7ecd..5bb987f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,6 +35,15 @@ install/libsaxonb-java::
        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
diff --git a/debian/saxonb.pom b/debian/saxonb.pom
new file mode 100644
index 0000000..e227f40
--- /dev/null
+++ b/debian/saxonb.pom
@@ -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> 
+  
+

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/saxonb.git

_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to