[med-svn] [Git][med-team/autodocktools][master] 6 commits: debhelper 11

Andreas Tille gitlab at salsa.debian.org
Wed Oct 31 21:09:13 GMT 2018


Andreas Tille pushed to branch master at Debian Med / autodocktools


Commits:
2a12e70d by Andreas Tille at 2018-10-31T20:52:28Z
debhelper 11

- - - - -
93a57ed1 by Andreas Tille at 2018-10-31T20:52:30Z
Point Vcs fields to salsa.debian.org

- - - - -
76acf627 by Andreas Tille at 2018-10-31T20:52:30Z
Standards-Version: 4.2.1

- - - - -
f083a5ea by Andreas Tille at 2018-10-31T20:52:30Z
Remove trailing whitespace in debian/copyright

- - - - -
4bc9c80b by Andreas Tille at 2018-10-31T20:52:30Z
Remove trailing whitespace in debian/rules

- - - - -
0d95c540 by Andreas Tille at 2018-10-31T20:58:23Z
Upload to unstable

- - - - -


5 changed files:

- debian/changelog
- debian/compat
- debian/control
- debian/copyright
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,8 +1,18 @@
-autodocktools (1.5.7-4) UNRELEASED; urgency=medium
+autodocktools (1.5.7-4) unstable; urgency=medium
 
+  * Team upload.
+
+  [ Jelmer Vernooij ]
   * Remove unnecessary X-Python{,3}-Version field in debian/control.
 
- -- Jelmer Vernooij <jelmer at debian.org>  Sat, 20 Oct 2018 13:05:09 +0000
+  [ Andreas Tille ]
+  * debhelper 11
+  * Point Vcs fields to salsa.debian.org
+  * Standards-Version: 4.2.1
+  * Remove trailing whitespace in debian/copyright
+  * Remove trailing whitespace in debian/rules
+
+ -- Andreas Tille <tille at debian.org>  Wed, 31 Oct 2018 21:52:31 +0100
 
 autodocktools (1.5.7-3) unstable; urgency=medium
 


=====================================
debian/compat
=====================================
@@ -1 +1 @@
-10
+11


=====================================
debian/control
=====================================
@@ -5,12 +5,12 @@ Uploaders: Steffen Moeller <moeller at debian.org>,
 Section: non-free/science
 XS-Autobuild: yes
 Priority: optional
-Build-Depends: debhelper (>= 10),
+Build-Depends: debhelper (>= 11~),
                python,
                dh-python
-Standards-Version: 4.1.2
-Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/autodocktools.git
-Vcs-Git: https://anonscm.debian.org/git/debian-med/autodocktools.git
+Standards-Version: 4.2.1
+Vcs-Browser: https://salsa.debian.org/med-team/autodocktools
+Vcs-Git: https://salsa.debian.org/med-team/autodocktools.git
 Homepage: http://autodock.scripps.edu/
 
 Package: autodocktools


=====================================
debian/copyright
=====================================
@@ -3,7 +3,7 @@ Thu, 10 Jul 2008 00:03:24 +0200
 
 It was downloaded from http://mgltools.scripps.edu
 
-Upstream Authors: 
+Upstream Authors:
 
     The main development is performed by the researchers
     and developers at the
@@ -18,7 +18,7 @@ Upstream Authors:
             Ruth Huey <rhuey at scripps.edu>
 	    Garrett M. Morris <garrett at scripps.edu>
 	    David S. Goodsell
-	    Arthur J. Olson 
+	    Arthur J. Olson
 	    Sargis Dallakyan <sargis at scripps.edu>
 	    Rodney Harris
 	    William  Lindstrom
@@ -29,7 +29,7 @@ Upstream Authors:
 	    Daniel Stoffler <stoffler at scripps.edu>
 	    Michael F. Sanner <sanner at scripps.edu>
 
-Copyright: 
+Copyright:
 
     The respective authors and the Scripps Research Institute
     Copyright 1989-2013 Michael Sanner <sanner at scripps.edu>
@@ -47,9 +47,9 @@ agreements regarding this redistribution.
      received by you will be used only for NON COMMERCIAL purposes.
      This license is issued to you as an individual.
 
-     For COMMERCIAL use done with the software please contact Michel F. 
+     For COMMERCIAL use done with the software please contact Michel F.
      Sanner for details about commercial usage license agreements.
-     
+
      For any question regarding license agreements, please contact
              Michel Sanner:
              TSRI, Molecular Biology Department, TCP 26,
@@ -60,16 +60,16 @@ agreements regarding this redistribution.
 
   2. COMMERCIAL USAGE is defined as revenues generating activities. These
      include using this software for consulting activities and selling
-     applications built on top of, or using this software. Scientific 
-     research in an academic environment and teaching are considered 
+     applications built on top of, or using this software. Scientific
+     research in an academic environment and teaching are considered
      NON COMMERCIAL.
 
   3. Copying Restrictions. You will not sell or otherwise distribute
      commercially these programs or derivatives to any other party,
      whether with or without consideration.
 
-  4. Ownership of Software. You will not obtain, and will not attempt to 
-     obtain copyright coverage thereon without the express purpose written 
+  4. Ownership of Software. You will not obtain, and will not attempt to
+     obtain copyright coverage thereon without the express purpose written
      consent of The Scripps Research Institute and Dr. Sanner.
 
   5. IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY
@@ -85,8 +85,8 @@ agreements regarding this redistribution.
      NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
      MODIFICATIONS.
 
-The Debian packaging is Copyright (C) 2007-2008, 
-Steffen Moeller <moeller at debian.org> 
+The Debian packaging is Copyright (C) 2007-2008,
+Steffen Moeller <moeller at debian.org>
 and is licensed under the GPL, see '/usr/share/common-licenses/GPL'.
 
 In addition to the license above, the Debian project also got the explicit
@@ -96,17 +96,17 @@ permission from the copyright owner to distribute the software:
   To: Thorsten Alteholz <debian-med at alteholz.de>
   Cc: "annao >> Anna Omelchenko" <annao at scripps.edu>
   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


=====================================
debian/rules
=====================================
@@ -9,7 +9,7 @@ RCVERSION=`cat debian/get-orig-source/rc-version`
 SRC=AutoDockToolsDIST
 
 %:
-	dh $@ --with python2 
+	dh $@ --with python2
 
 override_dh_install:
 	dh_install



View it on GitLab: https://salsa.debian.org/med-team/autodocktools/compare/90345a20f6fa91a677126d98d1c794ea4c0ceca0...0d95c5400224c9a49335fc298e9b9a3d322f9174

-- 
View it on GitLab: https://salsa.debian.org/med-team/autodocktools/compare/90345a20f6fa91a677126d98d1c794ea4c0ceca0...0d95c5400224c9a49335fc298e9b9a3d322f9174
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20181031/62462b17/attachment-0001.html>


More information about the debian-med-commit mailing list