Andreas Tille pushed to branch master at Debian Med / autodock-vina

Commits:
46db1988 by Andreas Tille at 2018-07-07T23:45:35+02:00
Remove Yask Gupta from Uploaders (thanks for your work Yask)

- - - - -
41fc8f5d by Andreas Tille at 2018-07-07T23:46:49+02:00
debhelper 11

- - - - -
3e5e8c04 by Andreas Tille at 2018-07-07T23:54:37+02:00
DEP5

- - - - -
86666878 by Andreas Tille at 2018-07-07T23:55:21+02:00
drop unneeded get-orig-source target

- - - - -
bdb72f86 by Andreas Tille at 2018-07-07T23:59:39+02:00
DEP3

- - - - -
ce9204ac by Andreas Tille at 2018-07-08T00:08:14+02:00
Upload to unstable

- - - - -


7 changed files:

- debian/changelog
- debian/compat
- debian/control
- debian/copyright
- debian/patches/annoying_static_removed_was_in_for_a_reason_questionmark.patch
- debian/patches/remove_static.patch
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,20 @@
-autodock-vina (1.1.2-5) UNRELEASED; urgency=low
+autodock-vina (1.1.2-5) unstable; urgency=low
 
   * Team upload.
+
+  [ Liubov Chuprikova ]
   * Add autopkgtest
     Closes: #890785
   * Point Vcs fields to salsa.debian.org
   * Standards-Version: 4.1.5
   * d/rules: add debug symbols and hardening
 
+  [ Andreas Tille ]
+  * Remove Yask Gupta from Uploaders (thanks for your work Yask)
+  * debhelper 11
+  * DEP5
+  * drop unneeded get-orig-source target
+
  -- Liubov Chuprikova <[email protected]>  Sat, 07 Jul 2018 14:30:23 +0300
 
 autodock-vina (1.1.2-4) unstable; urgency=low


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


=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -1,12 +1,11 @@
 Source: autodock-vina
 Maintainer: Debian Med Packaging Team 
<[email protected]>
 Uploaders: Steffen Moeller <[email protected]>,
-           Yask Gupta <[email protected]>,
            Michael Banck <[email protected]>,
            Andreas Tille <[email protected]>
 Section: science
 Priority: optional
-Build-Depends: debhelper (>= 10),
+Build-Depends: debhelper (>= 11~),
                libboost-all-dev
 Standards-Version: 4.1.5
 Vcs-Browser: https://salsa.debian.org/med-team/autodock-vina


=====================================
debian/copyright
=====================================
--- a/debian/copyright
+++ b/debian/copyright
@@ -8,7 +8,21 @@ Files: *
 Copyright: © 2006-2011, The Scripps Research Institute
             Oleg Trott <[email protected]>,
             Ruth Huey <[email protected]>
-License: Apache License, Version 2.0
+License: Apache-2.0
+
+Files: debian/*
+Copyright: © 2010 Yask Gupta <[email protected]>
+           © 2010-2011 Steffen Moeller <[email protected]>
+           © 2011 Andreas Tille <[email protected]>
+License: Apache-2.0
+
+Files: debian/tests/test-data/*
+Copyright: © 2018 Liubov Chuprikova <[email protected]>
+License: Apache-2.0
+Comment: Test data files were generated as it is discribed in Vina Video
+ Tutorial: http://vina.scripps.edu/tutorial.html
+
+License: Apache-2.0
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at
@@ -23,17 +37,3 @@ License: Apache License, Version 2.0
  .
  On Debian systems, the complete text of the Apache version 2.0 license
  can be found in `/usr/share/common-licenses/Apache-2.0'.
-
-Files: debian/*
-Copyright: © 2010 Yask Gupta <[email protected]>
-           © 2010-2011 Steffen Moeller <[email protected]>
-           © 2011 Andreas Tille <[email protected]>
-License: Apache License, Version 2.0
- Same license as program itself.
-
-Files: debian/tests/test-data/*
-Copyright: © 2018 Liubov Chuprikova <[email protected]>
-License: Apache License, Version 2.0
- Same license as program itself.
-Comment: Test data files were generated as it is discribed in Vina Video
- Tutorial: http://vina.scripps.edu/tutorial.html


=====================================
debian/patches/annoying_static_removed_was_in_for_a_reason_questionmark.patch
=====================================
--- 
a/debian/patches/annoying_static_removed_was_in_for_a_reason_questionmark.patch
+++ 
b/debian/patches/annoying_static_removed_was_in_for_a_reason_questionmark.patch
@@ -1,3 +1,6 @@
+Author: Steffen Moeller
+Last-Update: 2011-05-12 11:02:35
+
 Index: autodock-vina-1.1.2/build/linux/debug/Makefile
 ===================================================================
 --- autodock-vina-1.1.2.orig/build/linux/debug/Makefile        2011-05-12 
13:03:59.108034987 +0200


=====================================
debian/patches/remove_static.patch
=====================================
--- a/debian/patches/remove_static.patch
+++ b/debian/patches/remove_static.patch
@@ -1,3 +1,6 @@
+Author: Steffen Moeller
+Last-Update: 2011-05-12 11:02:35
+
 Index: autodock-vina-1.1.2/build/linux/release/Makefile
 ===================================================================
 --- autodock-vina-1.1.2.orig/build/linux/release/Makefile      2011-05-12 
15:45:29.468086887 +0200


=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,3 @@ override_dh_auto_build:
 override_dh_clean:
        dh_clean
        rm -f build/linux/release/*.o build/linux/release/vina*
-
-get-orig-source:
-       mkdir -p ../tarballs
-       uscan --verbose --force-download --destdir=../tarballs



View it on GitLab: 
https://salsa.debian.org/med-team/autodock-vina/compare/b5f0817a1a7a77ea11181b33bbbace451204229d...ce9204ac33f67af4793baee93fdc74ce6af4b2e6

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/autodock-vina/compare/b5f0817a1a7a77ea11181b33bbbace451204229d...ce9204ac33f67af4793baee93fdc74ce6af4b2e6
You're receiving this email because of your account on salsa.debian.org.
_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to