[jblas] 09/24: Imported Debian patch 1.0.2-1

Tony Mancill tmancill at moszumanska.debian.org
Sun Jan 5 05:45:57 UTC 2014


This is an automated email from the git hooks/post-receive script.

tmancill pushed a commit to branch master
in repository jblas.

commit 5d19e6bfa15da0aed5007cb4804fdf3bda699679
Merge: a0b665f e175a0c
Author: Soeren Sonnenburg <sonne at debian.org>
Date:   Thu Feb 25 14:37:52 2010 +0100

    Imported Debian patch 1.0.2-1

 Makefile                           | 39 ++++++++++++++++++++------------------
 README                             |  7 ++++---
 RELEASE_NOTES                      | 13 +++++++++++++
 build.xml                          | 13 +++++++------
 config/arch_flavor.c               |  3 +++
 debian/changelog                   |  7 +++++++
 debian/rules                       |  2 +-
 scripts/class_to_float.rb          |  1 +
 src/org/jblas/DoubleMatrix.java    |  9 +++++++++
 src/org/jblas/FloatMatrix.java     |  9 +++++++++
 src/org/jblas/util/ArchFlavor.java |  2 +-
 11 files changed, 76 insertions(+), 29 deletions(-)

diff --cc debian/changelog
index 878d543,0000000..5231a1a
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,32 -1,0 +1,39 @@@
++jblas (1.0.2-1) unstable; urgency=low
++
++  * New upstream version (Closes: Bug#570652)
++  * Fix installation on archs other than x86{,_64}.
++
++ -- Soeren Sonnenburg <sonne at debian.org>  Thu, 25 Feb 2010 14:37:52 +0100
++
 +jblas (1.0.1-1) unstable; urgency=low
 +
 +  * New upstream version.
 +  * Update Standards-Version: 3.8.4 (no changes).
 +
 + -- Soeren Sonnenburg <sonne at debian.org>  Thu, 11 Feb 2010 14:49:56 +0100
 +
 +jblas (0.3-1) unstable; urgency=low
 +
 +  [ Torsten Werner ]
 +  * Fix Vcs headers.
 +
 +  [ Soeren Sonnenburg ]
 +  * New upstream version.
 +  * Update Standards-Version: 3.8.3 (no changes).
 +  * Upstream moved to github, change homepage, watchfile etc accordingly.
 +
 + -- Soeren Sonnenburg <sonne at debian.org>  Thu, 17 Sep 2009 17:30:53 +0200
 +
 +jblas (0.1-2) unstable; urgency=low
 +
 +  * Change Maintainer: Debian Java Maintainers.
 +  * Add myself to Uploaders.
 +  * Update Standards-Version: 3.8.2 (no changes).
 +
 + -- Torsten Werner <twerner at debian.org>  Mon, 29 Jun 2009 20:44:15 +0200
 +
 +jblas (0.1-1) unstable; urgency=low
 +
 +  * Initial Release (Closes: #522017)
 +
 + -- Soeren Sonnenburg <sonne at debian.org>  Fri, 10 Apr 2009 11:39:57 +0200
diff --cc debian/rules
index 1e63448,0000000..27328e7
mode 100755,000000..100755
--- a/debian/rules
+++ b/debian/rules
@@@ -1,36 -1,0 +1,36 @@@
 +#!/usr/bin/make -f
 +
 +include /usr/share/cdbs/1/rules/debhelper.mk
 +include /usr/share/cdbs/1/class/ant.mk
 +
 +JAVA_HOME_DIRS       := /usr/lib/jvm/java-6-openjdk
 +DEB_ANT_BUILDFILE    := build.xml
 +DEB_ANT_BUILD_TARGET := minimal-jar javadoc
 +DEB_ANT_CLEAN_TARGET := clean clean-jars
 +DEB_JARS := ant-nodeps.jar
 +
 +clean::
 +	-make clean
 +
 +debian/stamp-ant-build: debian/stamp-jblas-build
 +debian/stamp-jblas-build:
 +	./configure --libpath=/usr/lib:/usr/lib/atlas
 +	make
 +	touch $@
 +
 +install/jblas::
 +	install -m755 -d debian/jblas/usr/lib/jni
- 	install -m644 ./native-libs/dynamic/Linux/*/*/*.so ./native-libs/dynamic/Linux/*/*.so debian/jblas/usr/lib/jni
++	install -m644 $(shell find ./native-libs/dynamic/Linux/ -name '*.so') debian/jblas/usr/lib/jni
 +	install -m644 -D jblas-minimal-$(DEB_UPSTREAM_VERSION).jar debian/jblas/usr/share/java/jblas-$(DEB_UPSTREAM_VERSION).jar
 +	dh_link -pjblas /usr/share/java/jblas-$(DEB_UPSTREAM_VERSION).jar /usr/share/java/jblas.jar
 +
 +install/jblas-doc:: debian/stamp-install-jblas-doc
 +debian/stamp-install-jblas-doc:
 +	#install javadoc javadoc
 +	install -m755 -d debian/jblas-doc/usr/share/doc/jblas-doc
 +	cp -r javadoc debian/jblas-doc/usr/share/doc/jblas-doc/
 +	touch $@
 +
 +get-orig-source:
 +	-uscan --rename --upstream-version 0
 +	@echo successfully retrieved upstream tarball

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jblas.git



More information about the pkg-java-commits mailing list