[pkg-java] r6621 - trunk/libhibernate-annotations-java/debian

varun at alioth.debian.org varun at alioth.debian.org
Fri Jul 4 20:12:57 UTC 2008


Author: varun
Date: 2008-07-04 20:12:57 +0000 (Fri, 04 Jul 2008)
New Revision: 6621

Modified:
   trunk/libhibernate-annotations-java/debian/changelog
   trunk/libhibernate-annotations-java/debian/control
   trunk/libhibernate-annotations-java/debian/orig-tar.sh
   trunk/libhibernate-annotations-java/debian/rules
Log:
* New upstream release
* Bump Standards-Version to 3.8.0
* Add libslf4j-java to Build-Depends

Modified: trunk/libhibernate-annotations-java/debian/changelog
===================================================================
--- trunk/libhibernate-annotations-java/debian/changelog	2008-07-04 20:10:53 UTC (rev 6620)
+++ trunk/libhibernate-annotations-java/debian/changelog	2008-07-04 20:12:57 UTC (rev 6621)
@@ -1,3 +1,11 @@
+libhibernate-annotations-java (3.4.0.CR1-1) unstable; urgency=low
+
+  * New upstream release
+  * Bump Standards-Version to 3.8.0
+  * Add libslf4j-java to Build-Depends
+
+ -- Varun Hiremath <varun at debian.org>  Sat, 05 Jul 2008 01:43:19 +0530
+
 libhibernate-annotations-java (3.3.1.GA-1) unstable; urgency=low
 
   * new upstream release

Modified: trunk/libhibernate-annotations-java/debian/control
===================================================================
--- trunk/libhibernate-annotations-java/debian/control	2008-07-04 20:10:53 UTC (rev 6620)
+++ trunk/libhibernate-annotations-java/debian/control	2008-07-04 20:12:57 UTC (rev 6621)
@@ -6,8 +6,8 @@
 Build-Depends: debhelper (>= 5), cdbs
 Build-Depends-Indep: ant, libcommons-logging-java, java-gcj-compat-dev,
  libhibernate-commons-annotations-java, libhibernate3-java,
- glassfish-toplink-essentials, libdom4j-java
-Standards-Version: 3.7.3
+ glassfish-toplink-essentials, libdom4j-java, libslf4j-java
+Standards-Version: 3.8.0
 Homepage: http://annotations.hibernate.org
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libhibernate-annotations-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libhibernate-annotations-java

Modified: trunk/libhibernate-annotations-java/debian/orig-tar.sh
===================================================================
--- trunk/libhibernate-annotations-java/debian/orig-tar.sh	2008-07-04 20:10:53 UTC (rev 6620)
+++ trunk/libhibernate-annotations-java/debian/orig-tar.sh	2008-07-04 20:12:57 UTC (rev 6621)
@@ -6,9 +6,10 @@
 DIR=${SOURCE}-$2.orig
 
 # clean up the upstream tarball
+echo $DIR
 unzip $3
 mv hibernate-annotations-$2 $DIR
-tar -c -z -f $TAR -X debian/orig-tar.exclude $DIR
+GZIP=--best tar -c -z -f $TAR -X debian/orig-tar.exclude $DIR
 rm -rf $3 $DIR
 
 # move to directory 'tarballs'

Modified: trunk/libhibernate-annotations-java/debian/rules
===================================================================
--- trunk/libhibernate-annotations-java/debian/rules	2008-07-04 20:10:53 UTC (rev 6620)
+++ trunk/libhibernate-annotations-java/debian/rules	2008-07-04 20:12:57 UTC (rev 6621)
@@ -6,7 +6,7 @@
 JAVA_HOME         := /usr/lib/jvm/java-gcj/
 DEB_ANT_BUILDFILE := debian/build.xml
 DEB_JARS          := commons-logging hibernate-commons-annotations hibernate3 \
-                     glassfish-toplink-essentials dom4j
+                     glassfish-toplink-essentials dom4j slf4j-api
 
 install/libhibernate-annotations-java::
 	install -m 644 -D hibernate-annotations.jar $(DEB_DESTDIR)/usr/share/java/hibernate-annotations-$(DEB_UPSTREAM_VERSION).jar




More information about the pkg-java-commits mailing list