[med-svn] [cytoscape] 03/07: New upstream versio, updated patches
Andreas Tille
tille at debian.org
Sun Dec 3 18:13:48 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository cytoscape.
commit 906c42b626533d1aa186bf1d0dea9a39b726964c
Author: Andreas Tille <tille at debian.org>
Date: Sun Mar 16 20:44:14 2014 +0000
New upstream versio, updated patches
---
debian/changelog | 2 +-
debian/get-orig-source | 5 +++--
debian/patches/MPL.patch | 11 ++---------
debian/patches/shell.patch | 13 +++----------
4 files changed, 9 insertions(+), 22 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 0edf1ae..c158c4c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-cytoscape (2.8.4-1) UNRELEASED; urgency=low
+cytoscape (3.1.0-1) UNRELEASED; urgency=low
* Initial release (Closes: #465331).
diff --git a/debian/get-orig-source b/debian/get-orig-source
index 22ddf06..38f3393 100755
--- a/debian/get-orig-source
+++ b/debian/get-orig-source
@@ -4,6 +4,7 @@
set -e
NAME=`dpkg-parsechangelog | awk '/^Source/ { print $2 }'`
ORIGNAME=cytoscape
+COMPRESSION=xz
if ! echo $@ | grep -q upstream-version ; then
VERSION=`dpkg-parsechangelog | awk '/^Version:/ { print $2 }' | sed 's/\([0-9\.]\+\)-[0-9]\+$/\1/'`
@@ -23,7 +24,7 @@ TARDIR=${NAME}-${VERSION}
mkdir -p ../tarballs
cd ../tarballs
# svn export conserves time stamps of the files, checkout does not
-LC_ALL=C svn export http://chianti.ucsd.edu/svn/cytoscape/trunk ${TARDIR}
+LC_ALL=C svn --quiet export http://chianti.ucsd.edu/svn/cytoscape/trunk ${TARDIR}
-GZIP="--best --no-name" tar --owner=root --group=root --mode=a+rX -czf "$NAME"_"$VERSION".orig.tar.gz "${TARDIR}"
+GZIP="--best --no-name" XZ_OPT="-6v" tar --owner=root --group=root --mode=a+rX -caf "$NAME"_"$VERSION".orig.tar.${COMPRESSION} "${TARDIR}"
rm -rf "${NAME}"-"$VERSION"
diff --git a/debian/patches/MPL.patch b/debian/patches/MPL.patch
index a4f6dee..199cb78 100644
--- a/debian/patches/MPL.patch
+++ b/debian/patches/MPL.patch
@@ -1,16 +1,9 @@
Description: added the text for the Mozilla Public License
- .
Author: Ivo Maintz <ivo at maintz.de>
-
----
-The information above should follow the Patch Tagging Guidelines, please
-checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
-are templates for supplementary fields that you might want to add:
-
-Last-Update: <2013-02-01>
+Last-Update: 2013-02-01
--- /dev/null
-+++ cytoscape-2.8.4distribution/src/main/licenses/MOZILLA_PUBLIC_LICENSE.txt
++++ b/src/main/licenses/MOZILLA_PUBLIC_LICENSE.txt
@@ -0,0 +1,373 @@
+Mozilla Public License Version 2.0
+==================================
diff --git a/debian/patches/shell.patch b/debian/patches/shell.patch
index 9962d55..667b61e 100644
--- a/debian/patches/shell.patch
+++ b/debian/patches/shell.patch
@@ -1,16 +1,9 @@
Description: repaired the handling of a softlinked startup script
- .
Author: Ivo Maintz <ivo at maintz.de>
+Last-Update: 2013-02-01
----
-The information above should follow the Patch Tagging Guidelines, please
-checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
-are templates for supplementary fields that you might want to add:
-
-Last-Update: <2013-02-01>
-
---- cytoscape-2.8.4.orig/distribution/src/main/bin/cytoscape.sh
-+++ cytoscape-2.8.4/distribution/src/main/bin/cytoscape.sh
+--- a/distribution/src/main/bin/cytoscape.sh
++++ b/distribution/src/main/bin/cytoscape.sh
@@ -4,10 +4,7 @@
# This script is a UNIX-only (i.e. Linux, Mac OS, etc.) version
#-------------------------------------------------------------------------------
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/cytoscape.git
More information about the debian-med-commit
mailing list