[pkg-java] r4721 - in trunk: . libhibernate-commons-annotations-java libhibernate-commons-annotations-java/debian

twerner at alioth.debian.org twerner at alioth.debian.org
Sun Nov 11 20:21:58 UTC 2007


Author: twerner
Date: 2007-11-11 20:21:58 +0000 (Sun, 11 Nov 2007)
New Revision: 4721

Added:
   trunk/libhibernate-commons-annotations-java/
   trunk/libhibernate-commons-annotations-java/debian/
   trunk/libhibernate-commons-annotations-java/debian/README.Debian-source
   trunk/libhibernate-commons-annotations-java/debian/changelog
   trunk/libhibernate-commons-annotations-java/debian/compat
   trunk/libhibernate-commons-annotations-java/debian/control
   trunk/libhibernate-commons-annotations-java/debian/copyright
   trunk/libhibernate-commons-annotations-java/debian/orig-tar.sh
   trunk/libhibernate-commons-annotations-java/debian/rules
   trunk/libhibernate-commons-annotations-java/svn-commit.tmp
Log:
new package


Added: trunk/libhibernate-commons-annotations-java/debian/README.Debian-source
===================================================================
--- trunk/libhibernate-commons-annotations-java/debian/README.Debian-source	                        (rev 0)
+++ trunk/libhibernate-commons-annotations-java/debian/README.Debian-source	2007-11-11 20:21:58 UTC (rev 4721)
@@ -0,0 +1,8 @@
+libhibernate-commons-annotations-java
+=====================================
+
+Use the rules/get-orig-source target to create the orig.tar.gz.
+For more details on packaging of upstream sources please see the 
+debian/orig-tar.sh file.
+
+ -- Torsten Werner <twerner at debian.org>  Sun, 11 Nov 2007 21:12:33 +0100

Added: trunk/libhibernate-commons-annotations-java/debian/changelog
===================================================================
--- trunk/libhibernate-commons-annotations-java/debian/changelog	                        (rev 0)
+++ trunk/libhibernate-commons-annotations-java/debian/changelog	2007-11-11 20:21:58 UTC (rev 4721)
@@ -0,0 +1,5 @@
+libhibernate-commons-annotations-java (3.0.0.GA-1) unstable; urgency=low
+
+  * Initial Release (closes: #).
+
+ -- Torsten Werner <twerner at debian.org>  Sun, 11 Nov 2007 21:12:33 +0100

Added: trunk/libhibernate-commons-annotations-java/debian/compat
===================================================================
--- trunk/libhibernate-commons-annotations-java/debian/compat	                        (rev 0)
+++ trunk/libhibernate-commons-annotations-java/debian/compat	2007-11-11 20:21:58 UTC (rev 4721)
@@ -0,0 +1 @@
+5

Added: trunk/libhibernate-commons-annotations-java/debian/control
===================================================================
--- trunk/libhibernate-commons-annotations-java/debian/control	                        (rev 0)
+++ trunk/libhibernate-commons-annotations-java/debian/control	2007-11-11 20:21:58 UTC (rev 4721)
@@ -0,0 +1,28 @@
+Source: libhibernate-commons-annotations-java
+Section: libs
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Torsten Werner <twerner at debian.org>,
+ Varun Hiremath <varunhiremath at gmail.com>
+Build-Depends: debhelper (>= 5), cdbs
+Build-Depends-Indep: ant, libcommons-logging-java
+Standards-Version: 3.7.2
+Homepage: http://www.hibernate.org
+Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/libhibernate-commons-annotations-java
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libhibernate-commons-annotations-java
+
+Package: libhibernate-commons-annotations-java
+Architecture: all
+Depends: java-gcj-compat | java2-runtime
+Description: FIXME Relational Persistence for Idiomatic Java
+ Hibernate is a powerful, high performance object/relational persistence
+ and query service. Hibernate lets you develop persistent classes
+ following object-oriented idiom - including association, inheritance,
+ polymorphism, composition, and collections. Hibernate allows you to
+ express queries in its own portable SQL extension (HQL), as well as in
+ native SQL, or with an object-oriented Criteria and Example API.
+ .
+ Unlike many other persistence solutions, Hibernate does not hide the
+ power of SQL from you and guarantees that your investment in relational
+ technology and knowledge is as valid as always.
+

Added: trunk/libhibernate-commons-annotations-java/debian/copyright
===================================================================
--- trunk/libhibernate-commons-annotations-java/debian/copyright	                        (rev 0)
+++ trunk/libhibernate-commons-annotations-java/debian/copyright	2007-11-11 20:21:58 UTC (rev 4721)
@@ -0,0 +1,7 @@
+This package was debianized by Torsten Werner <twerner at debian.org> on
+2007-11-11. The source code was downloaded from
+FIXME
+
+The Debian packaging is (C) 2007, Torsten Werner <twerner at debian.org>
+and is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+

Added: trunk/libhibernate-commons-annotations-java/debian/orig-tar.sh
===================================================================
--- trunk/libhibernate-commons-annotations-java/debian/orig-tar.sh	                        (rev 0)
+++ trunk/libhibernate-commons-annotations-java/debian/orig-tar.sh	2007-11-11 20:21:58 UTC (rev 4721)
@@ -0,0 +1,18 @@
+#!/bin/sh -e
+
+# $1 = version
+TAR=../libhibernate-commons-annotations-java_$1.orig.tar.gz
+DIR=hibernate-commons-annotations-$1
+TAG=$(echo "v$1" | sed -e 's,\.,_,')
+
+# clean up the upstream tarball
+svn export http://anonsvn.jboss.org/repos/hibernate/commons-annotations/tags/$TAG $DIR
+GZIP=--best tar -c -z -f $TAR $DIR
+rm -rf $DIR
+
+# move to directory 'tarballs'
+if [ -r .svn/deb-layout ]; then
+  . .svn/deb-layout
+  mv $TAR $origDir
+  echo "moved $TAR to $origDir"
+fi


Property changes on: trunk/libhibernate-commons-annotations-java/debian/orig-tar.sh
___________________________________________________________________
Name: svn:executable
   + 

Added: trunk/libhibernate-commons-annotations-java/debian/rules
===================================================================
--- trunk/libhibernate-commons-annotations-java/debian/rules	                        (rev 0)
+++ trunk/libhibernate-commons-annotations-java/debian/rules	2007-11-11 20:21:58 UTC (rev 4721)
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/ant.mk
+
+JAVA_HOME := /usr/lib/jvm/java-gcj/
+DEB_JARS  := commons-logging
+
+get-orig-source:
+	uscan --upstream-version 0 --rename


Property changes on: trunk/libhibernate-commons-annotations-java/debian/rules
___________________________________________________________________
Name: svn:executable
   + 

Added: trunk/libhibernate-commons-annotations-java/svn-commit.tmp
===================================================================
--- trunk/libhibernate-commons-annotations-java/svn-commit.tmp	                        (rev 0)
+++ trunk/libhibernate-commons-annotations-java/svn-commit.tmp	2007-11-11 20:21:58 UTC (rev 4721)
@@ -0,0 +1,4 @@
+new package
+-- Diese und die folgenden Zeilen werden ignoriert --
+
+A    .




More information about the pkg-java-commits mailing list