[med-svn] [Git][med-team/galaxy-lib][master] 5 commits: cme fix dpkg-control
Andreas Tille
gitlab at salsa.debian.org
Mon Mar 5 15:29:33 UTC 2018
Andreas Tille pushed to branch master at Debian Med / galaxy-lib
Commits:
193f5bb7 by Andreas Tille at 2018-03-05T15:42:35+01:00
cme fix dpkg-control
- - - - -
db7b28a7 by Andreas Tille at 2018-03-05T15:44:53+01:00
Add Vcs fields
- - - - -
7103d23a by Andreas Tille at 2018-03-05T15:45:18+01:00
Debhelper 10
- - - - -
ec1ddc7f by Andreas Tille at 2018-03-05T15:46:14+01:00
Remove incidental new changelog entry
- - - - -
3d4179c2 by Andreas Tille at 2018-03-05T16:25:45+01:00
Fix DEP5 syntax
- - - - -
3 changed files:
- debian/compat
- debian/control
- debian/copyright
Changes:
=====================================
debian/compat
=====================================
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -1,8 +1,9 @@
Source: galaxy-lib
+Maintainer: Michael R. Crusoe <michael.crusoe at gmail.com>
Section: python
Priority: optional
-Maintainer: Michael R. Crusoe <michael.crusoe at gmail.com>
-Build-Depends: debhelper (>= 9), dh-python,
+Build-Depends: debhelper (>= 10),
+ dh-python,
python-all,
python-docutils,
python-setuptools,
@@ -12,13 +13,16 @@ Build-Depends: debhelper (>= 9), dh-python,
python3-docutils,
python3-setuptools,
python3-six (>= 1.9.0),
- python3-yaml,
+ python3-yaml
Standards-Version: 4.1.3
+Vcs-Browser: https://salsa.debian.org/med-team/galaxy-lib
+Vcs-Git: https://salsa.debian.org/med-team/galaxy-lib.git
Homepage: https://github.com/galaxyproject/galaxy-lib
Package: python-galaxy-lib
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends},
+Depends: ${misc:Depends},
+ ${python:Depends}
Recommends: ${python:Recommends}
Suggests: ${python:Suggests}
Description: Subset of Galaxy workflow platform's core code base - Python 2.X
@@ -31,13 +35,13 @@ Description: Subset of Galaxy workflow platform's core code base - Python 2.X
.
This is the Python 2.x version.
-
Package: python3-galaxy-lib
Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends},
+Depends: ${misc:Depends},
+ ${python3:Depends}
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
-Description: Subset of Galaxy core code base designed to be used
+Description: Subset of Galaxy core code base designed to be used
A small subset of the Galaxy project for reuse outside the core.
The Galaxy software framework enables researchers without informatics
expertise to perform computational analyses through the web. A user interacts
=====================================
debian/copyright
=====================================
--- a/debian/copyright
+++ b/debian/copyright
@@ -7,7 +7,7 @@ Files: *
Copyright: (c) 2005-2015 Galaxy Contributors (see https://github.com/galaxyproject/galaxy/blob/dev/CONTRIBUTORS.md)
License: AFL
Comment: There are no icons in upstream's source tarball, nor are there CC 3.0
-licensed documentation despite the mention in the LICENSE file.
+ licensed documentation despite the mention in the LICENSE file.
Files: galaxy/util/filelock.py
Copyright: (c) 2009, Evan Fosmark
View it on GitLab: https://salsa.debian.org/med-team/galaxy-lib/compare/f13aa2065ce91c12bd54543fce4e9af1f209fb72...3d4179c26163c95884ccce38fa3b4deae01246de
---
View it on GitLab: https://salsa.debian.org/med-team/galaxy-lib/compare/f13aa2065ce91c12bd54543fce4e9af1f209fb72...3d4179c26163c95884ccce38fa3b4deae01246de
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/debian-med-commit/attachments/20180305/0f8a55bd/attachment-0001.html>
More information about the debian-med-commit
mailing list