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

ebourg-guest pushed a commit to branch master
in repository xml-commons-external.

commit 9f69b6a51c23b4ca7bdb7ea78f159c53038746e7
Author: Gabriele Giacone <1o5g4...@gmail.com>
Date:   Sun Feb 21 22:10:52 2010 +0000

    added maven support
---
 debian/changelog     |  9 +++++++++
 debian/compat        |  2 +-
 debian/control       |  6 ++----
 debian/pom.xml       | 36 ++++++++++++++++++++++++++++++++++++
 debian/rules         |  7 ++++---
 debian/source/format |  1 +
 6 files changed, 53 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b2162ac..196a646 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+xml-commons-external (1.3.05-2) unstable; urgency=low
+
+  * Added Maven support
+  * Standards-Version to 3.8.4
+  * Source format 3.0 (quilt)
+  * debhelper compat to 7
+
+ -- Gabriele Giacone <1o5g4...@gmail.com>  Sun, 21 Feb 2010 23:06:43 +0100
+
 xml-commons-external (1.3.05-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..7f8f011 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+7
diff --git a/debian/control b/debian/control
index 970870e..cea5ee8 100644
--- a/debian/control
+++ b/debian/control
@@ -3,14 +3,13 @@ Section: libs
 Priority: optional
 Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
 Uploaders: Vincent Fourmond <fourm...@debian.org>, Onkar Shinde 
<onkarshi...@ubuntu.com>
-Standards-Version: 3.8.3
-Build-Depends: debhelper (>= 5), cdbs
+Standards-Version: 3.8.4
+Build-Depends: debhelper (>= 7), cdbs, maven-repo-helper
 Build-Depends-Indep: default-jdk
 Homepage: http://xml.apache.org/commons/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/xml-commons-external
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/xml-commons-external
 
-
 Package: libxml-commons-external-java
 Section: java
 Architecture: all
@@ -33,4 +32,3 @@ Description: Documentation of XML Commons external API
  .
  This package contains class API documentation for XML Commons
  external API.
-
diff --git a/debian/pom.xml b/debian/pom.xml
new file mode 100644
index 0000000..42b01f5
--- /dev/null
+++ b/debian/pom.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?><project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>xml-apis</groupId>
+  <artifactId>xml-apis-ext</artifactId>
+  <name>XML Commons External Components XML APIs Extensions</name>
+  <version>1.3.05</version>
+  <description>xml-commons provides an Apache-hosted set of DOM, SAX, and 
+    JAXP interfaces for use in other xml-based projects. Our hope is that we 
+    can standardize on both a common version and packaging scheme for these 
+    critical XML standards interfaces to make the lives of both our developers 
+    and users easier. The External Components portion of xml-commons contains 
+    interfaces that are defined by external standards organizations. For DOM, 
+    that's the W3C; for SAX it's David Megginson and sax.sourceforge.net; for 
+    JAXP it's Sun.</description>
+  <url>http://xml.apache.org/commons/components/external/</url>
+  <issueManagement>
+    <system>bugzilla</system>
+    <url>http://issues.apache.org/bugzilla/</url>
+  </issueManagement>
+  <mailingLists>
+    <mailingList>
+      <name>XML Commons Developer's List</name>
+      <subscribe>commons-dev-subscr...@xml.apache.org</subscribe>
+      <unsubscribe>commons-dev-unsubscr...@xml.apache.org</unsubscribe>
+      <post>commons-...@xml.apache.org</post>
+      
<archive>http://mail-archives.apache.org/mod_mbox/xml-commons-dev/</archive>
+    </mailingList>
+  </mailingLists>
+  <scm>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/xml/commons/tags/xml-commons-external-1_3_04/</connection>
+    
<url>http://svn.apache.org/viewvc/xml/commons/tags/xml-commons-external-1_3_04/</url>
+  </scm>
+  <distributionManagement>
+    <status>deployed</status>
+  </distributionManagement>
+</project>
diff --git a/debian/rules b/debian/rules
index f83d2cd..6586dd8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,9 +22,10 @@ build-indep:
        javadoc -d api javax.xml org.apache.xmlcommons org.w3c.css.sac 
org.w3c.dom
 
 install/libxml-commons-external-java::
-       # Install the libraries into the libxml-commons-external-java package
-       mkdir -p debian/libxml-commons-external-java/usr/share/java
-       install -m 644 external.jar 
debian/libxml-commons-external-java/usr/share/java/xml-commons-external-${VERSION}.jar
+       # Install pom and jar
+       mh_installpom -v -plibxml-commons-external-java debian/pom.xml
+       mh_installjar -plibxml-commons-external-java -l debian/pom.xml \
+               -nxml-commons-external -i${VERSION} external.jar
        ln -s xml-commons-external-${VERSION}.jar 
debian/libxml-commons-external-java/usr/share/java/xml-apis-ext.jar
 
 install/libxml-commons-external-java-doc::
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/xml-commons-external.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