[med-svn] r3379 - in trunk/packages/mgltools: . autodocktools/trunk/debian bhtree/trunk/debian cmolkit/trunk/debian dejavu/trunk/debian geomutils/trunk/debian gle/trunk/debian mglutil/trunk/debian molkit/trunk/debian mslib/trunk/debian networkeditor/trunk/debian opengltk/trunk/debian pmv/trunk/debian pyautodock/trunk/debian pybabel/trunk/debian pyglf/trunk/debian qslimlib/trunk/debian scenario/trunk/debian sff/trunk/debian support/trunk/debian symserv/trunk/debian utpackages/trunk/debian viewerframework/trunk/debian volume/trunk/debian

Steffen Möller smoe-guest at alioth.debian.org
Thu May 14 20:50:55 UTC 2009


Author: smoe-guest
Date: 2009-05-14 20:50:55 +0000 (Thu, 14 May 2009)
New Revision: 3379

Modified:
   trunk/packages/mgltools/BUILD
   trunk/packages/mgltools/README
   trunk/packages/mgltools/autodocktools/trunk/debian/changelog
   trunk/packages/mgltools/autodocktools/trunk/debian/copyright
   trunk/packages/mgltools/autodocktools/trunk/debian/rules
   trunk/packages/mgltools/bhtree/trunk/debian/changelog
   trunk/packages/mgltools/bhtree/trunk/debian/copyright
   trunk/packages/mgltools/cmolkit/trunk/debian/changelog
   trunk/packages/mgltools/cmolkit/trunk/debian/copyright
   trunk/packages/mgltools/dejavu/trunk/debian/changelog
   trunk/packages/mgltools/dejavu/trunk/debian/copyright
   trunk/packages/mgltools/geomutils/trunk/debian/changelog
   trunk/packages/mgltools/geomutils/trunk/debian/copyright
   trunk/packages/mgltools/gle/trunk/debian/changelog
   trunk/packages/mgltools/gle/trunk/debian/copyright
   trunk/packages/mgltools/mglutil/trunk/debian/changelog
   trunk/packages/mgltools/mglutil/trunk/debian/copyright
   trunk/packages/mgltools/molkit/trunk/debian/changelog
   trunk/packages/mgltools/molkit/trunk/debian/copyright
   trunk/packages/mgltools/mslib/trunk/debian/changelog
   trunk/packages/mgltools/mslib/trunk/debian/copyright
   trunk/packages/mgltools/networkeditor/trunk/debian/changelog
   trunk/packages/mgltools/networkeditor/trunk/debian/copyright
   trunk/packages/mgltools/opengltk/trunk/debian/changelog
   trunk/packages/mgltools/opengltk/trunk/debian/copyright
   trunk/packages/mgltools/pmv/trunk/debian/changelog
   trunk/packages/mgltools/pmv/trunk/debian/copyright
   trunk/packages/mgltools/pyautodock/trunk/debian/changelog
   trunk/packages/mgltools/pyautodock/trunk/debian/copyright
   trunk/packages/mgltools/pybabel/trunk/debian/changelog
   trunk/packages/mgltools/pybabel/trunk/debian/copyright
   trunk/packages/mgltools/pyglf/trunk/debian/changelog
   trunk/packages/mgltools/pyglf/trunk/debian/copyright
   trunk/packages/mgltools/qslimlib/trunk/debian/changelog
   trunk/packages/mgltools/qslimlib/trunk/debian/copyright
   trunk/packages/mgltools/scenario/trunk/debian/changelog
   trunk/packages/mgltools/scenario/trunk/debian/copyright
   trunk/packages/mgltools/sff/trunk/debian/changelog
   trunk/packages/mgltools/support/trunk/debian/changelog
   trunk/packages/mgltools/support/trunk/debian/copyright
   trunk/packages/mgltools/symserv/trunk/debian/changelog
   trunk/packages/mgltools/symserv/trunk/debian/copyright
   trunk/packages/mgltools/utpackages/trunk/debian/changelog
   trunk/packages/mgltools/utpackages/trunk/debian/copyright
   trunk/packages/mgltools/viewerframework/trunk/debian/changelog
   trunk/packages/mgltools/viewerframework/trunk/debian/copyright
   trunk/packages/mgltools/volume/trunk/debian/changelog
   trunk/packages/mgltools/volume/trunk/debian/copyright
Log:
Update.


Modified: trunk/packages/mgltools/BUILD
===================================================================
--- trunk/packages/mgltools/BUILD	2009-05-14 20:38:06 UTC (rev 3378)
+++ trunk/packages/mgltools/BUILD	2009-05-14 20:50:55 UTC (rev 3379)
@@ -324,14 +324,31 @@
 	fi
 done
 
-Not yet in Debian:
+Not yet in Debian becaues of license incompatibilites:
 
 mgltools-cmolkit
 mgltools-qslimlib
 
+3. How to upload the packages to the distribution
+-------------------------------------------------
+
+Only Debian developers are allowed to upload new versions of packages.
+Please refer to http://nm.debian.org for details.
+
+Prior to the upload, the packages must be signed
+
+	cd build-area
+	# to enter the gpg passphrase only once
+	eval $(gpg-agent --daemon)
+	# sign - make sure that the directory indeed only 
+	#        contains packagse that you have created yourself
+	debsign autodocktools*.changes mgltools-*.changes
+	# upload
+	dupload *.changes
+
        -----------------------------------------------------------
        -----------------------------------------------------------
 
 Comments please send to 
 
- -- Steffen Moeller <moeller at debian.org>  Mon, 24 Nov 2008 22:31:11 +0100
+ -- Steffen Moeller <moeller at debian.org>  Thu, 14 May 2009 22:52:00 +0200

Modified: trunk/packages/mgltools/README
===================================================================
--- trunk/packages/mgltools/README	2009-05-14 20:38:06 UTC (rev 3378)
+++ trunk/packages/mgltools/README	2009-05-14 20:50:55 UTC (rev 3379)
@@ -37,43 +37,5 @@
 upstream's tar files and upstream directly for any issues that
 you encountered in between official releases.
 
-What is there to do if those non-free packages don't appear for your architecture
-=================================================================================
 
-The autobuilders will only auto-address the compilation of packages that
-are in main, but not those is non-free. And the MGLTools are in non-free
-since our friends with an industrial background are not allowed to use
-it without a license. And academia is not allowed to earn money with
-it either. There are autobuilders for non-free but as I am writing the
-MGLTools packages have not found their way to them, yet.
-
-To find the packages affected by the non-free build issue are:
-
-$ grep ": any" */trunk/debian/control | cut -f1 -d/
-bhtree
-cmolkit
-geomutils
-gle
-molkit
-opengltk
-pyglf
-qslimlib
-sff
-utpackages
-
-Not all of these packages are uploaded to the distribution, though.
-Preferably in a prestine chroot directory perform the following:
-
-for p in bhtree sff geomutils gle molkit opengltk pyglf utpackages
-do
-	sudo apt-get build-dep mgltools-$p
-	apt-get source --compile mgltools-$p
-	sudo dpkg -i mgltools-${p}_*.deb
-done
-
-And if you are a Debian developer who is also using these packages on
-the platform at hand and if you feel responsible for future updates,
-too, then please also upload the packages to the Debian non-free servers.
-
-
  -- Steffen <moeller at debian.org>  Sat, 08 Nov 2008 23:25:06 +0100

Modified: trunk/packages/mgltools/autodocktools/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/autodocktools/trunk/debian/changelog	2009-05-14 20:38:06 UTC (rev 3378)
+++ trunk/packages/mgltools/autodocktools/trunk/debian/changelog	2009-05-14 20:50:55 UTC (rev 3379)
@@ -1,3 +1,9 @@
+autodocktools (1.5.4.cvs.20090514-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Thu, 14 May 2009 21:46:30 +0200
+
 autodocktools (1.5.4.cvs.20081126-1) unstable; urgency=low
 
   * New upstream version.

Modified: trunk/packages/mgltools/autodocktools/trunk/debian/copyright
===================================================================
--- trunk/packages/mgltools/autodocktools/trunk/debian/copyright	2009-05-14 20:38:06 UTC (rev 3378)
+++ trunk/packages/mgltools/autodocktools/trunk/debian/copyright	2009-05-14 20:50:55 UTC (rev 3379)
@@ -32,7 +32,7 @@
 Copyright: 
 
     The respective authors and the Scripps Research Institute
-    1989-2008 Michael Sanner <sanner at scripps.edu>
+    Copyright 1989-2008 Michael Sanner <sanner at scripps.edu>
 
 License:
 

Modified: trunk/packages/mgltools/autodocktools/trunk/debian/rules
===================================================================
--- trunk/packages/mgltools/autodocktools/trunk/debian/rules	2009-05-14 20:38:06 UTC (rev 3378)
+++ trunk/packages/mgltools/autodocktools/trunk/debian/rules	2009-05-14 20:50:55 UTC (rev 3379)
@@ -1,10 +1,5 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1

Modified: trunk/packages/mgltools/bhtree/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/bhtree/trunk/debian/changelog	2009-05-14 20:38:06 UTC (rev 3378)
+++ trunk/packages/mgltools/bhtree/trunk/debian/changelog	2009-05-14 20:50:55 UTC (rev 3379)
@@ -1,3 +1,9 @@
+mgltools-bhtree (1.5.4.cvs.20090514-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Thu, 14 May 2009 21:46:31 +0200
+
 mgltools-bhtree (1.5.4.cvs.20081126-1) unstable; urgency=low
 
   * New upstream version.

Modified: trunk/packages/mgltools/bhtree/trunk/debian/copyright
===================================================================
--- trunk/packages/mgltools/bhtree/trunk/debian/copyright	2009-05-14 20:38:06 UTC (rev 3378)
+++ trunk/packages/mgltools/bhtree/trunk/debian/copyright	2009-05-14 20:50:55 UTC (rev 3379)
@@ -21,7 +21,7 @@
 Copyright: 
 
     The respective authors and the Scripps Research Institute
-    1989-2008 Michael Sanner <sanner at scripps.edu>
+    Copyright 1989-2008 Michael Sanner <sanner at scripps.edu>
 
 License:
 

Modified: trunk/packages/mgltools/cmolkit/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/cmolkit/trunk/debian/changelog	2009-05-14 20:38:06 UTC (rev 3378)
+++ trunk/packages/mgltools/cmolkit/trunk/debian/changelog	2009-05-14 20:50:55 UTC (rev 3379)
@@ -1,3 +1,9 @@
+mgltools-cmolkit (1.5.4.cvs.20090514-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Thu, 14 May 2009 21:46:32 +0200
+
 mgltools-cmolkit (1.5.4.cvs.20081126-1) unstable; urgency=low
 
   * New upstream version.

Modified: trunk/packages/mgltools/cmolkit/trunk/debian/copyright
===================================================================
--- trunk/packages/mgltools/cmolkit/trunk/debian/copyright	2009-05-14 20:38:06 UTC (rev 3378)
+++ trunk/packages/mgltools/cmolkit/trunk/debian/copyright	2009-05-14 20:50:55 UTC (rev 3379)
@@ -28,7 +28,7 @@
 Copyright: 
 
     The respective authors and the Scripps Research Institute
-    1992-2008 Michael Sanner <sanner at scripps.edu>
+    Copyright 1992-2008 Michael Sanner <sanner at scripps.edu>
 
     Gromacs is
     Copyright (c) 1991-2000, University of Groningen, The Netherlands.

Modified: trunk/packages/mgltools/dejavu/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/dejavu/trunk/debian/changelog	2009-05-14 20:38:06 UTC (rev 3378)
+++ trunk/packages/mgltools/dejavu/trunk/debian/changelog	2009-05-14 20:50:55 UTC (rev 3379)
@@ -1,3 +1,9 @@
+mgltools-dejavu (1.5.4.cvs.20090514-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Thu, 14 May 2009 21:46:32 +0200
+
 mgltools-dejavu (1.5.4.cvs.20081126-2) UNRELEASED; urgency=low
 
   * Added dependency to mgltools-geomutils (spotted by Michal Kaukič).

Modified: trunk/packages/mgltools/dejavu/trunk/debian/copyright
===================================================================
--- trunk/packages/mgltools/dejavu/trunk/debian/copyright	2009-05-14 20:38:06 UTC (rev 3378)
+++ trunk/packages/mgltools/dejavu/trunk/debian/copyright	2009-05-14 20:50:55 UTC (rev 3379)
@@ -33,7 +33,7 @@
 Copyright: 
 
     The respective authors and the Scripps Research Institute
-    2000-2008 Michael Sanner <sanner at scripps.edu>
+    Copyright 2000-2008 Michael Sanner <sanner at scripps.edu>
 
 License:
 

Modified: trunk/packages/mgltools/geomutils/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/geomutils/trunk/debian/changelog	2009-05-14 20:38:06 UTC (rev 3378)
+++ trunk/packages/mgltools/geomutils/trunk/debian/changelog	2009-05-14 20:50:55 UTC (rev 3379)
@@ -1,3 +1,9 @@
+mgltools-geomutils (1.5.4.cvs.20090514-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Thu, 14 May 2009 21:46:33 +0200
+
 mgltools-geomutils (1.5.4.cvs.20081126-3) UNRELEASED; urgency=low
 
   * Change build-dep on python2.5-dev to python-all-dev (>= 2.5) and

Modified: trunk/packages/mgltools/geomutils/trunk/debian/copyright
===================================================================
--- trunk/packages/mgltools/geomutils/trunk/debian/copyright	2009-05-14 20:38:06 UTC (rev 3378)
+++ trunk/packages/mgltools/geomutils/trunk/debian/copyright	2009-05-14 20:50:55 UTC (rev 3379)
@@ -30,7 +30,7 @@
 Copyright: 
 
     The respective authors and the Scripps Research Institute
-    1989-2008 Michael Sanner <sanner at scripps.edu>
+    Copyright 1989-2008 Michael Sanner <sanner at scripps.edu>
 
     Major contributions in src/geomAlgorithms/*.{h,cpp} are 
     Copyright (C) 2001-2002 softSurfer (www.softsurfer.com)

Modified: trunk/packages/mgltools/gle/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/gle/trunk/debian/changelog	2009-05-14 20:38:06 UTC (rev 3378)
+++ trunk/packages/mgltools/gle/trunk/debian/changelog	2009-05-14 20:50:55 UTC (rev 3379)
@@ -1,3 +1,9 @@
+mgltools-gle (1.5.4.cvs.20090514-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Thu, 14 May 2009 21:46:34 +0200
+
 mgltools-gle (1.5.4.cvs.20081126-1) unstable; urgency=low
 
   * New upstream version.

Modified: trunk/packages/mgltools/gle/trunk/debian/copyright
===================================================================
--- trunk/packages/mgltools/gle/trunk/debian/copyright	2009-05-14 20:38:06 UTC (rev 3378)
+++ trunk/packages/mgltools/gle/trunk/debian/copyright	2009-05-14 20:50:55 UTC (rev 3379)
@@ -9,7 +9,7 @@
 
 Copyright: 
 
-            1990-2003 Linas Vepstas <linas at linas.org>
+            Copyright 1990-2003 Linas Vepstas <linas at linas.org>
 	    and his employer IBM under the license stated below.
 
 License:

Modified: trunk/packages/mgltools/mglutil/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/mglutil/trunk/debian/changelog	2009-05-14 20:38:06 UTC (rev 3378)
+++ trunk/packages/mgltools/mglutil/trunk/debian/changelog	2009-05-14 20:50:55 UTC (rev 3379)
@@ -1,3 +1,9 @@
+mgltools-mglutil (1.5.4.cvs.20090514-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Thu, 14 May 2009 21:46:35 +0200
+
 mgltools-mglutil (1.5.4.cvs.20081126-1) unstable; urgency=low
 
   * New upstream version.

Modified: trunk/packages/mgltools/mglutil/trunk/debian/copyright
===================================================================
--- trunk/packages/mgltools/mglutil/trunk/debian/copyright	2009-05-14 20:38:06 UTC (rev 3378)
+++ trunk/packages/mgltools/mglutil/trunk/debian/copyright	2009-05-14 20:50:55 UTC (rev 3379)
@@ -41,7 +41,7 @@
 Copyright: 
 
             The respective authors and the Scripps Research Institute
-            2000-2008 Michael Sanner <sanner at scripps.edu>
+            Copyright 2000-2008 Michael Sanner <sanner at scripps.edu>
 
     mglutil/process.py is Copyright (c) 2003-2004 by
 

Modified: trunk/packages/mgltools/molkit/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/molkit/trunk/debian/changelog	2009-05-14 20:38:06 UTC (rev 3378)
+++ trunk/packages/mgltools/molkit/trunk/debian/changelog	2009-05-14 20:50:55 UTC (rev 3379)
@@ -1,3 +1,9 @@
+mgltools-molkit (1.5.4.cvs.20090514-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Thu, 14 May 2009 21:46:35 +0200
+
 mgltools-molkit (1.5.4.cvs.20081126-1) unstable; urgency=low
 
   * New upstream version.

Modified: trunk/packages/mgltools/molkit/trunk/debian/copyright
===================================================================
--- trunk/packages/mgltools/molkit/trunk/debian/copyright	2009-05-14 20:38:06 UTC (rev 3378)
+++ trunk/packages/mgltools/molkit/trunk/debian/copyright	2009-05-14 20:50:55 UTC (rev 3379)
@@ -57,7 +57,7 @@
 Copyright: 
 
     The respective authors and the Scripps Research Institute
-    1992-2008 Michael Sanner <sanner at scripps.edu>
+    Copyright 1992-2008 Michael Sanner <sanner at scripps.edu>
 
     PDB2PQR is Copyrigth (C) Jens Erik Nielsen 2002-2003, UCSD/HHMI
            and Copyright (c) 2002-2007.  Washington University in St. Louis.

Modified: trunk/packages/mgltools/mslib/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/mslib/trunk/debian/changelog	2009-05-14 20:38:06 UTC (rev 3378)
+++ trunk/packages/mgltools/mslib/trunk/debian/changelog	2009-05-14 20:50:55 UTC (rev 3379)
@@ -1,3 +1,9 @@
+mgltools-mslib (1.5.4.cvs.20090514-1) UNRELEASED; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Thu, 14 May 2009 21:46:36 +0200
+
 mgltools-mslib (1.5.4.cvs.20081126-1) UNRELEASED; urgency=low
 
   * New upstream version.

Modified: trunk/packages/mgltools/mslib/trunk/debian/copyright
===================================================================
--- trunk/packages/mgltools/mslib/trunk/debian/copyright	2009-05-14 20:38:06 UTC (rev 3378)
+++ trunk/packages/mgltools/mslib/trunk/debian/copyright	2009-05-14 20:50:55 UTC (rev 3379)
@@ -9,7 +9,7 @@
 
 Copyright: 
 
-    THE SCRIPPS RESEARCH INSTITUTE, <sanner at scripps.edu>
+    Copyright THE SCRIPPS RESEARCH INSTITUTE, <sanner at scripps.edu>
 
 License:
 

Modified: trunk/packages/mgltools/networkeditor/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/networkeditor/trunk/debian/changelog	2009-05-14 20:38:06 UTC (rev 3378)
+++ trunk/packages/mgltools/networkeditor/trunk/debian/changelog	2009-05-14 20:50:55 UTC (rev 3379)
@@ -1,3 +1,9 @@
+mgltools-networkeditor (1.5.4.cvs.20090514-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Thu, 14 May 2009 21:46:37 +0200
+
 mgltools-networkeditor (1.5.4.cvs.20081126-1) unstable; urgency=low
 
   * New upstream version.

Modified: trunk/packages/mgltools/networkeditor/trunk/debian/copyright
===================================================================
--- trunk/packages/mgltools/networkeditor/trunk/debian/copyright	2009-05-14 20:38:06 UTC (rev 3378)
+++ trunk/packages/mgltools/networkeditor/trunk/debian/copyright	2009-05-14 20:50:55 UTC (rev 3379)
@@ -22,7 +22,7 @@
 Copyright: 
 
     The respective authors and the Scripps Research Institute
-    1989-2008 Michael Sanner <sanner at scripps.edu>
+    Copyright 1989-2008 Michael Sanner <sanner at scripps.edu>
 
 License:
 

Modified: trunk/packages/mgltools/opengltk/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/opengltk/trunk/debian/changelog	2009-05-14 20:38:06 UTC (rev 3378)
+++ trunk/packages/mgltools/opengltk/trunk/debian/changelog	2009-05-14 20:50:55 UTC (rev 3379)
@@ -1,3 +1,9 @@
+mgltools-opengltk (1.5.4.cvs.20090514-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Thu, 14 May 2009 21:46:38 +0200
+
 mgltools-opengltk (1.5.4.cvs.20081126-1) unstable; urgency=low
 
   * New upstream version.

Modified: trunk/packages/mgltools/opengltk/trunk/debian/copyright
===================================================================
--- trunk/packages/mgltools/opengltk/trunk/debian/copyright	2009-05-14 20:38:06 UTC (rev 3378)
+++ trunk/packages/mgltools/opengltk/trunk/debian/copyright	2009-05-14 20:50:55 UTC (rev 3379)
@@ -25,7 +25,7 @@
 Copyright: 
 
     The respective authors and the Scripps Research Institute
-    1989-2008 Michael Sanner <sanner at scripps.edu>
+    Copyright 1989-2008 Michael Sanner <sanner at scripps.edu>
 
     Files authored by Frederic Bruno Giacometti <frederic.giacometti at arakne.com>
     are copyright 2001-2002 by himself.

Modified: trunk/packages/mgltools/pmv/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/pmv/trunk/debian/changelog	2009-05-14 20:38:06 UTC (rev 3378)
+++ trunk/packages/mgltools/pmv/trunk/debian/changelog	2009-05-14 20:50:55 UTC (rev 3379)
@@ -1,3 +1,9 @@
+mgltools-pmv (1.5.4.cvs.20090514-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Thu, 14 May 2009 21:46:39 +0200
+
 mgltools-pmv (1.5.4.cvs.20081126-2) UNRELEASED; urgency=low
 
   * Added dependency to mgltools-geomutils (spotted by Michal Kaukič).

Modified: trunk/packages/mgltools/pmv/trunk/debian/copyright
===================================================================
--- trunk/packages/mgltools/pmv/trunk/debian/copyright	2009-05-14 20:38:06 UTC (rev 3378)
+++ trunk/packages/mgltools/pmv/trunk/debian/copyright	2009-05-14 20:50:55 UTC (rev 3379)
@@ -29,7 +29,7 @@
 Copyright: 
 
     The respective authors and the Scripps Research Institute
-    1989-2008 Michael Sanner <sanner at scripps.edu>
+    Copyright 1989-2008 Michael Sanner <sanner at scripps.edu>
 
 License:
 

Modified: trunk/packages/mgltools/pyautodock/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/pyautodock/trunk/debian/changelog	2009-05-14 20:38:06 UTC (rev 3378)
+++ trunk/packages/mgltools/pyautodock/trunk/debian/changelog	2009-05-14 20:50:55 UTC (rev 3379)
@@ -1,3 +1,9 @@
+mgltools-pyautodock (1.5.4.cvs.20090514-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Thu, 14 May 2009 21:46:40 +0200
+
 mgltools-pyautodock (1.5.4.cvs.20081126-2) UNRELEASED; urgency=low
 
   * Update for Python 2.6:

Modified: trunk/packages/mgltools/pyautodock/trunk/debian/copyright
===================================================================
--- trunk/packages/mgltools/pyautodock/trunk/debian/copyright	2009-05-14 20:38:06 UTC (rev 3378)
+++ trunk/packages/mgltools/pyautodock/trunk/debian/copyright	2009-05-14 20:50:55 UTC (rev 3379)
@@ -24,7 +24,7 @@
 Copyright: 
 
     The respective authors and the Scripps Research Institute
-    2004-2008 Michael Sanner <sanner at scripps.edu> and A. Olson.
+    Copyright 2004-2008 Michael Sanner <sanner at scripps.edu> and A. Olson.
 
 License:
 

Modified: trunk/packages/mgltools/pybabel/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/pybabel/trunk/debian/changelog	2009-05-14 20:38:06 UTC (rev 3378)
+++ trunk/packages/mgltools/pybabel/trunk/debian/changelog	2009-05-14 20:50:55 UTC (rev 3379)
@@ -1,3 +1,9 @@
+mgltools-pybabel (1.5.4.cvs.20090514-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Thu, 14 May 2009 21:46:41 +0200
+
 mgltools-pybabel (1.5.4.cvs.20081126-1) unstable; urgency=low
 
   * New upstream version.

Modified: trunk/packages/mgltools/pybabel/trunk/debian/copyright
===================================================================
--- trunk/packages/mgltools/pybabel/trunk/debian/copyright	2009-05-14 20:38:06 UTC (rev 3378)
+++ trunk/packages/mgltools/pybabel/trunk/debian/copyright	2009-05-14 20:50:55 UTC (rev 3379)
@@ -23,7 +23,7 @@
 Copyright: 
 
     The respective authors and the Scripps Research Institute
-    1989-2008 Michael Sanner <sanner at scripps.edu>
+    Copyright 1989-2008 Michael Sanner <sanner at scripps.edu>
 
 License:
 

Modified: trunk/packages/mgltools/pyglf/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/pyglf/trunk/debian/changelog	2009-05-14 20:38:06 UTC (rev 3378)
+++ trunk/packages/mgltools/pyglf/trunk/debian/changelog	2009-05-14 20:50:55 UTC (rev 3379)
@@ -1,3 +1,9 @@
+mgltools-pyglf (1.5.4.cvs.20090514-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Thu, 14 May 2009 21:46:42 +0200
+
 mgltools-pyglf (1.5.4.cvs.20081126-1) unstable; urgency=low
 
   * New upstream version.

Modified: trunk/packages/mgltools/pyglf/trunk/debian/copyright
===================================================================
--- trunk/packages/mgltools/pyglf/trunk/debian/copyright	2009-05-14 20:38:06 UTC (rev 3378)
+++ trunk/packages/mgltools/pyglf/trunk/debian/copyright	2009-05-14 20:50:55 UTC (rev 3379)
@@ -23,7 +23,7 @@
 Copyright: 
 
     The respective authors and the Scripps Research Institute
-    1989-2008 Michael Sanner <sanner at scripps.edu>
+    Copyright 1989-2008 Michael Sanner <sanner at scripps.edu>
 
     GLF is copyright 2000-2001 Roman Podobedov <romka at ut.ee>.
 

Modified: trunk/packages/mgltools/qslimlib/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/qslimlib/trunk/debian/changelog	2009-05-14 20:38:06 UTC (rev 3378)
+++ trunk/packages/mgltools/qslimlib/trunk/debian/changelog	2009-05-14 20:50:55 UTC (rev 3379)
@@ -1,3 +1,9 @@
+mgltools-qslimlib (1.5.4.cvs.20090514-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Thu, 14 May 2009 21:46:42 +0200
+
 mgltools-qslimlib (1.5.4.cvs.20081126-1) unstable; urgency=low
 
   * New upstream version.

Modified: trunk/packages/mgltools/qslimlib/trunk/debian/copyright
===================================================================
--- trunk/packages/mgltools/qslimlib/trunk/debian/copyright	2009-05-14 20:38:06 UTC (rev 3378)
+++ trunk/packages/mgltools/qslimlib/trunk/debian/copyright	2009-05-14 20:50:55 UTC (rev 3379)
@@ -26,7 +26,7 @@
     The SlimKit library is Copyright (C) 1998 Michael Garland.
 
     The respective authors and the Scripps Research Institute
-    1989-2008 Michael Sanner <sanner at scripps.edu>
+    Copyright 1989-2008 Michael Sanner <sanner at scripps.edu>
 
 License:
 

Modified: trunk/packages/mgltools/scenario/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/scenario/trunk/debian/changelog	2009-05-14 20:38:06 UTC (rev 3378)
+++ trunk/packages/mgltools/scenario/trunk/debian/changelog	2009-05-14 20:50:55 UTC (rev 3379)
@@ -1,3 +1,9 @@
+mgltools-scenario (1.5.4.cvs.20090514-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Thu, 14 May 2009 21:46:43 +0200
+
 mgltools-scenario (1.5.4.cvs.20081126-2) UNRELEASED; urgency=low
 
   * Change build-dep on python2.5-dev to python-all-dev and XS-Python-Versions

Modified: trunk/packages/mgltools/scenario/trunk/debian/copyright
===================================================================
--- trunk/packages/mgltools/scenario/trunk/debian/copyright	2009-05-14 20:38:06 UTC (rev 3378)
+++ trunk/packages/mgltools/scenario/trunk/debian/copyright	2009-05-14 20:50:55 UTC (rev 3379)
@@ -22,7 +22,7 @@
 Copyright: 
 
     The respective authors and the Scripps Research Institute
-    2004-2007 Michael Sanner <sanner at scripps.edu>
+    Copyright 2004-2007 Michael Sanner <sanner at scripps.edu>
 
 License:
 

Modified: trunk/packages/mgltools/sff/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/sff/trunk/debian/changelog	2009-05-14 20:38:06 UTC (rev 3378)
+++ trunk/packages/mgltools/sff/trunk/debian/changelog	2009-05-14 20:50:55 UTC (rev 3379)
@@ -1,3 +1,9 @@
+mgltools-sff (1.5.4.cvs.20090514-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Thu, 14 May 2009 21:46:44 +0200
+
 mgltools-sff (1.5.4.cvs.20081126-1) unstable; urgency=low
 
   * New upstream version.

Modified: trunk/packages/mgltools/support/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/support/trunk/debian/changelog	2009-05-14 20:38:06 UTC (rev 3378)
+++ trunk/packages/mgltools/support/trunk/debian/changelog	2009-05-14 20:50:55 UTC (rev 3379)
@@ -1,3 +1,9 @@
+mgltools-support (1.5.4.cvs.20090514-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Thu, 14 May 2009 21:46:45 +0200
+
 mgltools-support (1.5.4.cvs.20081126-1) unstable; urgency=low
 
   * New upstream version.

Modified: trunk/packages/mgltools/support/trunk/debian/copyright
===================================================================
--- trunk/packages/mgltools/support/trunk/debian/copyright	2009-05-14 20:38:06 UTC (rev 3378)
+++ trunk/packages/mgltools/support/trunk/debian/copyright	2009-05-14 20:50:55 UTC (rev 3379)
@@ -21,7 +21,7 @@
 Copyright: 
 
     The respective authors and the Scripps Research Institute
-    1989-2008 Michael Sanner <sanner at scripps.edu>
+    Copyright 1989-2008 Michael Sanner <sanner at scripps.edu>
 
 License:
 

Modified: trunk/packages/mgltools/symserv/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/symserv/trunk/debian/changelog	2009-05-14 20:38:06 UTC (rev 3378)
+++ trunk/packages/mgltools/symserv/trunk/debian/changelog	2009-05-14 20:50:55 UTC (rev 3379)
@@ -1,3 +1,9 @@
+mgltools-symserv (1.5.4.cvs.20090514-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Thu, 14 May 2009 21:46:46 +0200
+
 mgltools-symserv (1.5.4.cvs.20081126-2) UNRELEASED; urgency=low
 
   * Change build-dep on python2.5-dev to python-all-dev and XS-Python-Versions

Modified: trunk/packages/mgltools/symserv/trunk/debian/copyright
===================================================================
--- trunk/packages/mgltools/symserv/trunk/debian/copyright	2009-05-14 20:38:06 UTC (rev 3378)
+++ trunk/packages/mgltools/symserv/trunk/debian/copyright	2009-05-14 20:50:55 UTC (rev 3379)
@@ -22,7 +22,7 @@
 Copyright: 
 
     The respective authors and the Scripps Research Institute
-    2001 Michael Sanner <sanner at scripps.edu>
+    Copyright 2001 Michael Sanner <sanner at scripps.edu>
 
 License:
 

Modified: trunk/packages/mgltools/utpackages/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/utpackages/trunk/debian/changelog	2009-05-14 20:38:06 UTC (rev 3378)
+++ trunk/packages/mgltools/utpackages/trunk/debian/changelog	2009-05-14 20:50:55 UTC (rev 3379)
@@ -1,3 +1,9 @@
+mgltools-utpackages (1.5.4.cvs.20090514-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Thu, 14 May 2009 21:46:46 +0200
+
 mgltools-utpackages (1.5.4.cvs.20081126-3) UNRELEASED; urgency=low
 
   * Change build-dep on python2.5-dev to python-all-dev (>= 2.5) and

Modified: trunk/packages/mgltools/utpackages/trunk/debian/copyright
===================================================================
--- trunk/packages/mgltools/utpackages/trunk/debian/copyright	2009-05-14 20:38:06 UTC (rev 3378)
+++ trunk/packages/mgltools/utpackages/trunk/debian/copyright	2009-05-14 20:50:55 UTC (rev 3379)
@@ -35,7 +35,7 @@
 Copyright: 
 
     The respective authors and the Scripps Research Institute
-    1989-2008 Michael Sanner <sanner at scripps.edu>, 1995-2003
+    Copyright 1989-2008 Michael Sanner <sanner at scripps.edu>, 1995-2003
     with the Texas University in Austin.
 
 License:

Modified: trunk/packages/mgltools/viewerframework/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/viewerframework/trunk/debian/changelog	2009-05-14 20:38:06 UTC (rev 3378)
+++ trunk/packages/mgltools/viewerframework/trunk/debian/changelog	2009-05-14 20:50:55 UTC (rev 3379)
@@ -1,3 +1,9 @@
+mgltools-viewerframework (1.5.4.cvs.20090514-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Thu, 14 May 2009 21:46:47 +0200
+
 mgltools-viewerframework (1.5.4.cvs.20081126-1) unstable; urgency=low
 
   * New upstream version.

Modified: trunk/packages/mgltools/viewerframework/trunk/debian/copyright
===================================================================
--- trunk/packages/mgltools/viewerframework/trunk/debian/copyright	2009-05-14 20:38:06 UTC (rev 3378)
+++ trunk/packages/mgltools/viewerframework/trunk/debian/copyright	2009-05-14 20:50:55 UTC (rev 3379)
@@ -25,7 +25,7 @@
 Copyright: 
 
     The respective authors and the Scripps Research Institute
-    1989-2008 Michael Sanner <sanner at scripps.edu>
+    Copyright 1989-2008 Michael Sanner <sanner at scripps.edu>
 
 License:
 

Modified: trunk/packages/mgltools/volume/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/volume/trunk/debian/changelog	2009-05-14 20:38:06 UTC (rev 3378)
+++ trunk/packages/mgltools/volume/trunk/debian/changelog	2009-05-14 20:50:55 UTC (rev 3379)
@@ -1,3 +1,9 @@
+mgltools-volume (1.5.4.cvs.20090514-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Steffen Moeller <moeller at debian.org>  Thu, 14 May 2009 21:46:49 +0200
+
 mgltools-volume (1.5.4.cvs.20081126-1) unstable; urgency=low
 
   * New upstream version.

Modified: trunk/packages/mgltools/volume/trunk/debian/copyright
===================================================================
--- trunk/packages/mgltools/volume/trunk/debian/copyright	2009-05-14 20:38:06 UTC (rev 3378)
+++ trunk/packages/mgltools/volume/trunk/debian/copyright	2009-05-14 20:50:55 UTC (rev 3379)
@@ -25,7 +25,7 @@
 Copyright: 
 
     The respective authors and the Scripps Research Institute
-    1989-2008 Michael Sanner <sanner at scripps.edu>
+    Copyright 1989-2008 Michael Sanner <sanner at scripps.edu>
 
 License:
 




More information about the debian-med-commit mailing list