[pkg-java] r4682 - trunk/libhibernate3-java/debian
varun-guest at alioth.debian.org
varun-guest at alioth.debian.org
Sat Nov 10 10:25:12 UTC 2007
Author: varun-guest
Date: 2007-11-10 10:25:12 +0000 (Sat, 10 Nov 2007)
New Revision: 4682
Modified:
trunk/libhibernate3-java/debian/README.Debian-source
trunk/libhibernate3-java/debian/orig-tar.sh
trunk/libhibernate3-java/debian/rules
Log:
* Clean up rules.
* Fix orig-tar.sh
Modified: trunk/libhibernate3-java/debian/README.Debian-source
===================================================================
--- trunk/libhibernate3-java/debian/README.Debian-source 2007-11-10 10:21:57 UTC (rev 4681)
+++ trunk/libhibernate3-java/debian/README.Debian-source 2007-11-10 10:25:12 UTC (rev 4682)
@@ -1,3 +1,6 @@
+libhibernate3-java
+==================
+
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
@@ -7,4 +10,4 @@
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
+ -- Varun Hiremath <varunhiremath at gmail.com>, Sat, 10 Nov 2007 15:31:20 +0530
Modified: trunk/libhibernate3-java/debian/orig-tar.sh
===================================================================
--- trunk/libhibernate3-java/debian/orig-tar.sh 2007-11-10 10:21:57 UTC (rev 4681)
+++ trunk/libhibernate3-java/debian/orig-tar.sh 2007-11-10 10:25:12 UTC (rev 4682)
@@ -1,14 +1,13 @@
#!/bin/sh -e
# called by uscan with '--upstream-version' <version> <file>
-
TAR=$3
# clean up the upstream tarball
tar -x -z -f $TAR
cp hibernate-*/doc/api/package.html hibernate-*/doc/api/jdstyle.css .
rm -rf hibernate-*/doc/api/*
-mv package.html jdstyle hibernate-*/doc/api/
+mv package.html jdstyle.css hibernate-*/doc/api/
tar -c -z -f $TAR -X debian/orig-tar.exclude hibernate-*
rm -rf hibernate-*
@@ -18,4 +17,3 @@
mv $TAR $origDir
echo "moved $TAR to $origDir"
fi
-
Modified: trunk/libhibernate3-java/debian/rules
===================================================================
--- trunk/libhibernate3-java/debian/rules 2007-11-10 10:21:57 UTC (rev 4681)
+++ trunk/libhibernate3-java/debian/rules 2007-11-10 10:25:12 UTC (rev 4682)
@@ -4,12 +4,11 @@
include /usr/share/cdbs/1/class/ant.mk
include /usr/share/cdbs/1/rules/patchsys-quilt.mk
-JAVA_HOME := /usr/lib/jvm/java-gcj/
-DEB_JARS := ant-antlr ant-junit antlr asm-attrs ehcache cglib \
- commons-collections commons-logging c3p0 dom4j javassist jboss-cache1 \
- jboss-jmx glassfish-javaee jboss-system junit oscache proxool swarmcache
-DEB_ANT_BUILD_TARGET := jar javadoc
-JAR_DIR := /usr/share/java
+JAVA_HOME := /usr/lib/jvm/java-gcj/
+DEB_ANT_BUILD_TARGET := jar javadoc
+DEB_JARS := ant-antlr ant-junit antlr asm-attrs ehcache cglib commons-collections \
+ commons-logging c3p0 dom4j javassist jboss-cache1 jboss-system jboss-jmx \
+ glassfish-javaee junit oscache proxool swarmcache
#install/libcglib2.1-java::
# dh_link -plibcglib2.1-java $(JAR_DIR)/cglib-$(VERSION).jar \
@@ -17,4 +16,3 @@
get-orig-source:
uscan --upstream-version 0 --rename
-
More information about the pkg-java-commits
mailing list