diff -Nru mgltools-gle-1.5.6~rc3~cvs.20120601/debian/changelog mgltools-gle-1.5.7~rc1~cvs.20130519/debian/changelog --- mgltools-gle-1.5.6~rc3~cvs.20120601/debian/changelog 2012-06-01 18:03:26.000000000 +0000 +++ mgltools-gle-1.5.7~rc1~cvs.20130519/debian/changelog 2013-05-31 17:09:58.000000000 +0000 @@ -1,3 +1,12 @@ +mgltools-gle (1.5.7~rc1~cvs.20130519-1) unstable; urgency=low + + * New upstream version. + * debian/control: bump standard to 3.9.4 (no changes) + * debian/control: remove DM-Upload-Allowed + * debian/copyright: add permission for debian to distribute mgltools + + -- Thorsten Alteholz Sun, 19 May 2013 12:00:00 +0200 + mgltools-gle (1.5.6~rc3~cvs.20120601-1) unstable; urgency=low * New upstream version. diff -Nru mgltools-gle-1.5.6~rc3~cvs.20120601/debian/control mgltools-gle-1.5.7~rc1~cvs.20130519/debian/control --- mgltools-gle-1.5.6~rc3~cvs.20120601/debian/control 2012-06-01 18:03:32.000000000 +0000 +++ mgltools-gle-1.5.7~rc1~cvs.20130519/debian/control 2013-05-20 15:23:02.000000000 +0000 @@ -2,14 +2,13 @@ Section: non-free/libs Priority: optional Maintainer: Debian Med Packaging Team -DM-Upload-Allowed: yes XS-Autobuild: yes Uploaders: Steffen Moeller , Sargis Dallakyan , Andreas Tille , Thorsten Alteholz Build-Depends: debhelper (>= 8), swig (>= 1.3.20), python-all-dev (>= 2.6), python-numpy, libglu1-mesa-dev, mesa-common-dev -Standards-Version: 3.9.3 +Standards-Version: 3.9.4 XS-Python-Version: >= 2.6 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/mgltools/gle/trunk/ Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/mgltools/gle/trunk/ diff -Nru mgltools-gle-1.5.6~rc3~cvs.20120601/debian/copyright mgltools-gle-1.5.7~rc1~cvs.20130519/debian/copyright --- mgltools-gle-1.5.6~rc3~cvs.20120601/debian/copyright 2012-04-02 08:12:49.000000000 +0000 +++ mgltools-gle-1.5.7~rc1~cvs.20130519/debian/copyright 2013-05-31 17:09:58.000000000 +0000 @@ -133,3 +133,32 @@ may be used. The laws of New York State govern this agreement. + +In addition to the license above, the Debian project also got the explicit +permission from the copyright owner to distribute the software: + Date: Mon, 20 May 2013 10:07:13 -0700 + From: Michel Sanner + To: Thorsten Alteholz + Cc: "annao >> Anna Omelchenko" + Subject: Re: mgltools license + + Hello Thorsten + + Sorry for not following up this earlier. We are delighted to have Debian + include the MGLTools in their distribution. + So you need us to amend the License text or will this email suffice ? + + Thanks + + -- + + ----------------------------------------------------------------------- + o + / Michel F. Sanner Ph.D. The Scripps Research Institute + o Associate Professor Department of Molecular Biology + \ 10550 North Torrey Pines Road + o Tel. (858) 784-7742 La Jolla, CA 92037, TPC 26 + / Fax. (858) 784-2341 + o sanner@scripps.edu http://www.scripps.edu/~sanner + ----------------------------------------------------------------------- + diff -Nru mgltools-gle-1.5.6~rc3~cvs.20120601/debian/get-orig-source/current-branch mgltools-gle-1.5.7~rc1~cvs.20130519/debian/get-orig-source/current-branch --- mgltools-gle-1.5.6~rc3~cvs.20120601/debian/get-orig-source/current-branch 2012-04-02 08:18:00.000000000 +0000 +++ mgltools-gle-1.5.7~rc1~cvs.20130519/debian/get-orig-source/current-branch 2013-05-19 16:59:41.000000000 +0000 @@ -1 +1 @@ -rc-1-5-6 +rc-1-5-7 diff -Nru mgltools-gle-1.5.6~rc3~cvs.20120601/debian/get-orig-source/get-orig-source mgltools-gle-1.5.7~rc1~cvs.20130519/debian/get-orig-source/get-orig-source --- mgltools-gle-1.5.6~rc3~cvs.20120601/debian/get-orig-source/get-orig-source 2012-04-02 08:18:00.000000000 +0000 +++ mgltools-gle-1.5.7~rc1~cvs.20130519/debian/get-orig-source/get-orig-source 2013-05-18 11:52:25.000000000 +0000 @@ -55,8 +55,14 @@ if [ -f $MGLTOOLSCVS/build-for-date ]; then DATE=`cat $MGLTOOLSCVS/build-for-date` fi -origFilename=${DEBPACKAGE}_${version}${rcversion}~cvs.${DATE}.orig.tar.gz -origDirname=${DEBPACKAGE}-${version}${rcversion}~cvs.${DATE} +if [ -z ${rcversion} ]; then + echo "I: no rc but real release" + origFilename=${DEBPACKAGE}_${version}${rcversion}.orig.tar.gz + origDirname=${DEBPACKAGE}-${version}${rcversion} +else + origFilename=${DEBPACKAGE}_${version}${rcversion}~cvs.${DATE}.orig.tar.gz + origDirname=${DEBPACKAGE}-${version}${rcversion}~cvs.${DATE} +fi echo "I: Filename of origFile: $origFilename" diff -Nru mgltools-gle-1.5.6~rc3~cvs.20120601/debian/get-orig-source/rc-version mgltools-gle-1.5.7~rc1~cvs.20130519/debian/get-orig-source/rc-version --- mgltools-gle-1.5.6~rc3~cvs.20120601/debian/get-orig-source/rc-version 2012-04-02 08:18:00.000000000 +0000 +++ mgltools-gle-1.5.7~rc1~cvs.20130519/debian/get-orig-source/rc-version 2013-05-19 16:59:41.000000000 +0000 @@ -1 +1 @@ -~rc3 +~rc1 diff -Nru mgltools-gle-1.5.6~rc3~cvs.20120601/debian/get-orig-source/rc-version.ok mgltools-gle-1.5.7~rc1~cvs.20130519/debian/get-orig-source/rc-version.ok --- mgltools-gle-1.5.6~rc3~cvs.20120601/debian/get-orig-source/rc-version.ok 1970-01-01 00:00:00.000000000 +0000 +++ mgltools-gle-1.5.7~rc1~cvs.20130519/debian/get-orig-source/rc-version.ok 2013-05-18 09:48:37.000000000 +0000 @@ -0,0 +1 @@ +~rc3