[med-svn] r9410 - trunk/packages/netcdf-java/trunk/debian
Mathieu Malaterre
malat-guest at alioth.debian.org
Tue Jan 24 13:38:28 UTC 2012
Author: malat-guest
Date: 2012-01-24 13:38:27 +0000 (Tue, 24 Jan 2012)
New Revision: 9410
Modified:
trunk/packages/netcdf-java/trunk/debian/control
trunk/packages/netcdf-java/trunk/debian/copyright
trunk/packages/netcdf-java/trunk/debian/get-orig-source
Log:
Remove some files with odd licenses
Modified: trunk/packages/netcdf-java/trunk/debian/control
===================================================================
--- trunk/packages/netcdf-java/trunk/debian/control 2012-01-24 12:31:16 UTC (rev 9409)
+++ trunk/packages/netcdf-java/trunk/debian/control 2012-01-24 13:38:27 UTC (rev 9410)
@@ -12,8 +12,8 @@
libjna-java
Standards-Version: 3.9.2
Homepage: http://www.unidata.ucar.edu/software/netcdf-java/
-Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/netcdf-java/trunk/
-Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/netcdf-java/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/netcdf-java/trunk/
+Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/netcdf-java/trunk/
Package: libnetcdf-java
Modified: trunk/packages/netcdf-java/trunk/debian/copyright
===================================================================
--- trunk/packages/netcdf-java/trunk/debian/copyright 2012-01-24 12:31:16 UTC (rev 9409)
+++ trunk/packages/netcdf-java/trunk/debian/copyright 2012-01-24 13:38:27 UTC (rev 9410)
@@ -4,7 +4,7 @@
Files: *
Copyright: 1993-2010 University Corporation for Atmospheric Research/Unidata
-Licence:
+Licence: BSD
Portions of this software were developed by the Unidata Program at the
University Corporation for Atmospheric Research.
.
Modified: trunk/packages/netcdf-java/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/netcdf-java/trunk/debian/get-orig-source 2012-01-24 12:31:16 UTC (rev 9409)
+++ trunk/packages/netcdf-java/trunk/debian/get-orig-source 2012-01-24 13:38:27 UTC (rev 9410)
@@ -1,10 +1,6 @@
#!/bin/sh
set -ex
-# TODO:
-# when building the and dist, the tarball is actually called:
-# jai-1_1_4-pre-dr-b03-lib-linux-amd64-12_Sep_2011
-# while debian simply calls it 1.1.4
PACKAGE=netcdf-java
VERSION=${VERSION:-$2}
@@ -31,5 +27,11 @@
rm -rf ${FOLDER}/lib/release/
rm -rf ${FOLDER}/lib/external/
+# remove files with weird copyright
+# upstream is fixing them for next release
+rm -rf ${FOLDER}/ui/src/main/java/ucar/
+#
+rm -rf ${FOLDER}/cdm/src/main/java/thredds
+
GZIP="--best --no-name" tar czf ${TARFILE} ${FOLDER}
rm -rf ${FOLDER}
More information about the debian-med-commit
mailing list