[libnetlib-java] 07/14: Project moved to Github, no need to strip JARs any more since upstream does not deliver these any more.

Andreas Tille tille at debian.org
Tue Sep 2 09:52:35 UTC 2014


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

tille pushed a commit to branch master
in repository libnetlib-java.

commit 3d49970b86708212db7df19db245a2600504f623
Author: Andreas Tille <tille at debian.org>
Date:   Thu Aug 28 13:46:56 2014 +0000

    Project moved to Github, no need to strip JARs any more since upstream does not deliver these any more.
---
 debian/control         |  5 +++--
 debian/copyright       |  4 +---
 debian/get-orig-source | 29 -----------------------------
 debian/watch           |  4 ++--
 4 files changed, 6 insertions(+), 36 deletions(-)

diff --git a/debian/control b/debian/control
index c7f5d6e..4f7e655 100644
--- a/debian/control
+++ b/debian/control
@@ -5,9 +5,10 @@ Build-Depends: debhelper (>= 8.0.0), unzip, f2j, libjlapack-java, javahelper (>=
  default-jdk, junit, ant
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 DM-Upload-Allowed: yes
-Uploaders: Olivier Sallou <osallou at debian.org>
+Uploaders: Olivier Sallou <osallou at debian.org>,
+           Andreas Tille <tille at debian.org>
 Standards-Version: 3.9.3
-Homepage: http://code.google.com/p/netlib-java
+Homepage: https://github.com/fommil/netlib-java/
 Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/netlib-java/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/netlib-java/trunk/
 
diff --git a/debian/copyright b/debian/copyright
index 6057bce..cc84ef4 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,8 +1,6 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: netlib-java
-Source: http://code.google.com/p/netlib-java/
-Files-Excluded:
-    *.jar
+Source: https://github.com/fommil/netlib-java/
 
 License: BSD
  Redistribution and use in source and binary forms, with or without
diff --git a/debian/get-orig-source b/debian/get-orig-source
deleted file mode 100755
index 85393c8..0000000
--- a/debian/get-orig-source
+++ /dev/null
@@ -1,29 +0,0 @@
-#!/bin/bash
-
-set -e
-
-PKG=`dpkg-parsechangelog | awk '/^Source/ { print $2 }'`
-VERSION=`uscan --verbose --force-download | 
-    grep "Newest version on remote site is .* local version is .*" | 
-    head -n 1 | 
-    sed "s/Newest version on remote site is \([a-z0-9.]\+\),.*/\1/"`
-
-mkdir -p ../tarballs
-cd ../tarballs
-
-UTAR="${PKG}-${VERSION}.zip"
-mv ../${UTAR} .
-unzip ${UTAR}
-
-mv ${PKG}-${VERSION} $PKG-${VERSION}.orig
-
-cd $PKG-${VERSION}.orig
-  rm -f netlib-java-0.9.3.jar
-  rm lib/junit/junit-3.8.2.jar
-  rm lib/f2j/arpack-combo-0.1.jar
-cd ..
-
-rm $UTAR
-
-BZIP2="--best" tar -cjf ${PKG}_${VERSION}.orig.tar.bz2 ${PKG}-${VERSION}.orig
-rm -rf ${PKG}-${VERSION}.orig
diff --git a/debian/watch b/debian/watch
index b1fdba2..d5f6231 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 version=3
-opts=dversionmangle=s/\+dfsg// \
-  http://code.google.com/p/netlib-java/downloads/list //netlib-java.googlecode.com/files/netlib-java-(.*)\.zip
+https://github.com/fommil/netlib-java/releases .*/archive/(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)
+

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



More information about the pkg-java-commits mailing list