[pkg-java] r12233 - trunk/sacjava/debian
Torsten Werner
twerner at alioth.debian.org
Fri Apr 30 23:16:29 UTC 2010
Author: twerner
Date: 2010-04-30 23:16:29 +0000 (Fri, 30 Apr 2010)
New Revision: 12233
Added:
trunk/sacjava/debian/pom.xml
trunk/sacjava/debian/source/
Modified:
trunk/sacjava/debian/changelog
trunk/sacjava/debian/control
trunk/sacjava/debian/copyright
trunk/sacjava/debian/rules
Log:
* Team upload.
* Add pom.xml and install it with maven-repo-helper. (Closes: #576256)
* Add missing Depends: ${misc:Depends}.
* Switch to source format 3.0.
* Add Vcs-* and Homepage headers.
* Update Standards-Version: 3.8.4.
* Convert debian/copyright to UTF-8.
* Change Section: java.
Modified: trunk/sacjava/debian/changelog
===================================================================
--- trunk/sacjava/debian/changelog 2010-04-30 22:49:34 UTC (rev 12232)
+++ trunk/sacjava/debian/changelog 2010-04-30 23:16:29 UTC (rev 12233)
@@ -1,9 +1,21 @@
-sacjava (1.3-3) UNRELEASED; urgency=low
+sacjava (1.3-3) unstable; urgency=low
+ * Team upload.
+
+ [ Matthias Klose ]
* Depend on default-jre-headless.
- -- Matthias Klose <doko at debian.org> Thu, 31 Jul 2008 11:39:20 +0000
+ [ Torsten Werner ]
+ * Add pom.xml and install it with maven-repo-helper. (Closes: #576256)
+ * Add missing Depends: ${misc:Depends}.
+ * Switch to source format 3.0.
+ * Add Vcs-* and Homepage headers.
+ * Update Standards-Version: 3.8.4.
+ * Convert debian/copyright to UTF-8.
+ * Change Section: java.
+ -- Torsten Werner <twerner at debian.org> Sat, 01 May 2010 01:15:25 +0200
+
sacjava (1.3-2) unstable; urgency=low
* use default-jdk-builddep (closes: #477903)
Modified: trunk/sacjava/debian/control
===================================================================
--- trunk/sacjava/debian/control 2010-04-30 22:49:34 UTC (rev 12232)
+++ trunk/sacjava/debian/control 2010-04-30 23:16:29 UTC (rev 12233)
@@ -2,13 +2,16 @@
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Rene Engelhard <rene at debian.org>
-Build-Depends: debhelper (>= 5), default-jdk-builddep
-Standards-Version: 3.7.2
-Section: libs
+Build-Depends: debhelper (>= 5), default-jdk-builddep, maven-repo-helper
+Standards-Version: 3.8.4
+Section: java
+Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/sacjava
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/sacjava/
+Homepage: http://www.w3.org/Style/CSS/SAC/
Package: libsac-java
Architecture: all
-Depends: default-jre-headless | java2-runtime-headless
+Depends: default-jre-headless | java2-runtime-headless, ${misc:Depends}
Suggests: libsac-java-doc
Recommends: libsac-java-gcj
Description: Simple API for CSS Java library
@@ -21,6 +24,7 @@
Package: libsac-java-doc
Section: doc
Architecture: all
+Depends: ${misc:Depends}
Description: Simple API for CSS Java library (documentation)
SAC is a standard interface for CSS parser and supposed to work
with CSS1, CSS2, CSS3 (currently under development) and other CSS derived
Modified: trunk/sacjava/debian/copyright
===================================================================
--- trunk/sacjava/debian/copyright 2010-04-30 22:49:34 UTC (rev 12232)
+++ trunk/sacjava/debian/copyright 2010-04-30 23:16:29 UTC (rev 12233)
@@ -5,17 +5,17 @@
Upstream Author:
- Philippe Le Hégaret <plh at w3.org>
+ Philippe Le Hégaret <plh at w3.org>
Copyright:
- Copyright © 2002 World Wide Web Consortium
+ Copyright © 2002 World Wide Web Consortium
License:
W3C IPR SOFTWARE NOTICE
- Copyright © 2002 World Wide Web Consortium, (Massachusetts Institute of
+ Copyright © 2002 World Wide Web Consortium, (Massachusetts Institute of
Technology, Institut National de Recherche en Informatique et en Automatique,
Keio University). All Rights Reserved.
@@ -23,7 +23,7 @@
License could be found at
http://www.w3.org/Consortium/Legal/copyright-software-19980720
- Copyright © 1994-2002 World Wide Web Consortium, (Massachusetts Institute of
+ Copyright © 1994-2002 World Wide Web Consortium, (Massachusetts Institute of
Technology, Institut National de Recherche en Informatique et en Automatique,
Keio University). All Rights Reserved. http://www.w3.org/Consortium/Legal/
@@ -44,7 +44,7 @@
terms and conditions. If none exist, a short notice of the
following form (hypertext is preferred, text is permitted) should
be used within the body of any redistributed or derivative code:
- "Copyright © 2002 World Wide Web Consortium, (Massachusetts
+ "Copyright © 2002 World Wide Web Consortium, (Massachusetts
Institute of Technology, Institut National de Recherche en
Informatique et en Automatique, Keio University). All Rights
Reserved. http://www.w3.org/Consortium/Legal/"
Added: trunk/sacjava/debian/pom.xml
===================================================================
--- trunk/sacjava/debian/pom.xml (rev 0)
+++ trunk/sacjava/debian/pom.xml 2010-04-30 23:16:29 UTC (rev 12233)
@@ -0,0 +1,31 @@
+<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>org.w3c.css</groupId>
+ <artifactId>sac</artifactId>
+ <version>1.3</version>
+ <packaging>jar</packaging>
+ <name>Simple API for CSS</name>
+ <description>SAC is a standard interface for CSS parsers.</description>
+ <url>http://www.w3.org/Style/CSS/SAC/</url>
+ <organization>
+ <name>World Wide Web Consortium</name>
+ <url>http://www.w3.org/</url>
+ </organization>
+ <licenses>
+ <license>
+ <name>The W3C Software License</name>
+ <url>http://www.w3.org/Consortium/Legal/copyright-software-19980720</url>
+ </license>
+ </licenses>
+ <mailingLists>
+ <mailingList>
+ <name>www-style</name>
+ <subscribe>http://lists.w3.org/Archives/Public/www-style/</subscribe>
+ <unsubscribe>http://lists.w3.org/Archives/Public/www-style/</unsubscribe>
+ <archive>http://lists.w3.org/Archives/Public/www-style/</archive>
+ <post>www-style at w3.org</post>
+ </mailingList>
+ </mailingLists>
+</project>
Modified: trunk/sacjava/debian/rules
===================================================================
--- trunk/sacjava/debian/rules 2010-04-30 22:49:34 UTC (rev 12232)
+++ trunk/sacjava/debian/rules 2010-04-30 23:16:29 UTC (rev 12233)
@@ -38,10 +38,8 @@
dh_clean -k
dh_installdirs
- install -m644 -D sac-1.3.jar \
- debian/libsac-java/usr/share/java/sac-1.3.jar
- ln -s /usr/share/java/sac-1.3.jar \
- debian/libsac-java/usr/share/java/sac.jar
+ mh_installpom -plibsac-java debian/pom.xml
+ mh_installjar -plibsac-java -l debian/pom.xml sac-1.3.jar
binary-indep: build install
dh_testdir
More information about the pkg-java-commits
mailing list