[sacjava] 08/28: * 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.

Jakub Adam xhaakon-guest at moszumanska.debian.org
Sat Aug 22 11:41:18 UTC 2015


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

xhaakon-guest pushed a commit to branch master
in repository sacjava.

commit 6c3990ae88b2a7d133446c3c84b2cba0859cc2d2
Author: Torsten Werner <twerner at debian.org>
Date:   Fri Apr 30 23:16:29 2010 +0000

    * 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.
---
 debian/changelog | 16 ++++++++++++++--
 debian/control   | 12 ++++++++----
 debian/copyright | 10 +++++-----
 debian/pom.xml   | 31 +++++++++++++++++++++++++++++++
 debian/rules     |  6 ++----
 5 files changed, 60 insertions(+), 15 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9e5acb0..bbebdda 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,20 @@
-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
 
diff --git a/debian/control b/debian/control
index 9709210..4395934 100644
--- a/debian/control
+++ b/debian/control
@@ -2,13 +2,16 @@ Source: sacjava
 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 @@ Description: Simple API for CSS Java library
 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
diff --git a/debian/copyright b/debian/copyright
index a2cd789..44d9f3e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -5,17 +5,17 @@ It was downloaded from http://www.w3.org/Style/CSS/SAC/
 
 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:
    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 @@ License:
        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/"
diff --git a/debian/pom.xml b/debian/pom.xml
new file mode 100644
index 0000000..a6d8671
--- /dev/null
+++ b/debian/pom.xml
@@ -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>
diff --git a/debian/rules b/debian/rules
index 37b09a0..3609902 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,10 +38,8 @@ install: build
 	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

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



More information about the pkg-java-commits mailing list