[pkg-java] r5474 - trunk/libhibernate-commons-annotations-java/debian

varun at alioth.debian.org varun at alioth.debian.org
Fri Jan 18 11:51:48 UTC 2008


Author: varun
Date: 2008-01-18 11:51:48 +0000 (Fri, 18 Jan 2008)
New Revision: 5474

Added:
   trunk/libhibernate-commons-annotations-java/debian/watch
Modified:
   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/orig-tar.sh
   trunk/libhibernate-commons-annotations-java/debian/rules
Log:
* debian/control: Build-Depend on debhelper >=6
* debian/compat: Bump to 6
* Add watch file and fix orig-tar.sh to directly read the upstream tag
  version and create orig.tar.gz

Modified: trunk/libhibernate-commons-annotations-java/debian/changelog
===================================================================
--- trunk/libhibernate-commons-annotations-java/debian/changelog	2008-01-18 11:37:42 UTC (rev 5473)
+++ trunk/libhibernate-commons-annotations-java/debian/changelog	2008-01-18 11:51:48 UTC (rev 5474)
@@ -1,3 +1,12 @@
+libhibernate-commons-annotations-java (3.0.0.GA-2) unstable; urgency=low
+
+  * debian/control: Build-Depend on debhelper >=6
+  * debian/compat: Bump to 6
+  * Add watch file and fix orig-tar.sh to directly read the upstream tag
+    version and create orig.tar.gz
+
+ -- Varun Hiremath <varun at debian.org>  Fri, 18 Jan 2008 17:35:36 +0530
+
 libhibernate-commons-annotations-java (3.0.0.GA-1) unstable; urgency=low
 
   * Initial Release (closes: #451433).

Modified: trunk/libhibernate-commons-annotations-java/debian/compat
===================================================================
--- trunk/libhibernate-commons-annotations-java/debian/compat	2008-01-18 11:37:42 UTC (rev 5473)
+++ trunk/libhibernate-commons-annotations-java/debian/compat	2008-01-18 11:51:48 UTC (rev 5474)
@@ -1 +1 @@
-5
+6

Modified: trunk/libhibernate-commons-annotations-java/debian/control
===================================================================
--- trunk/libhibernate-commons-annotations-java/debian/control	2008-01-18 11:37:42 UTC (rev 5473)
+++ trunk/libhibernate-commons-annotations-java/debian/control	2008-01-18 11:51:48 UTC (rev 5474)
@@ -2,11 +2,10 @@
 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
+Uploaders: Torsten Werner <twerner at debian.org>, Varun Hiremath <varun at debian.org>
+Build-Depends: debhelper (>= 6), cdbs
 Build-Depends-Indep: ant, java-gcj-compat-dev, libcommons-logging-java
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 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

Modified: trunk/libhibernate-commons-annotations-java/debian/orig-tar.sh
===================================================================
--- trunk/libhibernate-commons-annotations-java/debian/orig-tar.sh	2008-01-18 11:37:42 UTC (rev 5473)
+++ trunk/libhibernate-commons-annotations-java/debian/orig-tar.sh	2008-01-18 11:51:48 UTC (rev 5474)
@@ -1,14 +1,15 @@
 #!/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,\.,_,g')
+TAR=../libhibernate-commons-annotations-java_$2.orig.tar.gz
+DIR=hibernate-commons-annotations-$2
+TAG=$(echo "v$2" | sed -e 's,\.,_,g')
 
 # 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
+rm ../$TAG
 
 # move to directory 'tarballs'
 if [ -r .svn/deb-layout ]; then

Modified: trunk/libhibernate-commons-annotations-java/debian/rules
===================================================================
--- trunk/libhibernate-commons-annotations-java/debian/rules	2008-01-18 11:37:42 UTC (rev 5473)
+++ trunk/libhibernate-commons-annotations-java/debian/rules	2008-01-18 11:51:48 UTC (rev 5474)
@@ -12,4 +12,4 @@
 	dh_link /usr/share/java/hibernate-commons-annotations-$(DEB_UPSTREAM_VERSION).jar /usr/share/java/hibernate-commons-annotations.jar
 
 get-orig-source:
-	sh debian/orig-tar.sh $(DEB_UPSTREAM_VERSION)
+	-uscan --upstream-version 0

Added: trunk/libhibernate-commons-annotations-java/debian/watch
===================================================================
--- trunk/libhibernate-commons-annotations-java/debian/watch	                        (rev 0)
+++ trunk/libhibernate-commons-annotations-java/debian/watch	2008-01-18 11:51:48 UTC (rev 5474)
@@ -0,0 +1,3 @@
+version=3
+opts="uversionmangle=s/_/./g" \
+http://anonsvn.jboss.org/repos/hibernate/commons-annotations/tags/ v([0-9].*)/ debian debian/orig-tar.sh




More information about the pkg-java-commits mailing list