[pkg-java] r4393 - in trunk: . libhibernate3-java libhibernate3-java/debian

twerner at alioth.debian.org twerner at alioth.debian.org
Sun Oct 14 13:17:09 UTC 2007


Author: twerner
Date: 2007-10-14 13:17:09 +0000 (Sun, 14 Oct 2007)
New Revision: 4393

Added:
   trunk/libhibernate3-java/
   trunk/libhibernate3-java/debian/
   trunk/libhibernate3-java/debian/README.Debian-source
   trunk/libhibernate3-java/debian/changelog
   trunk/libhibernate3-java/debian/compat
   trunk/libhibernate3-java/debian/control
   trunk/libhibernate3-java/debian/copyright
   trunk/libhibernate3-java/debian/orig-tar.exclude
   trunk/libhibernate3-java/debian/orig-tar.sh
   trunk/libhibernate3-java/debian/rules
   trunk/libhibernate3-java/debian/watch
Log:
initial import


Added: trunk/libhibernate3-java/debian/README.Debian-source
===================================================================
--- trunk/libhibernate3-java/debian/README.Debian-source	                        (rev 0)
+++ trunk/libhibernate3-java/debian/README.Debian-source	2007-10-14 13:17:09 UTC (rev 4393)
@@ -0,0 +1,10 @@
+The upstream supplied source package contains binary jar files and
+pre-built documentation. Currently no clean source distribution
+exists. Therefore, the upstream sources were modified to comply with
+the Debian Free Software Guidelines.
+
+Use the rules/get-orig-source target to create the orig.tar.gz.
+For more details on repackaging of upstream sources please see the 
+debian/orig-tar.sh file.
+
+ -- Torsten Werner <twerner at debian.org>  Sun, 14 Oct 2007 14:43:34 +0200

Added: trunk/libhibernate3-java/debian/changelog
===================================================================
--- trunk/libhibernate3-java/debian/changelog	                        (rev 0)
+++ trunk/libhibernate3-java/debian/changelog	2007-10-14 13:17:09 UTC (rev 4393)
@@ -0,0 +1,5 @@
+libhibernate3-java (3.2.5-1) unstable; urgency=low
+
+  * Initial Release (closes: #385569).
+
+ -- Torsten Werner <twerner at debian.org>  Sun, 14 Oct 2007 14:43:34 +0200

Added: trunk/libhibernate3-java/debian/compat
===================================================================
--- trunk/libhibernate3-java/debian/compat	                        (rev 0)
+++ trunk/libhibernate3-java/debian/compat	2007-10-14 13:17:09 UTC (rev 4393)
@@ -0,0 +1 @@
+5

Added: trunk/libhibernate3-java/debian/control
===================================================================
--- trunk/libhibernate3-java/debian/control	                        (rev 0)
+++ trunk/libhibernate3-java/debian/control	2007-10-14 13:17:09 UTC (rev 4393)
@@ -0,0 +1,43 @@
+Source: libhibernate3-java
+Section: contrib/libs
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Torsten Werner <twerner at debian.org>
+Build-Depends: debhelper (>= 5), cdbs
+Build-Depends-Indep: java-gcj-compat-dev (>= 1.0.69-2), ant
+Standards-Version: 3.7.2
+XS-Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/libhibernate3-java
+XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libhibernate3-java
+
+Package: libhibernate3-java
+Architecture: all
+Depends: java-gcj-compat | java2-runtime
+Description: 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.
+
+Package: libhibernate3-java-doc
+Section: contrib/doc
+Architecture: all
+Suggests: libhibernate3-java
+Description: Relational Persistence for Idiomatic Java (documentation)
+ 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.
+ .
+ This package includes the documentation.

Added: trunk/libhibernate3-java/debian/copyright
===================================================================
--- trunk/libhibernate3-java/debian/copyright	                        (rev 0)
+++ trunk/libhibernate3-java/debian/copyright	2007-10-14 13:17:09 UTC (rev 4393)
@@ -0,0 +1,37 @@
+This package was debianized by Torsten Werner <twerner at debian.org> on
+2007-10-14. The source code was downloaded from
+<http://sourceforge.net/projects/hibernate>.
+
+Authors:
+
+  Daniel Bradby <dbradby at users.sourceforge.net>
+  Emmanuel Bernard <epbernard at users.sourceforge.net>
+  Max R. Andersen <maxcsaucdk at users.sourceforge.net>
+  Gavin King <oneovthafew at users.sourceforge.net>
+  Steve Ebersole <steveebersole at users.sourceforge.net>
+  Christian Bauer <turin42 at users.sourceforge.net>
+
+Copyright: (C) 2006, Red Hat Middleware, LLC.
+
+License:
+
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2.1 of the License, or (at your option) any later version.
+
+    This library is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Lesser General Public License for more details.
+
+    You should have received a copy of the GNU Lesser General Public
+    License along with this library; if not, write to the Free Software
+    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+On Debian GNU/Linux system you can find a copy of this license in
+`/usr/share/common-licenses/LGPL'.
+
+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/libhibernate3-java/debian/orig-tar.exclude
===================================================================
--- trunk/libhibernate3-java/debian/orig-tar.exclude	                        (rev 0)
+++ trunk/libhibernate3-java/debian/orig-tar.exclude	2007-10-14 13:17:09 UTC (rev 4393)
@@ -0,0 +1,5 @@
+*.jar
+*/doc/api/*
+*/doc/other/*
+*/doc/reference/*
+

Added: trunk/libhibernate3-java/debian/orig-tar.sh
===================================================================
--- trunk/libhibernate3-java/debian/orig-tar.sh	                        (rev 0)
+++ trunk/libhibernate3-java/debian/orig-tar.sh	2007-10-14 13:17:09 UTC (rev 4393)
@@ -0,0 +1,18 @@
+#!/bin/sh -e
+
+# called by uscan with '--upstream-version' <version> <file>
+
+TAR=$3
+
+# clean up the upstream tarball
+tar -x -z -f $TAR
+tar -c -z -f $TAR -X debian/orig-tar.exclude hibernate-*
+rm -rf hibernate-*
+
+# 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/libhibernate3-java/debian/orig-tar.sh
___________________________________________________________________
Name: svn:executable
   + 

Added: trunk/libhibernate3-java/debian/rules
===================================================================
--- trunk/libhibernate3-java/debian/rules	                        (rev 0)
+++ trunk/libhibernate3-java/debian/rules	2007-10-14 13:17:09 UTC (rev 4393)
@@ -0,0 +1,23 @@
+#!/usr/bin/make -f
+# debian/rules file for c3p0 (uses cdbs)
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/ant.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
+# the upstream version without the .dfsg* suffix:
+VERSION   := `expr match $(DEB_UPSTREAM_VERSION) '\(.*\)\.dfsg.*'`
+
+JAVA_HOME := /usr/lib/jvm/java-gcj/
+DEB_JARS  := asm-attrs asm asm-util junit aspectwerkz aspectwerkz-core
+DEB_ANT_BUILD_TARGET := jardep javadoc
+DEB_ANT_ARGS         += -Dcomponent.version=$(VERSION)
+JAR_DIR   := /usr/share/java
+
+install/libcglib2.1-java::
+	dh_link -plibcglib2.1-java $(JAR_DIR)/cglib-$(VERSION).jar \
+	  $(JAR_DIR)/cglib.jar
+
+get-orig-source:
+	uscan --upstream-version 0 --rename
+


Property changes on: trunk/libhibernate3-java/debian/rules
___________________________________________________________________
Name: svn:executable
   + 

Added: trunk/libhibernate3-java/debian/watch
===================================================================
--- trunk/libhibernate3-java/debian/watch	                        (rev 0)
+++ trunk/libhibernate3-java/debian/watch	2007-10-14 13:17:09 UTC (rev 4393)
@@ -0,0 +1,6 @@
+# watch control file for uscan
+version = 2
+
+http://heanet.dl.sourceforge.net/sourceforge/hibernate/hibernate-(.+).ga.tar.gz \
+  debian debian/orig-tar.sh
+




More information about the pkg-java-commits mailing list