[med-svn] [cnrun] 01/02: debian/*: fix to comply with cme recommendations
andrei zavada
hmmr-guest at moszumanska.debian.org
Wed Nov 9 17:24:49 UTC 2016
This is an automated email from the git hooks/post-receive script.
hmmr-guest pushed a commit to branch WIP
in repository cnrun.
commit adcd787221b2e0a0ae4bfda817a0609dae1f7d3c
Author: Andrei Zavada <johnhommer at gmail.com>
Date: Wed Nov 9 19:22:36 2016 +0200
debian/*: fix to comply with cme recommendations
* Vsc-* fields;
* bump Standards-Version to 3.9.8;
* liblua5.1 is now called liblua5.1-0;
* bump copyright year in updtream/compile.
---
debian/control | 36 ++++++++++++++++++++++++------------
upstream/compile | 2 +-
2 files changed, 25 insertions(+), 13 deletions(-)
diff --git a/debian/control b/debian/control
index 7eb9abe..7cfaddf 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,27 @@
Source: cnrun
+Maintainer: Andrei Zavada <johnhommer at gmail.com>
Section: science
Priority: optional
-Maintainer: Andrei Zavada <johnhommer at gmail.com>
-Build-Depends: debhelper (>= 9), dh-autoreconf, autoconf-archive, texinfo,
- libgomp1, pkg-config, libgsl-dev | libgsl0-dev, libxml2-dev,
- liblua5.1-dev | liblua5.2-dev, lua5.1 | lua5.2
-Standards-Version: 3.9.6
+Build-Depends: debhelper (>= 9),
+ dh-autoreconf,
+ autoconf-archive,
+ texinfo,
+ libgomp1,
+ pkg-config,
+ libgsl-dev | libgsl0-dev,
+ libxml2-dev,
+ liblua5.1-0-dev | liblua5.2-dev,
+ liblua5.1-0 | lua5.2
+Standards-Version: 3.9.8
+Vcs-Git: https://anonscm.debian.org/git/debian-med/cnrun.git
+Vcs-Browser: https://anonscm.debian.org/cgit/cnrun.git
Homepage: http://johnhommer.com/academic/code/cnrun
-Vcs-Git: git://anonscm.debian.org/debian-med/cnrun.git
-Vcs-Browser: http://anonscm.debian.org/cgit/debian-med/cnrun.git/
Package: libcnrun2
Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends}, ${misc:Depends}
Description: NeuroML-capable neuronal network simulator (shared lib)
CNrun is a neuronal network simulator implemented as a Lua package.
This package contains shared libraries.
@@ -21,9 +29,10 @@ Description: NeuroML-capable neuronal network simulator (shared lib)
See lua-cnrun description for extended description.
Package: libcnrun2-dev
-Section: libdevel
Architecture: any
-Depends: libcnrun2 (= ${binary:Version}), ${misc:Depends}
+Section: libdevel
+Depends: libcnrun2 (= ${binary:Version}),
+ ${misc:Depends}
Suggests: pkg-config
Description: NeuroML-capable neuronal network simulator (development files)
CNrun is a neuronal network simulator implemented as a Lua package.
@@ -33,7 +42,8 @@ Description: NeuroML-capable neuronal network simulator (development files)
Package: cnrun-tools
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
Description: NeuroML-capable neuronal network simulator (tools)
CNrun is a neuronal network simulator implemented as a Lua package.
This package contains two standalone tools (hh-latency-estimator and
@@ -43,7 +53,9 @@ Description: NeuroML-capable neuronal network simulator (tools)
Package: lua-cnrun
Architecture: any
-Depends: libcnrun2, lua5.1 | lua5.2, ${misc:Depends}
+Depends: libcnrun2,
+ lua5.1 | lua5.2,
+ ${misc:Depends}
Suggests: gnuplot
Description: NeuroML-capable neuronal network simulator (Lua package)
CNrun is a neuronal network simulator, with these features:
diff --git a/upstream/compile b/upstream/compile
index 531136b..a85b723 100755
--- a/upstream/compile
+++ b/upstream/compile
@@ -3,7 +3,7 @@
scriptversion=2012-10-14.11; # UTC
-# Copyright (C) 1999-2013 Free Software Foundation, Inc.
+# Copyright (C) 1999-2014 Free Software Foundation, Inc.
# Written by Tom Tromey <tromey at cygnus.com>.
#
# This program is free software; you can redistribute it and/or modify
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/cnrun.git
More information about the debian-med-commit
mailing list