[med-svn] [python-biomaj3] 04/07: minor organisation updates

Olivier Sallou osallou at debian.org
Sat Jan 14 13:41:47 UTC 2017


This is an automated email from the git hooks/post-receive script.

osallou pushed a commit to branch master
in repository python-biomaj3.

commit 98e19a95aefbb498206ec3c20ed76052b7086ab4
Author: Olivier Sallou <osallou at debian.org>
Date:   Sat Jan 14 12:13:07 2017 +0000

    minor organisation updates
---
 debian/control               | 2 ++
 debian/copyright             | 2 +-
 debian/global.properties-py  | 2 +-
 debian/global.properties-py3 | 2 +-
 debian/python-biomaj3.dirs   | 2 +-
 debian/python3-biomaj3.dirs  | 2 +-
 6 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index 2f0bd59..edd3b79 100644
--- a/debian/control
+++ b/debian/control
@@ -72,4 +72,6 @@ Description: biological data-bank updater (Python 3)
 Package: biomaj3-doc
 Architecture: all
 Description: API of biomaj3 modules
+Section: doc
+Depends: ${misc:Depends}
  Python documentation of the biomaj3 modules, auto-generated
diff --git a/debian/copyright b/debian/copyright
index efdf21b..d7964b0 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ Source: https://github.com/genouest/biomaj
 
 Files: *
 Copyright: 2015-2016 Olivier Sallou <olivier.sallou at irisa.fr>, IRISA
-License: Affero GPL 3
+License: Affero-GPL 3
  GNU AFFERO GENERAL PUBLIC LICENSE
                        Version 3, 19 November 2007
  .
diff --git a/debian/global.properties-py b/debian/global.properties-py
index ddfe831..a5822bb 100644
--- a/debian/global.properties-py
+++ b/debian/global.properties-py
@@ -8,7 +8,7 @@ conf.dir=/etc/python-biomaj3/properties
 log.dir=/var/log/python-biomaj3
 process.dir=/etc/python-biomaj3/process
 cache.dir=/var/cache/python-biomaj3
-lock.dir= /var/run/python-biomaj3/lock
+lock.dir= /var/lib/python-biomaj3/lock
 
 db.url=mongodb://localhost:27017
 db.name=biomaj
diff --git a/debian/global.properties-py3 b/debian/global.properties-py3
index 6912141..33f7731 100644
--- a/debian/global.properties-py3
+++ b/debian/global.properties-py3
@@ -8,7 +8,7 @@ conf.dir=/etc/python3-biomaj3/properties
 log.dir=/var/log/python3-biomaj3
 process.dir=/etc/python3-biomaj3/process
 cache.dir=/var/cache/python3-biomaj3
-lock.dir= /var/run/python3-biomaj3/lock
+lock.dir= /var/lib/python3-biomaj3/lock
 
 db.url=mongodb://localhost:27017
 db.name=biomaj
diff --git a/debian/python-biomaj3.dirs b/debian/python-biomaj3.dirs
index 4a8144b..afa4517 100644
--- a/debian/python-biomaj3.dirs
+++ b/debian/python-biomaj3.dirs
@@ -3,4 +3,4 @@ var/log/python-biomaj3
 etc/python-biomaj3/process
 etc/python-biomaj3/properties
 var/cache/python-biomaj3
-var/run/python-biomaj3/lock
+var/lib/python-biomaj3/lock
diff --git a/debian/python3-biomaj3.dirs b/debian/python3-biomaj3.dirs
index 3fa5dbd..0e14a6b 100644
--- a/debian/python3-biomaj3.dirs
+++ b/debian/python3-biomaj3.dirs
@@ -3,4 +3,4 @@ var/log/python3-biomaj3
 etc/python3-biomaj3/process
 etc/python3-biomaj3/properties
 var/cache/python3-biomaj3
-var/run/python3-biomaj3/lock
+var/lib/python3-biomaj3/lock

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-biomaj3.git



More information about the debian-med-commit mailing list