This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository dom4j.
commit 6c6033d6b72958656562f3f9729ed2b197905d4e Author: Torsten Werner <[email protected]> Date: Thu May 27 20:03:17 2010 +0000 * Team upload. * Update Homepage to point to sourceforge site. * Install POM file. * Ignore test failures. * Make libdom4j-java Depend on default-jre-headless instead of kaffe. * Build-Depends on debhelper >= 7. * Use dh_prep instead of dh_clean -k. * Updated Standards-Version to 3.8.3. --- dom4j/debian/changelog | 18 ++++ dom4j/debian/compat | 2 +- dom4j/debian/control | 12 +-- dom4j/debian/copyright | 2 +- dom4j/debian/pom.xml | 221 +++++++++++++++++++++++++++++++++++++++++++++ dom4j/debian/rules | 9 +- dom4j/debian/svn-deblayout | 2 - 7 files changed, 252 insertions(+), 14 deletions(-) diff --git a/dom4j/debian/changelog b/dom4j/debian/changelog index 932a885..6cc5558 100644 --- a/dom4j/debian/changelog +++ b/dom4j/debian/changelog @@ -1,3 +1,21 @@ +dom4j (1.6.1+dfsg.2-3) unstable; urgency=low + + * Team upload. + * Update Homepage to point to sourceforge site. + * Install POM file. + * Ignore test failures. + + -- Torsten Werner <[email protected]> Thu, 27 May 2010 21:55:34 +0200 + +dom4j (1.6.1+dfsg.2-2) unstable; urgency=low + + * Make libdom4j-java Depend on default-jre-headless instead of kaffe. + * Build-Depends on debhelper >= 7. + * Use dh_prep instead of dh_clean -k. + * Updated Standards-Version to 3.8.3. + + -- Michael Koch <[email protected]> Fri, 25 Sep 2009 20:21:02 +0200 + dom4j (1.6.1+dfsg.2-1) unstable; urgency=low * Remove non-free generated files. (Closes: #529308) diff --git a/dom4j/debian/compat b/dom4j/debian/compat index 7ed6ff8..7f8f011 100644 --- a/dom4j/debian/compat +++ b/dom4j/debian/compat @@ -1 +1 @@ -5 +7 diff --git a/dom4j/debian/control b/dom4j/debian/control index 889e209..f670415 100644 --- a/dom4j/debian/control +++ b/dom4j/debian/control @@ -3,17 +3,17 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Marcus Better <[email protected]>, Michael Koch <[email protected]> -Build-Depends: debhelper (>= 5), ant-optional -Build-Depends-Indep: antlr, openjdk-6-jdk, libjaxen-java, libjaxme-java, libxpp2-java, libxpp3-java, libxerces2-java, libxalan2-java (>= 2.7.0), libbackport-util-concurrent-java, junit, libjunitperf-java -Standards-Version: 3.8.2 +Build-Depends: debhelper (>= 7), ant-optional, openjdk-6-jdk, maven-repo-helper +Build-Depends-Indep: antlr, libjaxen-java, libjaxme-java, libxpp2-java, libxpp3-java, libxerces2-java, libxalan2-java (>= 2.7.0), libbackport-util-concurrent-java, junit, libjunitperf-java +Standards-Version: 3.8.3 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/dom4j Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/dom4j -Homepage: http://www.dom4j.org +Homepage: http://sourceforge.net/projects/dom4j/ Package: libdom4j-java Architecture: all -Depends: kaffe | java1-runtime | java2-runtime, libjaxen-java, libjaxme-java, libxpp2-java, libxpp3-java, libbackport-util-concurrent-java -Suggests: java-virtual-machine, libdom4j-java-doc +Depends: default-jre-headless | java2-runtime-headless, libjaxen-java, libjaxme-java, libxpp2-java, libxpp3-java, libbackport-util-concurrent-java +Suggests: libdom4j-java-doc Description: flexible XML framework for Java dom4j is a library for working with XML, XPath and XSLT on the Java platform using the Java Collections Framework and with full support diff --git a/dom4j/debian/copyright b/dom4j/debian/copyright index 37c915d..24c67c6 100644 --- a/dom4j/debian/copyright +++ b/dom4j/debian/copyright @@ -2,7 +2,7 @@ Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=48 Name: dom4j Maintainer: http://lists.sourceforge.net/lists/listinfo/dom4j-user -Source: http://www.dom4j.org +Source: http://sourceforge.net/projects/dom4j/ Copyright: 2001-2005, MetaStuff, Ltd. License: DOM4J diff --git a/dom4j/debian/pom.xml b/dom4j/debian/pom.xml new file mode 100644 index 0000000..ef8e1f7 --- /dev/null +++ b/dom4j/debian/pom.xml @@ -0,0 +1,221 @@ +<project> + <modelVersion>4.0.0</modelVersion> + <groupId>dom4j</groupId> + <artifactId>dom4j</artifactId> + <name>dom4j</name> + <version>1.6.1</version> + <description>dom4j: the flexible XML framework for Java</description> + <url>http://dom4j.org</url> + <issueManagement> + <url>http://sourceforge.net/tracker/?group_id=16035</url> + </issueManagement> + <ciManagement> + <notifiers> + <notifier> + <address>[email protected]</address> + </notifier> + </notifiers> + </ciManagement> + <inceptionYear>2001</inceptionYear> + <mailingLists> + <mailingList> + <name>dom4j user list</name> + <subscribe>http://lists.sourceforge.net/lists/listinfo/dom4j-user</subscribe> + <unsubscribe>http://lists.sourceforge.net/lists/listinfo/dom4j-user</unsubscribe> + <archive>http://www.mail-archive.com/dom4j-user%40lists.sourceforge.net/</archive> + </mailingList> + <mailingList> + <name>dom4j developer list</name> + <subscribe>http://lists.sourceforge.net/lists/listinfo/dom4j-dev</subscribe> + <unsubscribe>http://lists.sourceforge.net/lists/listinfo/dom4j-dev</unsubscribe> + <archive>http://www.mail-archive.com/dom4j-dev%40lists.sourceforge.net/</archive> + </mailingList> + <mailingList> + <name>dom4j commits list</name> + <subscribe>http://lists.sourceforge.net/lists/listinfo/dom4j-commits</subscribe> + <unsubscribe>http://lists.sourceforge.net/lists/listinfo/dom4j-commits</unsubscribe> + </mailingList> + </mailingLists> + <developers> + <developer> + <id>carnold</id> + <name>Curt Arnold</name> + <email>[email protected]</email> + </developer> + <developer> + <id>ddlucas</id> + <name>David Lucas</name> + <email>[email protected]</email> + </developer> + <developer> + <id>drwhite</id> + <name>David White</name> + <email>[email protected]</email> + </developer> + <developer> + <id>jjenkov</id> + <name>Jakob Jenkov</name> + <email>[email protected]</email> + </developer> + <developer> + <id>jstrachan</id> + <name>James Strachan</name> + <email>[email protected]</email> + <organization>SpiritSoft, Inc.</organization> + </developer> + <developer> + <id>laramiec</id> + <name>Laramie Crocker</name> + <email>[email protected]</email> + </developer> + <developer> + <id>maartenc</id> + <name>Maarten Coene</name> + <email>[email protected]</email> + <organization>Cronos</organization> + </developer> + <developer> + <id>mskells</id> + <name>Michael Skells</name> + <email>[email protected]</email> + </developer> + <developer> + <id>nicksanderson</id> + <name>Nick Sanderson</name> + <email>[email protected]</email> + </developer> + <developer> + <id>slehmann</id> + <name>Steen Lehmann</name> + <email>[email protected]</email> + </developer> + <developer> + <id>tradem</id> + <name>Tobias Rademacher</name> + <email>[email protected]</email> + </developer> + <developer> + <id>werken</id> + <name>Bob McWhirter</name> + <email>[email protected]</email> + </developer> + <developer> + <id>wolfftw</id> + <name>Todd Wolff</name> + <email>[email protected]</email> + </developer> + <developer> + <id>yeekee</id> + <name>OuYang Chen</name> + <email>[email protected]</email> + </developer> + <developer> + <id>yruan2</id> + <name>Yuxin Ruan</name> + <email>[email protected]</email> + </developer> + </developers> + <scm> + <connection>scm:cvs:pserver:[email protected]:/cvsroot/dom4j:dom4j</connection> + <developerConnection>scm:cvs:ext:${maven.username}@cvs.sourceforge.net:/cvsroot/dom4j:dom4j</developerConnection> + <url>http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dom4j/dom4j/</url> + </scm> + <organization> + <name>MetaStuff Ltd.</name> + <url>http://sourceforge.net/projects/dom4j</url> + </organization> + <build> + <sourceDirectory>src/java</sourceDirectory> + <testSourceDirectory>src/test</testSourceDirectory> + <plugins> + <plugin> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <includes> + <include>**/*Test.java</include> + </includes> + </configuration> + </plugin> + </plugins> + </build> + <dependencies> + <dependency> + <groupId>jaxme</groupId> + <artifactId>jaxme-api</artifactId> + <version>0.3</version> + <optional>true</optional> + </dependency> + <dependency> + <groupId>jaxen</groupId> + <artifactId>jaxen</artifactId> + <version>1.1-beta-6</version> + <optional>true</optional> + </dependency> + <dependency> + <groupId>msv</groupId> + <artifactId>xsdlib</artifactId> + <version>20030807</version> + <optional>true</optional> + </dependency> + <dependency> + <groupId>msv</groupId> + <artifactId>relaxngDatatype</artifactId> + <version>20030807</version> + <optional>true</optional> + </dependency> + <dependency> + <groupId>pull-parser</groupId> + <artifactId>pull-parser</artifactId> + <version>2</version> + <optional>true</optional> + </dependency> + <dependency> + <groupId>xpp3</groupId> + <artifactId>xpp3</artifactId> + <version>1.1.3.3</version> + <optional>true</optional> + </dependency> + <dependency> + <groupId>stax</groupId> + <artifactId>stax-api</artifactId> + <version>1.0</version> + <optional>true</optional> + </dependency> + <dependency> + <groupId>xml-apis</groupId> + <artifactId>xml-apis</artifactId> + <version>1.0.b2</version> + </dependency> + <dependency> + <groupId>junitperf</groupId> + <artifactId>junitperf</artifactId> + <version>1.8</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>stax</groupId> + <artifactId>stax-ri</artifactId> + <version>1.0</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>xerces</groupId> + <artifactId>xercesImpl</artifactId> + <version>2.6.2</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>xalan</groupId> + <artifactId>xalan</artifactId> + <version>2.5.1</version> + <scope>test</scope> + </dependency> + </dependencies> + <distributionManagement> + <site> + <id>default</id> + <name>Default Site</name> + <url>scp://dom4j.org//home/groups/d/do/dom4j/htdocs</url> + </site> + </distributionManagement> +</project> \ No newline at end of file diff --git a/dom4j/debian/rules b/dom4j/debian/rules index 19cd4b0..ee5f5dc 100755 --- a/dom4j/debian/rules +++ b/dom4j/debian/rules @@ -28,7 +28,8 @@ VERSION := $(shell head -1 debian/changelog | cut -f2 -d\( | cut -f1 -d\) | cut build: build-stamp build-stamp: dh_testdir - $(ANT_INVOKE) package test release-javadoc + $(ANT_INVOKE) package release-javadoc + -$(ANT_INVOKE) test touch build-stamp clean: @@ -41,7 +42,7 @@ clean: install: build dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs binary-indep: build install @@ -50,8 +51,8 @@ binary-indep: build install dh_installchangelogs -k docs/changes-report.html dh_installdocs dh_installexamples - install -m 644 build/dom4j.jar $(JAVALIBDIR)/dom4j-$(VERSION).jar - ln -s dom4j-$(VERSION).jar $(JAVALIBDIR)/dom4j.jar + mh_installpom -plibdom4j-java debian/pom.xml + mh_installjar -plibdom4j-java debian/pom.xml -l build/dom4j.jar install -m 644 debian/$(PKGNAME)-doc.lintian-overrides $(INSTALLDIR)-doc/usr/share/lintian/overrides/$(PKGNAME)-doc dh_link dh_compress diff --git a/dom4j/debian/svn-deblayout b/dom4j/debian/svn-deblayout deleted file mode 100644 index 3dc8c9c..0000000 --- a/dom4j/debian/svn-deblayout +++ /dev/null @@ -1,2 +0,0 @@ -buildArea=../../build-area -origDir=.. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/dom4j.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

