Author: sonne Date: 2009-09-15 10:02:43 +0000 (Tue, 15 Sep 2009) New Revision: 10382
Modified: trunk/jblas/debian/changelog trunk/jblas/debian/control trunk/jblas/debian/orig-tar.sh trunk/jblas/debian/watch Log: * New upstream version. * Update Standards-Version: 3.8.3 (no changes). * Upstream moved to github, change homepage, watchfile etc accordingly. Modified: trunk/jblas/debian/changelog =================================================================== --- trunk/jblas/debian/changelog 2009-09-15 09:46:15 UTC (rev 10381) +++ trunk/jblas/debian/changelog 2009-09-15 10:02:43 UTC (rev 10382) @@ -1,9 +1,15 @@ -jblas (0.1-3) UNRELEASED; urgency=low +jblas (0.2-1) unstable; urgency=low + [ Torsten Werner ] * Fix Vcs headers. - -- Torsten Werner <[email protected]> Mon, 29 Jun 2009 20:53:28 +0200 + [ Soeren Sonnenburg ] + * New upstream version. + * Update Standards-Version: 3.8.3 (no changes). + * Upstream moved to github, change homepage, watchfile etc accordingly. + -- Soeren Sonnenburg <[email protected]> Tue, 15 Sep 2009 12:02:00 +0200 + jblas (0.1-2) unstable; urgency=low * Change Maintainer: Debian Java Maintainers. Modified: trunk/jblas/debian/control =================================================================== --- trunk/jblas/debian/control 2009-09-15 09:46:15 UTC (rev 10381) +++ trunk/jblas/debian/control 2009-09-15 10:02:43 UTC (rev 10382) @@ -5,9 +5,9 @@ Torsten Werner <[email protected]> Build-Depends: cdbs, debhelper (>= 7), openjdk-6-jdk, ant-optional, gfortran, libatlas-base-dev, quilt, ruby -Standards-Version: 3.8.2 +Standards-Version: 3.8.3 Section: science -Homepage: https://ml01.zrz.tu-berlin.de/trac/jblas/ +Homepage: http://jblas.org Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/jblas Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/jblas/ Modified: trunk/jblas/debian/orig-tar.sh =================================================================== --- trunk/jblas/debian/orig-tar.sh 2009-09-15 09:46:15 UTC (rev 10381) +++ trunk/jblas/debian/orig-tar.sh 2009-09-15 10:02:43 UTC (rev 10382) @@ -3,13 +3,16 @@ # called by uscan with '--upstream-version' <version> <file> SOURCE=$(dpkg-parsechangelog | sed -ne 's,Source: \(.*\),\1,p') VERSION=$(dpkg-parsechangelog | sed -ne 's,^Version: \(.*\)-.*,\1,p') -TAR=$3 -DIR=jblas-*/ +TAR=jblas_${2}.orig.tar.gz +ORIGDIR=mikiobraun-jblas-*/ +TARGETDIR=jblas-$2 # clean up the upstream tarball -tar xzf $TAR -tar -czf $TAR --exclude '*/javadoc' $DIR -rm -rf $DIR +tar xzf $3 +mv $ORIGDIR $TARGETDIR +tar -czf $TAR --exclude '*/javadoc' $TARGETDIR +rm -rf $TARGETDIR +rm -f $3 # move to directory 'tarballs' if [ -r .svn/deb-layout ]; then Modified: trunk/jblas/debian/watch =================================================================== --- trunk/jblas/debian/watch 2009-09-15 09:46:15 UTC (rev 10381) +++ trunk/jblas/debian/watch 2009-09-15 10:02:43 UTC (rev 10382) @@ -1,4 +1,4 @@ version=3 -https://ml01.zrz.tu-berlin.de/trac/jblas/attachment/wiki/WikiStart/jblas-0.1.tgz \ -.*/raw-attachment/wiki/WikiStart/jblas-(.*).tgz \ +http://github.com/mikiobraun/jblas/downloads .*/mikiobraun/jblas/tarball/jblas-(.*) \ debian debian/orig-tar.sh + jblas_0.2.orig.tar.gz _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

