[med-svn] r1915 - in trunk/packages/mgltools: . autodocktools/trunk/debian bhtree/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 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 vision/trunk/debian volume/trunk/debian

smoe-guest at alioth.debian.org smoe-guest at alioth.debian.org
Fri May 23 23:23:46 UTC 2008


Author: smoe-guest
Date: 2008-05-23 23:23:45 +0000 (Fri, 23 May 2008)
New Revision: 1915

Modified:
   trunk/packages/mgltools/BUILD
   trunk/packages/mgltools/autodocktools/trunk/debian/changelog
   trunk/packages/mgltools/bhtree/trunk/debian/changelog
   trunk/packages/mgltools/bhtree/trunk/debian/control
   trunk/packages/mgltools/dejavu/trunk/debian/changelog
   trunk/packages/mgltools/dejavu/trunk/debian/control
   trunk/packages/mgltools/geomutils/trunk/debian/changelog
   trunk/packages/mgltools/geomutils/trunk/debian/control
   trunk/packages/mgltools/gle/trunk/debian/changelog
   trunk/packages/mgltools/gle/trunk/debian/control
   trunk/packages/mgltools/mglutil/trunk/debian/changelog
   trunk/packages/mgltools/mglutil/trunk/debian/control
   trunk/packages/mgltools/molkit/trunk/debian/changelog
   trunk/packages/mgltools/molkit/trunk/debian/control
   trunk/packages/mgltools/mslib/trunk/debian/changelog
   trunk/packages/mgltools/mslib/trunk/debian/control
   trunk/packages/mgltools/networkeditor/trunk/debian/changelog
   trunk/packages/mgltools/networkeditor/trunk/debian/control
   trunk/packages/mgltools/opengltk/trunk/debian/changelog
   trunk/packages/mgltools/opengltk/trunk/debian/control
   trunk/packages/mgltools/pmv/trunk/debian/changelog
   trunk/packages/mgltools/pmv/trunk/debian/control
   trunk/packages/mgltools/pybabel/trunk/debian/changelog
   trunk/packages/mgltools/pybabel/trunk/debian/control
   trunk/packages/mgltools/pyglf/trunk/debian/changelog
   trunk/packages/mgltools/pyglf/trunk/debian/control
   trunk/packages/mgltools/qslimlib/trunk/debian/changelog
   trunk/packages/mgltools/qslimlib/trunk/debian/control
   trunk/packages/mgltools/scenario/trunk/debian/changelog
   trunk/packages/mgltools/scenario/trunk/debian/control
   trunk/packages/mgltools/sff/trunk/debian/changelog
   trunk/packages/mgltools/sff/trunk/debian/control
   trunk/packages/mgltools/support/trunk/debian/README.Debian
   trunk/packages/mgltools/support/trunk/debian/changelog
   trunk/packages/mgltools/support/trunk/debian/control
   trunk/packages/mgltools/symserv/trunk/debian/changelog
   trunk/packages/mgltools/symserv/trunk/debian/control
   trunk/packages/mgltools/utpackages/trunk/debian/changelog
   trunk/packages/mgltools/utpackages/trunk/debian/control
   trunk/packages/mgltools/viewerframework/trunk/debian/changelog
   trunk/packages/mgltools/viewerframework/trunk/debian/control
   trunk/packages/mgltools/vision/trunk/debian/changelog
   trunk/packages/mgltools/vision/trunk/debian/control
   trunk/packages/mgltools/volume/trunk/debian/changelog
   trunk/packages/mgltools/volume/trunk/debian/control
Log:
Renaming of source packages.


Modified: trunk/packages/mgltools/BUILD
===================================================================
--- trunk/packages/mgltools/BUILD	2008-05-23 13:02:17 UTC (rev 1914)
+++ trunk/packages/mgltools/BUILD	2008-05-23 23:23:45 UTC (rev 1915)
@@ -3,23 +3,43 @@
 
 Contents: 
 
+	0. Intro
 	1. How to build from upstream CVS
 	2. How to build from upstream tar file
 
+0. Intro
+--------
+
+Sources can be retrieved from upstream's CVS repository or be downloaded,
+all neatly packaged together, from their web site. The treatment of
+either way is partly different and described in the following sections.
+
+The motivation behind some efforts described here may not be directly
+obvious. E.g., the Debian FTP admin (not unsurprisingly) did not like
+individual packages to appear with their original names, e.g. "support",
+since these are too ambiguous. 
+
+Comment: The instructions on CVS need an update.
+
+
 1. How to build from upstream CVS
 ---------------------------------
 
-The sources are made available on mgltools.scripps.edu. When deciding to download the latest from CVS, then perform as described here.
-Create a new directory, I used "mgltools-cvs" and cd to it.
+The sources are made available on mgltools.scripps.edu. When deciding to
+download the latest from CVS, then perform as described here.  Create a
+new directory, I used "mgltools-cvs" and cd to it.
 
 	cvs -d:pserver:anonymous at mgl1.scripps.edu:/opt/cvs login
 	cvs -z3  -d:pserver:anonymous at mgl1.scripps.edu:/opt/cvs co MGLPACKSDIST
 
-Should you find packages to remain missing, then write a report to the developers and download the missing packages separatedly like this:
+Should you find packages to remain missing, then write a report to the
+developers and download the missing packages separatedly like this:
 
   cvs -z3  -d:pserver:anonymous at mgl1.scripps.edu:/opt/cvs co SupportDist
 
-Sadly, the names of the directories are invariantly set to a name that does not appeal too much to us since they all end on "DIST". These should be renamed.
+Sadly, the names of the directories are invariantly set to a name that
+does not appeal too much to us since they all end on "DIST". These should
+be renamed.
 
   PREVDIST=DIST
   VERSIONNAME=1.5.0.cvs.`date +"%Y%m%d" | tr -d '\n'`
@@ -36,21 +56,28 @@
     fi
   done
 
-The removal of the CVS directories is slightly unfortunate since for upstream these are thought to ensure a closer communication with their user base. 
+The removal of the CVS directories is slightly unfortunate since for
+upstream these are thought to ensure a closer communication with their
+user base.
 
-The tarballs should be made accessible for svn-buildpackage to be found. The file .svn/deb-layout may be used to specify that location with the origDir variable. Alternatively, one can 
+The tarballs should be made accessible for svn-buildpackage to be
+found. The file .svn/deb-layout may be used to specify that location
+with the origDir variable. Alternatively, one can
 
 	[ -d ../tarballs ] && mkdir ../tarballs
 	ln *.tar.gz ../tarballs
 
-Now, to have these tarballs found, the version in the 'debian/changelog' files need to match. From debian-med/trunk/packages/mgltools execute the following lines to add the new version to the changelogs
+Now, to have these tarballs found, the version in the 'debian/changelog'
+files need to match. From debian-med/trunk/packages/mgltools execute
+the following lines to add the new version to the changelogs
 
 	for i in */trunk/debian; do
 		d=`dirname $i`
 		(cd $d && DEBEMAIL=moeller at debian.org debchange --preserve --newversion $VERSIONNAME "New upstream version.")
 	done
 
-Now, there is a build-order to get all the packages built and installed without broken dependencies. Try the following:
+Now, there is a build-order to get all the packages built and installed
+without broken dependencies. Try the following:
 
 
 	for p in  \
@@ -74,7 +101,8 @@
 		(cd $p/trunk && svn-b && sudo dpkg -i ../../build-area/mgltools-$p_$VERSIONNAME*.deb)
 	done
 
-The relative path of the build-area may differ on your system. It can be set in .svn/deb-layout as buildArea=../../build-area
+The relative path of the build-area may differ on your system. It can
+be set in .svn/deb-layout as buildArea=../../build-area
 
 
 2. How to build from upstream tar file
@@ -118,7 +146,7 @@
 for i in  `ls ../mgltools_source_$VERSION/MGLPACKS/*.tar.gz`
 do
   n=`basename $i |tr A-Z a-z | sed -e "s/-$VERSION/_$VERSION.orig/"`
-  ln -s $i $n || echo "Could not link $i to $n"
+  ln -s $i mgltools-$n || echo "Could not link $i to mgltools-$n"
 done
 
 EOPREPARATION
@@ -148,8 +176,13 @@
 edit a file .svn/deb-layout which, if you followed the instructions above,
 should probably look like this:
 
-	origDir=../../tarfiles
-	buildArea=../../build-area
+for i in */trunk/.svn
+do
+cat <<EODEBLAYOUT > $i/deb-layout
+origDir=../../tarfiles
+buildArea=../../build-area
+EODEBLAYOUT
+done
 
 
 Comments please send to 

Modified: trunk/packages/mgltools/autodocktools/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/autodocktools/trunk/debian/changelog	2008-05-23 13:02:17 UTC (rev 1914)
+++ trunk/packages/mgltools/autodocktools/trunk/debian/changelog	2008-05-23 23:23:45 UTC (rev 1915)
@@ -1,12 +1,5 @@
 autodocktools (1.5.1-1) experimental; urgency=low
 
-  * New upstream version (Closes: #458811).
+  * Initial release (Closes: #458811).
 
  -- Steffen Moeller <moeller at debian.org>  Wed, 21 May 2008 11:42:14 +0200
-
-autodocktools (1.5.0-1) UNRELEASED; urgency=low
-
-  * Initial release.
-
- -- Steffen Moeller <moeller at debian.org>  Thu, 20 Dec 2007 16:27:31 +0100
-

Modified: trunk/packages/mgltools/bhtree/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/bhtree/trunk/debian/changelog	2008-05-23 13:02:17 UTC (rev 1914)
+++ trunk/packages/mgltools/bhtree/trunk/debian/changelog	2008-05-23 23:23:45 UTC (rev 1915)
@@ -1,12 +1,5 @@
 bhtree (1.5.1-1) experimental; urgency=low
 
-  * New upstream version.
-
- -- Steffen Moeller <moeller at debian.org>  Wed, 21 May 2008 11:21:58 +0200
-
-bhtree (1.5.0-1) unstable; urgency=low
-
   * Initial release.
 
- -- Steffen Moeller <moeller at debian.org>  Thu, 20 Dec 2007 16:27:31 +0100
-
+ -- Steffen Moeller <moeller at debian.org>  Wed, 21 May 2008 11:21:58 +0200

Modified: trunk/packages/mgltools/bhtree/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/bhtree/trunk/debian/control	2008-05-23 13:02:17 UTC (rev 1914)
+++ trunk/packages/mgltools/bhtree/trunk/debian/control	2008-05-23 23:23:45 UTC (rev 1915)
@@ -1,4 +1,4 @@
-Source: bhtree
+Source: mgltools-bhtree
 Section: non-free/science
 Priority: optional
 Maintainer: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>

Modified: trunk/packages/mgltools/dejavu/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/dejavu/trunk/debian/changelog	2008-05-23 13:02:17 UTC (rev 1914)
+++ trunk/packages/mgltools/dejavu/trunk/debian/changelog	2008-05-23 23:23:45 UTC (rev 1915)
@@ -1,12 +1,6 @@
 dejavu (1.5.1-1) experimental; urgency=low
 
-  * New upstream version.
+  * Initial release.
 
  -- Steffen Moeller <moeller at debian.org>  Wed, 21 May 2008 11:12:08 +0200
 
-dejavu (1.5.0-1) unstable; urgency=low
-
-  * Initial release.
-
- -- Steffen Moeller <moeller at debian.org>  Thu, 20 Dec 2007 16:27:31 +0100
-

Modified: trunk/packages/mgltools/dejavu/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/dejavu/trunk/debian/control	2008-05-23 13:02:17 UTC (rev 1914)
+++ trunk/packages/mgltools/dejavu/trunk/debian/control	2008-05-23 23:23:45 UTC (rev 1915)
@@ -1,4 +1,4 @@
-Source: dejavu
+Source: mgltools-dejavu
 Section: non-free/science
 Priority: optional
 Maintainer: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>

Modified: trunk/packages/mgltools/geomutils/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/geomutils/trunk/debian/changelog	2008-05-23 13:02:17 UTC (rev 1914)
+++ trunk/packages/mgltools/geomutils/trunk/debian/changelog	2008-05-23 23:23:45 UTC (rev 1915)
@@ -1,12 +1,5 @@
 geomutils (1.5.1-1) experimental; urgency=low
 
-  * New upstream version.
-
- -- Steffen Moeller <moeller at debian.org>  Wed, 21 May 2008 10:26:38 +0200
-
-geomutils (1.5.0-1) UNRELEASED; urgency=low
-
   * Initial release.
 
- -- Steffen Moeller <moeller at debian.org>  Thu, 20 Dec 2007 16:27:31 +0100
-
+ -- Steffen Moeller <moeller at debian.org>  Wed, 21 May 2008 10:26:38 +0200

Modified: trunk/packages/mgltools/geomutils/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/geomutils/trunk/debian/control	2008-05-23 13:02:17 UTC (rev 1914)
+++ trunk/packages/mgltools/geomutils/trunk/debian/control	2008-05-23 23:23:45 UTC (rev 1915)
@@ -1,4 +1,4 @@
-Source: geomutils
+Source: mgltools-geomutils
 Section: non-free/science
 Priority: optional
 Maintainer: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>

Modified: trunk/packages/mgltools/gle/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/gle/trunk/debian/changelog	2008-05-23 13:02:17 UTC (rev 1914)
+++ trunk/packages/mgltools/gle/trunk/debian/changelog	2008-05-23 23:23:45 UTC (rev 1915)
@@ -1,12 +1,5 @@
 gle (1.5.1-1) experimental; urgency=low
 
-  * New upstream version.
-
- -- Steffen Moeller <moeller at debian.org>  Wed, 23 Jan 2008 13:26:34 +0100
-
-gle (1.5.0-1) UNRELEASED; urgency=low
-
   * Initial release.
 
- -- Steffen Moeller <moeller at debian.org>  Thu, 20 Dec 2007 16:27:31 +0100
-
+ -- Steffen Moeller <moeller at debian.org>  Wed, 23 Jan 2008 13:26:34 +0100

Modified: trunk/packages/mgltools/gle/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/gle/trunk/debian/control	2008-05-23 13:02:17 UTC (rev 1914)
+++ trunk/packages/mgltools/gle/trunk/debian/control	2008-05-23 23:23:45 UTC (rev 1915)
@@ -1,4 +1,4 @@
-Source: gle
+Source: mgltools-gle
 Section: non-free/science
 Priority: optional
 Maintainer: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>

Modified: trunk/packages/mgltools/mglutil/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/mglutil/trunk/debian/changelog	2008-05-23 13:02:17 UTC (rev 1914)
+++ trunk/packages/mgltools/mglutil/trunk/debian/changelog	2008-05-23 23:23:45 UTC (rev 1915)
@@ -1,12 +1,5 @@
 mglutil (1.5.1-1) experimental; urgency=low
 
-  * New upstream version.
-
- -- Steffen Moeller <moeller at debian.org>  Wed, 21 May 2008 09:42:20 +0200
-
-mglutil (1.5.0-1) UNRELEASED; urgency=low
-
   * Initial release.
 
- -- Steffen Moeller <moeller at debian.org>  Thu, 20 Dec 2007 16:27:31 +0100
-
+ -- Steffen Moeller <moeller at debian.org>  Wed, 23 Jan 2008 13:26:34 +0100

Modified: trunk/packages/mgltools/mglutil/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/mglutil/trunk/debian/control	2008-05-23 13:02:17 UTC (rev 1914)
+++ trunk/packages/mgltools/mglutil/trunk/debian/control	2008-05-23 23:23:45 UTC (rev 1915)
@@ -1,4 +1,4 @@
-Source: mglutil
+Source: mgltools-mglutil
 Section: non-free/science
 Priority: optional
 Maintainer: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>

Modified: trunk/packages/mgltools/molkit/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/molkit/trunk/debian/changelog	2008-05-23 13:02:17 UTC (rev 1914)
+++ trunk/packages/mgltools/molkit/trunk/debian/changelog	2008-05-23 23:23:45 UTC (rev 1915)
@@ -1,12 +1,5 @@
 molkit (1.5.1-1) experimental; urgency=low
 
-  * New upstream version.
-
- -- Steffen Moeller <moeller at debian.org>  Tue, 20 May 2008 17:25:58 +0200
-
-molkit (1.5.0-1) unstable; urgency=low
-
   * Initial release.
 
- -- Steffen Moeller <moeller at debian.org>  Thu, 20 Dec 2007 16:27:31 +0100
-
+ -- Steffen Moeller <moeller at debian.org>  Tue, 20 May 2008 17:25:58 +0200

Modified: trunk/packages/mgltools/molkit/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/molkit/trunk/debian/control	2008-05-23 13:02:17 UTC (rev 1914)
+++ trunk/packages/mgltools/molkit/trunk/debian/control	2008-05-23 23:23:45 UTC (rev 1915)
@@ -1,4 +1,4 @@
-Source: molkit
+Source: mgltools-molkit
 Section: non-free/science
 Priority: optional
 Maintainer: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>

Modified: trunk/packages/mgltools/mslib/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/mslib/trunk/debian/changelog	2008-05-23 13:02:17 UTC (rev 1914)
+++ trunk/packages/mgltools/mslib/trunk/debian/changelog	2008-05-23 23:23:45 UTC (rev 1915)
@@ -1,8 +1,8 @@
-mslib (1.5.0.cvs.20080122) unstable; urgency=low
+mslib (1.5.0.cvs.20080126) unstable; urgency=low
 
   * New upstream version.
 
- -- Steffen Moeller <steffen_moeller at gmx.de>  Wed, 23 Jan 2008 13:26:35 +0100
+ -- Steffen Moeller <moeller at debian.org>  Wed, 23 Jan 2008 13:26:35 +0100
 
 mslib (1.5.0-1) unstable; urgency=low
 

Modified: trunk/packages/mgltools/mslib/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/mslib/trunk/debian/control	2008-05-23 13:02:17 UTC (rev 1914)
+++ trunk/packages/mgltools/mslib/trunk/debian/control	2008-05-23 23:23:45 UTC (rev 1915)
@@ -1,4 +1,4 @@
-Source: mslib
+Source: mgltools-mslib
 Section: non-free/science
 Priority: optional
 Maintainer: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>

Modified: trunk/packages/mgltools/networkeditor/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/networkeditor/trunk/debian/changelog	2008-05-23 13:02:17 UTC (rev 1914)
+++ trunk/packages/mgltools/networkeditor/trunk/debian/changelog	2008-05-23 23:23:45 UTC (rev 1915)
@@ -1,12 +1,5 @@
 networkeditor (1.5.1-1) experimental; urgency=low
 
-  * New upstream version.
-
- -- Steffen Moeller <moeller at debian.org>  Wed, 23 Jan 2008 13:26:35 +0100
-
-networkeditor (1.5.0-1) UNRELEASED; urgency=low
-
   * Initial release.
 
- -- Steffen Moeller <moeller at debian.org>  Thu, 20 Dec 2007 16:27:31 +0100
-
+ -- Steffen Moeller <moeller at debian.org>  Wed, 23 Jan 2008 13:26:35 +0100

Modified: trunk/packages/mgltools/networkeditor/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/networkeditor/trunk/debian/control	2008-05-23 13:02:17 UTC (rev 1914)
+++ trunk/packages/mgltools/networkeditor/trunk/debian/control	2008-05-23 23:23:45 UTC (rev 1915)
@@ -1,4 +1,4 @@
-Source: networkeditor
+Source: mgltools-networkeditor
 Section: non-free/science
 Priority: optional
 Maintainer: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>

Modified: trunk/packages/mgltools/opengltk/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/opengltk/trunk/debian/changelog	2008-05-23 13:02:17 UTC (rev 1914)
+++ trunk/packages/mgltools/opengltk/trunk/debian/changelog	2008-05-23 23:23:45 UTC (rev 1915)
@@ -1,12 +1,6 @@
 opengltk (1.5.1-1) experimental; urgency=low
 
-  * New upstream version.
+  * Initial release.
 
  -- Steffen Moeller <moeller at debian.org>  Wed, 21 May 2008 10:45:54 +0200
 
-opengltk (1.5.0-1) unstable; urgency=low
-
-  * Initial release.
-
- -- Steffen Moeller <moeller at debian.org>  Thu, 20 Dec 2007 16:27:31 +0100
-

Modified: trunk/packages/mgltools/opengltk/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/opengltk/trunk/debian/control	2008-05-23 13:02:17 UTC (rev 1914)
+++ trunk/packages/mgltools/opengltk/trunk/debian/control	2008-05-23 23:23:45 UTC (rev 1915)
@@ -1,4 +1,4 @@
-Source: opengltk
+Source: mgltools-opengltk
 Section: non-free/science
 Priority: optional
 Maintainer: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>

Modified: trunk/packages/mgltools/pmv/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/pmv/trunk/debian/changelog	2008-05-23 13:02:17 UTC (rev 1914)
+++ trunk/packages/mgltools/pmv/trunk/debian/changelog	2008-05-23 23:23:45 UTC (rev 1915)
@@ -1,12 +1,6 @@
 pmv (1.5.1-1) experimental; urgency=low
 
-  * New upstream version.
+  * Initial release.
 
  -- Steffen Moeller <moeller at debian.org>  Wed, 21 May 2008 11:27:24 +0200
 
-pmv (1.5.0-1) unstable; urgency=low
-
-  * Initial release.
-
- -- Steffen Moeller <moeller at debian.org>  Thu, 20 Dec 2007 16:27:31 +0100
-

Modified: trunk/packages/mgltools/pmv/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/pmv/trunk/debian/control	2008-05-23 13:02:17 UTC (rev 1914)
+++ trunk/packages/mgltools/pmv/trunk/debian/control	2008-05-23 23:23:45 UTC (rev 1915)
@@ -1,4 +1,4 @@
-Source: pmv
+Source: mgltools-pmv
 Section: non-free/science
 Priority: optional
 Maintainer: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>

Modified: trunk/packages/mgltools/pybabel/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/pybabel/trunk/debian/changelog	2008-05-23 13:02:17 UTC (rev 1914)
+++ trunk/packages/mgltools/pybabel/trunk/debian/changelog	2008-05-23 23:23:45 UTC (rev 1915)
@@ -1,12 +1,5 @@
 pybabel (1.5.1-1) experimental; urgency=low
 
-  * New upstream version.
-
- -- Steffen Moeller <moeller at debian.org>  Mon, 19 May 2008 14:42:30 +0200
-
-pybabel (1.5.0-1) UNRELEASED; urgency=low
-
   * Initial release.
 
- -- Steffen Moeller <moeller at debian.org>  Thu, 20 Dec 2007 16:27:31 +0100
-
+ -- Steffen Moeller <moeller at debian.org>  Mon, 19 May 2008 14:42:30 +0200

Modified: trunk/packages/mgltools/pybabel/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/pybabel/trunk/debian/control	2008-05-23 13:02:17 UTC (rev 1914)
+++ trunk/packages/mgltools/pybabel/trunk/debian/control	2008-05-23 23:23:45 UTC (rev 1915)
@@ -1,4 +1,4 @@
-Source: pybabel
+Source: mgltools-pybabel
 Section: non-free/science
 Priority: optional
 Maintainer: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>

Modified: trunk/packages/mgltools/pyglf/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/pyglf/trunk/debian/changelog	2008-05-23 13:02:17 UTC (rev 1914)
+++ trunk/packages/mgltools/pyglf/trunk/debian/changelog	2008-05-23 23:23:45 UTC (rev 1915)
@@ -1,12 +1,5 @@
 pyglf (1.5.1-1) experimental; urgency=low
 
-  * New upstream version.
-
- -- Steffen Moeller <moeller at debian.org>  Mon, 19 May 2008 18:28:58 +0200
-
-pyglf (1.5.0-1) unstable; urgency=low
-
   * Initial release.
 
- -- Steffen Moeller <moeller at debian.org>  Thu, 20 Dec 2007 16:27:31 +0100
-
+ -- Steffen Moeller <moeller at debian.org>  Mon, 19 May 2008 18:28:58 +0200

Modified: trunk/packages/mgltools/pyglf/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/pyglf/trunk/debian/control	2008-05-23 13:02:17 UTC (rev 1914)
+++ trunk/packages/mgltools/pyglf/trunk/debian/control	2008-05-23 23:23:45 UTC (rev 1915)
@@ -1,4 +1,4 @@
-Source: pyglf
+Source: mgltools-pyglf
 Section: non-free/science
 Priority: optional
 Maintainer: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>

Modified: trunk/packages/mgltools/qslimlib/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/qslimlib/trunk/debian/changelog	2008-05-23 13:02:17 UTC (rev 1914)
+++ trunk/packages/mgltools/qslimlib/trunk/debian/changelog	2008-05-23 23:23:45 UTC (rev 1915)
@@ -1,12 +1,5 @@
 qslimlib (1.5.1-1) experimental; urgency=low
 
-  * New upstream version.
-
- -- Steffen Moeller <moeller at debian.org>  Tue, 20 May 2008 16:36:00 +0200
-
-qslimlib (1.5.0-1) UNRELEASED; urgency=low
-
   * Initial release.
 
- -- Steffen Moeller <moeller at debian.org>  Thu, 20 Dec 2007 16:27:31 +0100
-
+ -- Steffen Moeller <moeller at debian.org>  Tue, 20 May 2008 16:36:00 +0200

Modified: trunk/packages/mgltools/qslimlib/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/qslimlib/trunk/debian/control	2008-05-23 13:02:17 UTC (rev 1914)
+++ trunk/packages/mgltools/qslimlib/trunk/debian/control	2008-05-23 23:23:45 UTC (rev 1915)
@@ -1,4 +1,4 @@
-Source: qslimlib
+Source: mgltools-qslimlib
 Section: non-free/science
 Priority: optional
 Maintainer: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>

Modified: trunk/packages/mgltools/scenario/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/scenario/trunk/debian/changelog	2008-05-23 13:02:17 UTC (rev 1914)
+++ trunk/packages/mgltools/scenario/trunk/debian/changelog	2008-05-23 23:23:45 UTC (rev 1915)
@@ -1,12 +1,5 @@
 scenario (1.5.1-1) experimental; urgency=low
 
-  * New upstream version.
-
- -- Steffen Moeller <moeller at debian.org>  Tue, 20 May 2008 09:28:16 +0200
-
-scenario (1.5.0-1) UNRELEASED; urgency=low
-
   * Initial release.
 
- -- Steffen Moeller <moeller at debian.org>  Thu, 20 Dec 2007 16:27:31 +0100
-
+ -- Steffen Moeller <moeller at debian.org>  Tue, 20 May 2008 09:28:16 +0200

Modified: trunk/packages/mgltools/scenario/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/scenario/trunk/debian/control	2008-05-23 13:02:17 UTC (rev 1914)
+++ trunk/packages/mgltools/scenario/trunk/debian/control	2008-05-23 23:23:45 UTC (rev 1915)
@@ -1,4 +1,4 @@
-Source: scenario
+Source: mgltools-scenario
 Section: non-free/science
 Priority: optional
 Maintainer: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>

Modified: trunk/packages/mgltools/sff/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/sff/trunk/debian/changelog	2008-05-23 13:02:17 UTC (rev 1914)
+++ trunk/packages/mgltools/sff/trunk/debian/changelog	2008-05-23 23:23:45 UTC (rev 1915)
@@ -1,12 +1,5 @@
 sff (1.5.1-1) experimental; urgency=low
 
-  * New upstream version.
-
- -- Steffen Moeller <moeller at debian.org>  Tue, 20 May 2008 11:11:10 +0200
-
-sff (1.5.0-1) unstable; urgency=low
-
   * Initial release.
 
- -- Steffen Moeller <moeller at debian.org>  Thu, 20 Dec 2007 16:27:31 +0100
-
+ -- Steffen Moeller <moeller at debian.org>  Tue, 20 May 2008 11:11:10 +0200

Modified: trunk/packages/mgltools/sff/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/sff/trunk/debian/control	2008-05-23 13:02:17 UTC (rev 1914)
+++ trunk/packages/mgltools/sff/trunk/debian/control	2008-05-23 23:23:45 UTC (rev 1915)
@@ -1,4 +1,4 @@
-Source: sff
+Source: mgltools-sff
 Section: non-free/science
 Priority: optional
 Maintainer: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>

Modified: trunk/packages/mgltools/support/trunk/debian/README.Debian
===================================================================
--- trunk/packages/mgltools/support/trunk/debian/README.Debian	2008-05-23 13:02:17 UTC (rev 1914)
+++ trunk/packages/mgltools/support/trunk/debian/README.Debian	2008-05-23 23:23:45 UTC (rev 1915)
@@ -1,11 +1,12 @@
 mgltools-support
 ================
 
-This package is part of the MGL (Molecular Graphics Labs at Scripps)
-Python tools set for the computational and visual interaction
-of protein structures and their ligands.  Lintian warns about the
-copyright-without-copyright-notice, which is an artifact of the source tar
-file being extracted from a larger tar file that represents the MGLtools.
+This package is part of the MGL (Molecular Graphics Labs at The Scripps
+Research Institute, CA, USA) Python tools set for the computational and
+visual interaction of protein structures and their ligands.  Lintian warns
+about the copyright-without-copyright-notice, which is an artifact of the
+source tar file being extracted from a larger tar file that represents
+the MGLtools.
 
 The constraint to non-commercial research clearly renders the MGLtools
 to be non-free and one could argue for it being acceptable for Debian at

Modified: trunk/packages/mgltools/support/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/support/trunk/debian/changelog	2008-05-23 13:02:17 UTC (rev 1914)
+++ trunk/packages/mgltools/support/trunk/debian/changelog	2008-05-23 23:23:45 UTC (rev 1915)
@@ -1,12 +1,5 @@
 support (1.5.1-1) experimental; urgency=low
 
-  * New upstream version.
-
- -- Steffen Moeller <moeller at debian.org>  Mon, 19 May 2008 19:20:24 +0200
-
-support (1.5.0-1) unstable; urgency=low
-
   * Initial release.
 
- -- Steffen Moeller <moeller at debian.org>  Thu, 20 Dec 2007 16:27:31 +0100
-
+ -- Steffen Moeller <moeller at debian.org>  Mon, 19 May 2008 19:20:24 +0200

Modified: trunk/packages/mgltools/support/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/support/trunk/debian/control	2008-05-23 13:02:17 UTC (rev 1914)
+++ trunk/packages/mgltools/support/trunk/debian/control	2008-05-23 23:23:45 UTC (rev 1915)
@@ -1,4 +1,4 @@
-Source: support
+Source: mgltools-support
 Section: non-free/science
 Priority: optional
 Maintainer: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>

Modified: trunk/packages/mgltools/symserv/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/symserv/trunk/debian/changelog	2008-05-23 13:02:17 UTC (rev 1914)
+++ trunk/packages/mgltools/symserv/trunk/debian/changelog	2008-05-23 23:23:45 UTC (rev 1915)
@@ -1,12 +1,5 @@
 symserv (1.5.1-1) experimental; urgency=low
 
-  * New upstream version.
-
- -- Steffen Moeller <moeller at debian.org>  Wed, 23 Jan 2008 13:26:38 +0100
-
-symserv (1.5.0-1) UNRELEASED; urgency=low
-
   * Initial release.
 
- -- Steffen Moeller <moeller at debian.org>  Thu, 20 Dec 2007 16:27:31 +0100
-
+ -- Steffen Moeller <moeller at debian.org>  Wed, 23 Jan 2008 13:26:38 +0100

Modified: trunk/packages/mgltools/symserv/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/symserv/trunk/debian/control	2008-05-23 13:02:17 UTC (rev 1914)
+++ trunk/packages/mgltools/symserv/trunk/debian/control	2008-05-23 23:23:45 UTC (rev 1915)
@@ -1,4 +1,4 @@
-Source: symserv
+Source: mgltools-symserv
 Section: non-free/science
 Priority: optional
 Maintainer: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>

Modified: trunk/packages/mgltools/utpackages/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/utpackages/trunk/debian/changelog	2008-05-23 13:02:17 UTC (rev 1914)
+++ trunk/packages/mgltools/utpackages/trunk/debian/changelog	2008-05-23 23:23:45 UTC (rev 1915)
@@ -1,12 +1,5 @@
 utpackages (1.5.1-1) experimental; urgency=low
 
-  * New upstream version.
-
- -- Steffen Moeller <moeller at debian.org>  Wed, 23 Jan 2008 13:26:39 +0100
-
-utpackages (1.5.0-1) unstable; urgency=low
-
   * Initial release.
 
- -- Steffen Moeller <moeller at debian.org>  Thu, 20 Dec 2007 16:27:31 +0100
-
+ -- Steffen Moeller <moeller at debian.org>  Wed, 23 Jan 2008 13:26:39 +0100

Modified: trunk/packages/mgltools/utpackages/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/utpackages/trunk/debian/control	2008-05-23 13:02:17 UTC (rev 1914)
+++ trunk/packages/mgltools/utpackages/trunk/debian/control	2008-05-23 23:23:45 UTC (rev 1915)
@@ -1,4 +1,4 @@
-Source: utpackages
+Source: mgltools-utpackages
 Section: non-free/science
 Priority: optional
 Maintainer: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>

Modified: trunk/packages/mgltools/viewerframework/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/viewerframework/trunk/debian/changelog	2008-05-23 13:02:17 UTC (rev 1914)
+++ trunk/packages/mgltools/viewerframework/trunk/debian/changelog	2008-05-23 23:23:45 UTC (rev 1915)
@@ -1,12 +1,5 @@
 viewerframework (1.5.1-1) experimental; urgency=low
 
-  * New upstream version.
-
- -- Steffen Moeller <moeller at debian.org>  Tue, 20 May 2008 17:51:22 +0200
-
-viewerframework (1.5.0-1) UNRELEASED; urgency=low
-
   * Initial release.
 
- -- Steffen Moeller <moeller at debian.org>  Thu, 20 Dec 2007 16:27:31 +0100
-
+ -- Steffen Moeller <moeller at debian.org>  Tue, 20 May 2008 17:51:22 +0200

Modified: trunk/packages/mgltools/viewerframework/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/viewerframework/trunk/debian/control	2008-05-23 13:02:17 UTC (rev 1914)
+++ trunk/packages/mgltools/viewerframework/trunk/debian/control	2008-05-23 23:23:45 UTC (rev 1915)
@@ -1,4 +1,4 @@
-Source: viewerframework
+Source: mgltools-viewerframework
 Section: non-free/science
 Priority: optional
 Maintainer: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>

Modified: trunk/packages/mgltools/vision/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/vision/trunk/debian/changelog	2008-05-23 13:02:17 UTC (rev 1914)
+++ trunk/packages/mgltools/vision/trunk/debian/changelog	2008-05-23 23:23:45 UTC (rev 1915)
@@ -1,12 +1,6 @@
 vision (1.5.1-1) experimental; urgency=low
 
-  * New upstream version
-
- -- Steffen Moeller <moeller at debian.org>  Wed, 23 Jan 2008 13:25:38 +0100
-
-vision (1.5.0-1) UNRELEASED; urgency=low
-
   * Initial release.
 
- -- Steffen Moeller <moeller at debian.org>  Thu, 20 Dec 2007 16:27:31 +0100
+ -- Steffen Moeller <moeller at debian.org>  Sat, 24 May 2008 01:20:27 +0200
 

Modified: trunk/packages/mgltools/vision/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/vision/trunk/debian/control	2008-05-23 13:02:17 UTC (rev 1914)
+++ trunk/packages/mgltools/vision/trunk/debian/control	2008-05-23 23:23:45 UTC (rev 1915)
@@ -1,4 +1,4 @@
-Source: vision
+Source: mgltools-vision
 Section: non-free/science
 Priority: optional
 Maintainer: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>

Modified: trunk/packages/mgltools/volume/trunk/debian/changelog
===================================================================
--- trunk/packages/mgltools/volume/trunk/debian/changelog	2008-05-23 13:02:17 UTC (rev 1914)
+++ trunk/packages/mgltools/volume/trunk/debian/changelog	2008-05-23 23:23:45 UTC (rev 1915)
@@ -1,12 +1,5 @@
 volume (1.5.1-1) experimental; urgency=low
 
-  * New upstream version.
-
- -- Steffen Moeller <moeller at debian.org>  Wed, 23 Jan 2008 13:23:15 +0100
-
-volume (1.5.0-1) unstable; urgency=low
-
   * Initial release.
 
- -- Steffen Moeller <moeller at debian.org>  Thu, 20 Dec 2007 16:27:31 +0100
-
+ -- Steffen Moeller <moeller at debian.org>  Sat, 24 May 2008 01:20:55 +0200

Modified: trunk/packages/mgltools/volume/trunk/debian/control
===================================================================
--- trunk/packages/mgltools/volume/trunk/debian/control	2008-05-23 13:02:17 UTC (rev 1914)
+++ trunk/packages/mgltools/volume/trunk/debian/control	2008-05-23 23:23:45 UTC (rev 1915)
@@ -1,4 +1,4 @@
-Source: volume
+Source: mgltools-volume
 Section: non-free/science
 Priority: optional
 Maintainer: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>




More information about the debian-med-commit mailing list