[pkg-java] r13023 - in trunk: . libconqat-ccsm-commons-java libconqat-ccsm-commons-java/debian

Sylvestre Ledru sylvestre at alioth.debian.org
Sun Oct 10 14:46:38 UTC 2010


Author: sylvestre
Date: 2010-10-10 14:46:34 +0000 (Sun, 10 Oct 2010)
New Revision: 13023

Added:
   trunk/libconqat-ccsm-commons-java/
   trunk/libconqat-ccsm-commons-java/debian/
   trunk/libconqat-ccsm-commons-java/debian/README.source
   trunk/libconqat-ccsm-commons-java/debian/changelog
   trunk/libconqat-ccsm-commons-java/debian/compat
   trunk/libconqat-ccsm-commons-java/debian/control
   trunk/libconqat-ccsm-commons-java/debian/copyright
   trunk/libconqat-ccsm-commons-java/debian/libconqat-ccsm-commons-java-doc.docs
   trunk/libconqat-ccsm-commons-java/debian/orig-tar.exclude
   trunk/libconqat-ccsm-commons-java/debian/orig-tar.sh
   trunk/libconqat-ccsm-commons-java/debian/rules
   trunk/libconqat-ccsm-commons-java/debian/watch
Log:
Initial import of  libconqat-ccsm-commons-java

Added: trunk/libconqat-ccsm-commons-java/debian/README.source
===================================================================
--- trunk/libconqat-ccsm-commons-java/debian/README.source	                        (rev 0)
+++ trunk/libconqat-ccsm-commons-java/debian/README.source	2010-10-10 14:46:34 UTC (rev 13023)
@@ -0,0 +1,23 @@
+Upstream tarball
+----------------
+
+The upstream import was done two times. First the original upstream tarball has
+been imported without filtering, afterwards a filtered version has been
+imported.
+Imports are done with git-import-orig. The filtering options:
+
+git-import-orig --filter=xmlenc-0.52/build --filter-pristine-tar --pristine-tar \
+                ../libxmlenc-java_0.52+dfsg.orig.tar.gz
+
+The upstream tarballs can regenerated with pristine-tar:
+
+pristine-tar checkout libxmlenc-java_0.52.orig.tar.gz
+or
+pristine-tar checkout libxmlenc-java_0.52+dfsg.orig.gbp.tar.gz
+
+POM file
+--------
+
+The pom file was downloaded from 
+http://repo1.maven.org/maven2/xmlenc/xmlenc/0.52/xmlenc-0.52.pom
+

Added: trunk/libconqat-ccsm-commons-java/debian/changelog
===================================================================
--- trunk/libconqat-ccsm-commons-java/debian/changelog	                        (rev 0)
+++ trunk/libconqat-ccsm-commons-java/debian/changelog	2010-10-10 14:46:34 UTC (rev 13023)
@@ -0,0 +1,5 @@
+libconqat-ccsm-commons-java (2.7.dfsg-1) unstable; urgency=low
+
+  * Initial release. (Closes: #XXXX)
+
+ -- Sylvestre Ledru <sylvestre at debian.org>  Thu, 03 Dec 2009 17:54:54 +0100

Added: trunk/libconqat-ccsm-commons-java/debian/compat
===================================================================
--- trunk/libconqat-ccsm-commons-java/debian/compat	                        (rev 0)
+++ trunk/libconqat-ccsm-commons-java/debian/compat	2010-10-10 14:46:34 UTC (rev 13023)
@@ -0,0 +1 @@
+7

Added: trunk/libconqat-ccsm-commons-java/debian/control
===================================================================
--- trunk/libconqat-ccsm-commons-java/debian/control	                        (rev 0)
+++ trunk/libconqat-ccsm-commons-java/debian/control	2010-10-10 14:46:34 UTC (rev 13023)
@@ -0,0 +1,26 @@
+Source: libconqat-ccsm-commons-java
+Section: java
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Sylvestre Ledru <sylvestre at debian.org>
+Build-Depends: debhelper (>= 7.0.50~), cdbs, junit
+Build-Depends-Indep: default-jdk, ant
+Standards-Version: 3.9.1
+Homepage: http://conqat.in.tum.de/index.php/Ccsm-Commons_Library
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libconqat-ccsm-commons-java/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/libconqat-ccsm-commons-java/
+
+Package: libconqat-ccsm-commons-java
+Architecture: all
+Depends: ${misc:Depends}, default-jre-headless
+Description: ConQAT library of utility functions and classes
+ This library is used by ConQAT and all other CCSM products. 
+
+Package: libconqat-ccsm-commons-java-doc
+Depends: libconqat-ccsm-commons-java (= ${binary:Version}), ${misc:Depends}
+Section: doc
+Architecture: all
+Description: ConQAT library of utility functions and classes
+ This library is used by ConQAT and all other CCSM products. 
+ .
+ This package contains the javadoc documentation.

Added: trunk/libconqat-ccsm-commons-java/debian/copyright
===================================================================
--- trunk/libconqat-ccsm-commons-java/debian/copyright	                        (rev 0)
+++ trunk/libconqat-ccsm-commons-java/debian/copyright	2010-10-10 14:46:34 UTC (rev 13023)
@@ -0,0 +1,14 @@
+This package was Debianised by Sylvestre Ledru <sylvestre at debian.org> on Wed, 29 Sep 2010 17:59:44 +0200
+
+This package was downloaded from http://conqat.in.tum.de/index.php/Simulink_Library.
+
+Upstream Author: Florian Deissenboeck
+                 Benjamin Hummel
+                 Elmar Juergens
+
+License: Apache 2.0
+
+Copyright: 2005-2010 Technische Universitaet Muenchen
+
+On Debian systems the full text of the Apache License can be found
+in `/usr/share/common-licenses/Apache-2.0'.

Added: trunk/libconqat-ccsm-commons-java/debian/libconqat-ccsm-commons-java-doc.docs
===================================================================
--- trunk/libconqat-ccsm-commons-java/debian/libconqat-ccsm-commons-java-doc.docs	                        (rev 0)
+++ trunk/libconqat-ccsm-commons-java/debian/libconqat-ccsm-commons-java-doc.docs	2010-10-10 14:46:34 UTC (rev 13023)
@@ -0,0 +1 @@
+javadoc/

Added: trunk/libconqat-ccsm-commons-java/debian/orig-tar.exclude
===================================================================
--- trunk/libconqat-ccsm-commons-java/debian/orig-tar.exclude	                        (rev 0)
+++ trunk/libconqat-ccsm-commons-java/debian/orig-tar.exclude	2010-10-10 14:46:34 UTC (rev 13023)
@@ -0,0 +1,2 @@
+*.jar
+

Added: trunk/libconqat-ccsm-commons-java/debian/orig-tar.sh
===================================================================
--- trunk/libconqat-ccsm-commons-java/debian/orig-tar.sh	                        (rev 0)
+++ trunk/libconqat-ccsm-commons-java/debian/orig-tar.sh	2010-10-10 14:46:34 UTC (rev 13023)
@@ -0,0 +1,20 @@
+#!/bin/sh -e
+
+# called by uscan with '--upstream-version' <version> <file>
+DIR=libconqat-ccsm-commons-java-$2.dfsg
+TAR=../libconqat-ccsm-commons-java_$2.dfsg.orig.tar.gz
+
+# clean up the upstream tarball
+unzip $3
+mv ccsm-commons $DIR
+tar -c -z -f $TAR -X debian/orig-tar.exclude $DIR
+rm -rf $DIR $3
+
+# move to directory 'tarballs'
+if [ -r .svn/deb-layout ]; then
+    . .svn/deb-layout
+    mv $TAR $origDir
+    echo "moved $TAR to $origDir"
+fi
+
+exit 0


Property changes on: trunk/libconqat-ccsm-commons-java/debian/orig-tar.sh
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/libconqat-ccsm-commons-java/debian/rules
===================================================================
--- trunk/libconqat-ccsm-commons-java/debian/rules	                        (rev 0)
+++ trunk/libconqat-ccsm-commons-java/debian/rules	2010-10-10 14:46:34 UTC (rev 13023)
@@ -0,0 +1,21 @@
+#!/usr/bin/make -f
+# Copyright 2010 Sylvestre Ledru <sylvestre at debian.org>
+
+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_JARS             := junit
+DEB_ANT_BUILD_TARGET := dist
+BUILDDIR 	     	 := dist/binary/ccsm-commons/
+#DEB_COMPRESS_EXCLUDE := .sxw
+
+#DEB_UPSTREAM_VERSION := $(shell echo $(DEB_UPSTREAM_DEB_UPSTREAM_VERSION) | sed -e's/-dfsg.*//')
+
+install/libconqat-ccsm-commons-java::
+	install -m 644 -D $(BUILDDIR)/lib/ccsm-commons.jar debian/libconqat-ccsm-commons-java/usr/share/java/ccsm-commons-$(DEB_UPSTREAM_VERSION).jar
+	ln -s ccsm-commons-$(DEB_UPSTREAM_VERSION).jar debian/libconqat-ccsm-commons-java/usr/share/java/ccsm-commons.jar
+
+get-orig-source:
+	-uscan --upstream-version 0 --rename	


Property changes on: trunk/libconqat-ccsm-commons-java/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/libconqat-ccsm-commons-java/debian/watch
===================================================================
--- trunk/libconqat-ccsm-commons-java/debian/watch	                        (rev 0)
+++ trunk/libconqat-ccsm-commons-java/debian/watch	2010-10-10 14:46:34 UTC (rev 13023)
@@ -0,0 +1,4 @@
+version=3
+opts="dversionmangle=s/\.dfsg//" \
+ http://conqat.in.tum.de/index.php/CCSM_Commons .*/ccsm-commons-source-(.*).zip \
+  debian debian/orig-tar.sh




More information about the pkg-java-commits mailing list