[pkg-java] r6324 - in tags/sacjava: . 1.3-1 1.3-1/debian

rene at alioth.debian.org rene at alioth.debian.org
Sun Apr 27 22:05:46 UTC 2008


Author: rene
Date: 2008-04-27 22:05:45 +0000 (Sun, 27 Apr 2008)
New Revision: 6324

Added:
   tags/sacjava/1.3-1/
   tags/sacjava/1.3-1/debian/
   tags/sacjava/1.3-1/debian/changelog
   tags/sacjava/1.3-1/debian/control
   tags/sacjava/1.3-1/debian/rules
Removed:
   tags/sacjava/1.3-1/debian/changelog
   tags/sacjava/1.3-1/debian/control
   tags/sacjava/1.3-1/debian/rules
Log:
tag 1.3-1


Copied: tags/sacjava/1.3-1 (from rev 6321, trunk/sacjava)

Copied: tags/sacjava/1.3-1/debian (from rev 6322, trunk/sacjava/debian)

Deleted: tags/sacjava/1.3-1/debian/changelog
===================================================================
--- trunk/sacjava/debian/changelog	2008-04-27 22:03:32 UTC (rev 6322)
+++ tags/sacjava/1.3-1/debian/changelog	2008-04-27 22:05:45 UTC (rev 6324)
@@ -1,12 +0,0 @@
-sacjava (1.3-2) unstable; urgency=low
-
-  *  use default-jdk-builddep (closes: #477903)
-
- -- Rene Engelhard <rene at debian.org>  Sun, 27 Apr 2008 00:25:44 +0200
-
-sacjava (1.3-1) unstable; urgency=low
-
-  * Initial release
-
- -- Rene Engelhard <rene at debian.org>  Mon, 24 Sep 2007 14:44:47 +0200
-

Copied: tags/sacjava/1.3-1/debian/changelog (from rev 6323, trunk/sacjava/debian/changelog)
===================================================================
--- tags/sacjava/1.3-1/debian/changelog	                        (rev 0)
+++ tags/sacjava/1.3-1/debian/changelog	2008-04-27 22:05:45 UTC (rev 6324)
@@ -0,0 +1,6 @@
+sacjava (1.3-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Rene Engelhard <rene at debian.org>  Mon, 24 Sep 2007 14:44:47 +0200
+

Deleted: tags/sacjava/1.3-1/debian/control
===================================================================
--- trunk/sacjava/debian/control	2008-04-27 22:03:32 UTC (rev 6322)
+++ tags/sacjava/1.3-1/debian/control	2008-04-27 22:05:45 UTC (rev 6324)
@@ -1,41 +0,0 @@
-Source: sacjava
-Priority: optional
-Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Rene Engelhard <rene at debian.org>
-Build-Depends: debhelper (>= 5), default-jdk-builddep
-Standards-Version: 3.7.2
-Section: libs
-
-Package: libsac-java
-Architecture: all
-Depends: java-gcj-compat | java2-runtime
-Suggests: libsac-java-doc
-Recommends: libsac-java-gcj
-Description: Simple API for CSS Java library
- SAC is a standard interface for CSS parser and supposed to work
- with CSS1, CSS2, CSS3 (currently under development) and other CSS derived
- languages.
- .
- This package contains the SAC Java library.
-
-Package: libsac-java-doc
-Section: doc
-Architecture: all
-Description: Simple API for CSS Java library (documentation)
- SAC is a standard interface for CSS parser and supposed to work
- with CSS1, CSS2, CSS3 (currently under development) and other CSS derived
- languages.
- .
- This package contains the SAC Java library javadoc documentation.
-
-Package: libsac-java-gcj
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Simple API for CSS Java library (native code)
- SAC is a standard interface for CSS parser and supposed to work
- with CSS1, CSS2, CSS3 (currently under development) and other CSS derived
- languages.
- .
- This package contains the SAC Java library compiled to native code for use
- with gij.
-

Copied: tags/sacjava/1.3-1/debian/control (from rev 6323, trunk/sacjava/debian/control)
===================================================================
--- tags/sacjava/1.3-1/debian/control	                        (rev 0)
+++ tags/sacjava/1.3-1/debian/control	2008-04-27 22:05:45 UTC (rev 6324)
@@ -0,0 +1,41 @@
+Source: sacjava
+Priority: optional
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Rene Engelhard <rene at debian.org>
+Build-Depends: debhelper (>= 5), java-gcj-compat-dev
+Standards-Version: 3.7.2
+Section: libs
+
+Package: libsac-java
+Architecture: all
+Depends: java-gcj-compat | java2-runtime
+Suggests: libsac-java-doc
+Recommends: libsac-java-gcj
+Description: Simple API for CSS Java library
+ SAC is a standard interface for CSS parser and supposed to work
+ with CSS1, CSS2, CSS3 (currently under development) and other CSS derived
+ languages.
+ .
+ This package contains the SAC Java library.
+
+Package: libsac-java-doc
+Section: doc
+Architecture: all
+Description: Simple API for CSS Java library (documentation)
+ SAC is a standard interface for CSS parser and supposed to work
+ with CSS1, CSS2, CSS3 (currently under development) and other CSS derived
+ languages.
+ .
+ This package contains the SAC Java library javadoc documentation.
+
+Package: libsac-java-gcj
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Simple API for CSS Java library (native code)
+ SAC is a standard interface for CSS parser and supposed to work
+ with CSS1, CSS2, CSS3 (currently under development) and other CSS derived
+ languages.
+ .
+ This package contains the SAC Java library compiled to native code for use
+ with gij.
+

Deleted: tags/sacjava/1.3-1/debian/rules
===================================================================
--- trunk/sacjava/debian/rules	2008-04-27 22:03:32 UTC (rev 6322)
+++ tags/sacjava/1.3-1/debian/rules	2008-04-27 22:05:45 UTC (rev 6324)
@@ -1,76 +0,0 @@
-#!/usr/bin/make -f
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-configure: configure-stamp
-configure-stamp:
-	dh_testdir
-	touch configure-stamp
-
-
-build: build-stamp
-build-stamp: configure-stamp 
-	dh_testdir
-
-	/usr/lib/jvm/default-java/bin/javac `find org -name "*.java" | xargs`
-	/usr/lib/jvm/default-java/bin/jar cvf sac-1.3.jar `find org -name "*.class" | xargs`
-	if [ ! -d doc ]; then mkdir doc; fi
-	/usr/lib/jvm/default-java/bin/javadoc -d doc `find org -name "*.java" | xargs`
-
-	touch $@
-
-clean:
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp configure-stamp
-
-	rm -f sac.jar sac-1.3.jar
-	-find org -name "*.class" | xargs rm
-	# remove this; will be rebuilt
-	rm -rf doc
-
-	dh_clean 
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k 
-	dh_installdirs
-
-	install -m644 -D sac-1.3.jar \
-		debian/libsac-java/usr/share/java/sac-1.3.jar
-	ln -s /usr/share/java/sac-1.3.jar \
-		debian/libsac-java/usr/share/java/sac.jar
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs -i
-	dh_installdocs -i
-	dh_link -i
-	dh_compress -i 
-	dh_fixperms -i
-	dh_installdeb -i
-	dh_gencontrol -i
-	dh_md5sums -i
-	dh_builddeb -i
-
-binary-arch: build install
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs -s
-	dh_installdocs -s
-	dh_link -s
-	dh_nativejava -s -plibsac-java-gcj
-	dh_strip -s
-	dh_compress -s
-	dh_fixperms -s
-	dh_installdeb -s
-	dh_shlibdeps -s
-	dh_gencontrol -s
-	dh_md5sums -s
-	dh_builddeb -s
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure

Copied: tags/sacjava/1.3-1/debian/rules (from rev 6323, trunk/sacjava/debian/rules)
===================================================================
--- tags/sacjava/1.3-1/debian/rules	                        (rev 0)
+++ tags/sacjava/1.3-1/debian/rules	2008-04-27 22:05:45 UTC (rev 6324)
@@ -0,0 +1,76 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+	touch configure-stamp
+
+
+build: build-stamp
+build-stamp: configure-stamp 
+	dh_testdir
+
+	/usr/lib/jvm/java-gcj/bin/javac `find org -name "*.java" | xargs`
+	/usr/lib/jvm/java-gcj/bin/jar cvf sac-1.3.jar `find org -name "*.class" | xargs`
+	if [ ! -d doc ]; then mkdir doc; fi
+	/usr/lib/jvm/java-gcj/bin/javadoc -d doc `find org -name "*.java" | xargs`
+
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp
+
+	rm -f sac.jar sac-1.3.jar
+	-find org -name "*.class" | xargs rm
+	# remove this; will be rebuilt
+	rm -rf doc
+
+	dh_clean 
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k 
+	dh_installdirs
+
+	install -m644 -D sac-1.3.jar \
+		debian/libsac-java/usr/share/java/sac-1.3.jar
+	ln -s /usr/share/java/sac-1.3.jar \
+		debian/libsac-java/usr/share/java/sac.jar
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs -i
+	dh_installdocs -i
+	dh_link -i
+	dh_compress -i 
+	dh_fixperms -i
+	dh_installdeb -i
+	dh_gencontrol -i
+	dh_md5sums -i
+	dh_builddeb -i
+
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs -s
+	dh_installdocs -s
+	dh_link -s
+	dh_nativejava -s -plibsac-java-gcj
+	dh_strip -s
+	dh_compress -s
+	dh_fixperms -s
+	dh_installdeb -s
+	dh_shlibdeps -s
+	dh_gencontrol -s
+	dh_md5sums -s
+	dh_builddeb -s
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure




More information about the pkg-java-commits mailing list