Author: twerner
Date: 2009-06-28 19:19:36 +0000 (Sun, 28 Jun 2009)
New Revision: 8648

Added:
   trunk/libcommons-attributes-java/
   trunk/libcommons-attributes-java/debian/
   trunk/libcommons-attributes-java/debian/ant.properties
   trunk/libcommons-attributes-java/debian/changelog
   trunk/libcommons-attributes-java/debian/compat
   trunk/libcommons-attributes-java/debian/control
   trunk/libcommons-attributes-java/debian/copyright
   trunk/libcommons-attributes-java/debian/doc-base
   trunk/libcommons-attributes-java/debian/docs
   trunk/libcommons-attributes-java/debian/install
   trunk/libcommons-attributes-java/debian/orig-tar.sh
   trunk/libcommons-attributes-java/debian/patches/
   trunk/libcommons-attributes-java/debian/patches/build.diff
   trunk/libcommons-attributes-java/debian/patches/jar-target.diff
   trunk/libcommons-attributes-java/debian/patches/series
   trunk/libcommons-attributes-java/debian/rules
   trunk/libcommons-attributes-java/debian/watch
Log:
move package to pkg-java


Added: trunk/libcommons-attributes-java/debian/ant.properties
===================================================================
--- trunk/libcommons-attributes-java/debian/ant.properties                      
        (rev 0)
+++ trunk/libcommons-attributes-java/debian/ant.properties      2009-06-28 
19:19:36 UTC (rev 8648)
@@ -0,0 +1 @@
+libdir=.

Added: trunk/libcommons-attributes-java/debian/changelog
===================================================================
--- trunk/libcommons-attributes-java/debian/changelog                           
(rev 0)
+++ trunk/libcommons-attributes-java/debian/changelog   2009-06-28 19:19:36 UTC 
(rev 8648)
@@ -0,0 +1,30 @@
+libcommons-attributes-java (2.2-4) unstable; urgency=low
+
+  * Merge patch from Andreas Schildbach into build.diff.
+    (Closes: #496000)
+
+ -- Torsten Werner <[email protected]>  Sun, 23 Nov 2008 20:45:02 +0100
+
+libcommons-attributes-java (2.2-3) unstable; urgency=low
+
+  * Bump up Standards-Version: 3.8.0 (no changes needed).
+  * Switch from kaffe to default-jdk.
+  * Add patch jar-target.diff to correctly build the jar files.
+    (Closes: #496000)
+
+ -- Torsten Werner <[email protected]>  Sun, 24 Aug 2008 18:14:53 +0200
+
+libcommons-attributes-java (2.2-2) unstable; urgency=low
+
+  * Update the download address to the new apache project 'commons'.
+    (Closes: #450245)
+  * Update Vcs and Homepage headers in debian/control.
+
+ -- Torsten Werner <[email protected]>  Sun, 09 Dec 2007 10:06:25 +0100
+
+libcommons-attributes-java (2.2-1) unstable; urgency=low
+
+  * Initial release (Closes: #426298)
+
+ -- Torsten Werner <[email protected]>  Sun, 27 May 2007 20:55:47 +0200
+

Added: trunk/libcommons-attributes-java/debian/compat
===================================================================
--- trunk/libcommons-attributes-java/debian/compat                              
(rev 0)
+++ trunk/libcommons-attributes-java/debian/compat      2009-06-28 19:19:36 UTC 
(rev 8648)
@@ -0,0 +1 @@
+5

Added: trunk/libcommons-attributes-java/debian/control
===================================================================
--- trunk/libcommons-attributes-java/debian/control                             
(rev 0)
+++ trunk/libcommons-attributes-java/debian/control     2009-06-28 19:19:36 UTC 
(rev 8648)
@@ -0,0 +1,17 @@
+Source: libcommons-attributes-java
+Section: libs
+Priority: extra
+Maintainer: Torsten Werner <[email protected]>
+Build-Depends: ant, cdbs, debhelper (>= 5), default-jdk-builddep, libqdox-java,
+ quilt
+Standards-Version: 3.8.0
+Homepage: http://commons.apache.org/attributes/
+Vcs-Svn: https://bollin.googlecode.com/svn/libcommons-attributes-java/trunk
+Vcs-Browser: http://bollin.googlecode.com/svn/libcommons-attributes-java/trunk
+
+Package: libcommons-attributes-java
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, java-gcj-compat | java1-runtime | 
java2-runtime
+Description: adds C#/.Net-style attributes to Java code
+ The Apache Jakarta Commons Attributes library enables Java programmers
+ to use C#/.Net-style attributes in their code.

Added: trunk/libcommons-attributes-java/debian/copyright
===================================================================
--- trunk/libcommons-attributes-java/debian/copyright                           
(rev 0)
+++ trunk/libcommons-attributes-java/debian/copyright   2009-06-28 19:19:36 UTC 
(rev 8648)
@@ -0,0 +1,31 @@
+This package was debianized by Torsten Werner <[email protected]> on
+Sun May 27 21:39:18 CEST 2007.
+
+It was downloaded from
+<http://commons.apache.org/downloads/download_attributes.cgi>.
+
+Upstream Authors: The Apache Software Foundation.
+
+Copyright: (c) 2003-2006, The Apache Software Foundation.
+
+License:
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+
+The full text of the Apache-2.0 license can be found in
+`/usr/share/common-licenses/Apache-2.0' on Debian systems.
+
+
+The Debian packaging is (C) 2007-2008, Torsten Werner
+<[email protected]> and is licensed under the GPL, see
+`/usr/share/common-licenses/GPL'.

Added: trunk/libcommons-attributes-java/debian/doc-base
===================================================================
--- trunk/libcommons-attributes-java/debian/doc-base                            
(rev 0)
+++ trunk/libcommons-attributes-java/debian/doc-base    2009-06-28 19:19:36 UTC 
(rev 8648)
@@ -0,0 +1,8 @@
+Document: libcommons-attributes-java
+Title: adds C#/.Net-style attributes to Java code
+Author: The Apache Software Foundation
+Section: Programming
+
+Format: HTML
+Index: /usr/share/doc/libcommons-attributes-java/index.html
+Files: /usr/share/doc/libcommons-attributes-java/*.html

Added: trunk/libcommons-attributes-java/debian/docs
===================================================================
--- trunk/libcommons-attributes-java/debian/docs                                
(rev 0)
+++ trunk/libcommons-attributes-java/debian/docs        2009-06-28 19:19:36 UTC 
(rev 8648)
@@ -0,0 +1,2 @@
+dist/docs/api/*
+README.html

Added: trunk/libcommons-attributes-java/debian/install
===================================================================
--- trunk/libcommons-attributes-java/debian/install                             
(rev 0)
+++ trunk/libcommons-attributes-java/debian/install     2009-06-28 19:19:36 UTC 
(rev 8648)
@@ -0,0 +1 @@
+target/*.jar /usr/share/java/

Added: trunk/libcommons-attributes-java/debian/orig-tar.sh
===================================================================
--- trunk/libcommons-attributes-java/debian/orig-tar.sh                         
(rev 0)
+++ trunk/libcommons-attributes-java/debian/orig-tar.sh 2009-06-28 19:19:36 UTC 
(rev 8648)
@@ -0,0 +1,11 @@
+#!/bin/sh -e
+
+# called by uscan with '--upstream-version' <version> <file>
+
+# move to directory 'tarballs'
+if [ -r .svn/deb-layout ]; then
+  . .svn/deb-layout
+  mv $3 $origDir
+  echo "moved $3 to $origDir"
+fi
+

Added: trunk/libcommons-attributes-java/debian/patches/build.diff
===================================================================
--- trunk/libcommons-attributes-java/debian/patches/build.diff                  
        (rev 0)
+++ trunk/libcommons-attributes-java/debian/patches/build.diff  2009-06-28 
19:19:36 UTC (rev 8648)
@@ -0,0 +1,22 @@
+Index: libcommons-attributes-java-2.2/build.xml
+===================================================================
+--- libcommons-attributes-java-2.2.orig/build.xml      2006-08-03 
08:42:22.000000000 +0200
++++ libcommons-attributes-java-2.2/build.xml   2008-11-23 20:44:16.000000000 
+0100
+@@ -50,7 +50,7 @@
+             </equals>
+         </condition>
+     </target>
+-    <target name="compile" description="o Compile the code" 
depends="get-deps">
++    <target name="compile" description="o Compile the code">
+         <mkdir dir="${classesdir}">
+         </mkdir>
+         <javac destdir="${classesdir}" deprecation="true" debug="true" 
optimize="false" excludes="**/package.html"
+@@ -101,7 +101,7 @@
+     <target name="jar" description="o Create the jar" depends="compile">
+         <jar jarfile="target/${final.name.api}.jar" 
includes="org/apache/commons/attributes/*,LICENSE.txt,NOTICE.txt,manifest.mf" 
basedir="${classesdir}" manifest="api/manifest.mf">
+         </jar>
+-        <jar jarfile="target/${final.name.compiler}.jar" 
excludes="org/apache/commons/attributes/*,manifest.mf" includes="**/*" 
basedir="${classesdir}" manifest="compiler/manifest.mf">
++        <jar jarfile="target/${final.name.compiler}.jar" 
excludes="org/apache/commons/attributes/*.class,manifest.mf" includes="**/*" 
basedir="${classesdir}" manifest="compiler/manifest.mf">
+         </jar>
+         <jar jarfile="target/${final.name.plugin}.jar" includes="**/*" 
excludes="manifest.mf" basedir="${plugindir}" 
manifest="${plugindir}/manifest.mf">
+         </jar>

Added: trunk/libcommons-attributes-java/debian/patches/jar-target.diff
===================================================================
--- trunk/libcommons-attributes-java/debian/patches/jar-target.diff             
                (rev 0)
+++ trunk/libcommons-attributes-java/debian/patches/jar-target.diff     
2009-06-28 19:19:36 UTC (rev 8648)
@@ -0,0 +1,13 @@
+Index: libcommons-attributes-java-2.2/build.xml
+===================================================================
+--- libcommons-attributes-java-2.2.orig/build.xml      2008-08-24 
18:14:10.000000000 +0200
++++ libcommons-attributes-java-2.2/build.xml   2008-08-24 18:14:26.000000000 
+0200
+@@ -69,7 +69,7 @@
+             </classpath>
+         </javac>
+         <copy todir="${classesdir}">
+-            <fileset dir="api/src/java">
++            <fileset dir="compiler/src/java">
+                 <include name="**/*.dtd">
+                 </include>
+                 <include name="**/*.properties">

Added: trunk/libcommons-attributes-java/debian/patches/series
===================================================================
--- trunk/libcommons-attributes-java/debian/patches/series                      
        (rev 0)
+++ trunk/libcommons-attributes-java/debian/patches/series      2009-06-28 
19:19:36 UTC (rev 8648)
@@ -0,0 +1,2 @@
+build.diff
+jar-target.diff

Added: trunk/libcommons-attributes-java/debian/rules
===================================================================
--- trunk/libcommons-attributes-java/debian/rules                               
(rev 0)
+++ trunk/libcommons-attributes-java/debian/rules       2009-06-28 19:19:36 UTC 
(rev 8648)
@@ -0,0 +1,19 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/class/ant.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+
+JAVA_HOME            := /usr/lib/jvm/default-java
+DEB_ANT_BUILD_TARGET := javadoc
+DEB_JARS             := qdox
+
+BASE := /usr/share/java/commons-attributes-
+install/libcommons-attributes-java::
+       dh_link $(BASE)api-$(DEB_UPSTREAM_VERSION).jar      $(BASE)api.jar
+       dh_link $(BASE)compiler-$(DEB_UPSTREAM_VERSION).jar $(BASE)compiler.jar
+       dh_link $(BASE)plugin-$(DEB_UPSTREAM_VERSION).jar   $(BASE)plugin.jar
+
+get-orig-source:
+       -uscan --upstream-version 0
+


Property changes on: trunk/libcommons-attributes-java/debian/rules
___________________________________________________________________
Added: svn:executable
   + 

Added: trunk/libcommons-attributes-java/debian/watch
===================================================================
--- trunk/libcommons-attributes-java/debian/watch                               
(rev 0)
+++ trunk/libcommons-attributes-java/debian/watch       2009-06-28 19:19:36 UTC 
(rev 8648)
@@ -0,0 +1,3 @@
+version=3
+http://ftp.uni-erlangen.de/pub/mirrors/apache/commons/attributes/source/commons-attributes-(.*)-src.tar.gz
 \
+  debian debian/orig-tar.sh


_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

Reply via email to