[amp] 05/18: - Added debian/watch file. - Updated debian/control with Standards-Version 4.0.0.

Muammar El Khatib muammar at moszumanska.debian.org
Mon Jul 31 19:59:40 UTC 2017


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

muammar pushed a commit to branch master
in repository amp.

commit 596054c083d674542193fb51254ab609401d8252
Author: Muammar El Khatib <muammarelkhatib at gmail.com>
Date:   Sat Jul 29 21:10:40 2017 -0400

    - Added debian/watch file.
    - Updated debian/control with Standards-Version 4.0.0.
---
 debian/control               | 10 +++++++---
 debian/python3-amp.pyinstall |  1 -
 debian/rules                 |  3 ++-
 debian/watch                 |  2 ++
 4 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index 1a16d87..f31a264 100644
--- a/debian/control
+++ b/debian/control
@@ -25,7 +25,7 @@ Build-Depends: debhelper (>= 9),
                python3-zmq
 X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.2
-Standards-Version: 3.9.6
+Standards-Version: 4.0.0
 Homepage: https://bitbucket.org/andrewpeterson/amp
 
 Package: python-amp
@@ -37,7 +37,7 @@ Depends: python-ase (>= 3.9.0~),
          ${shlibs:Depends}
 Recommends: python-matplotlib
 Breaks: ${python:Breaks}
-Description: Atomistic Machine-learning Package
+Description: Atomistic Machine-learning Package (Python2)
  Amp is an open-source package designed to easily bring machine-learning to
  atomistic calculations. This project is being developed at Brown University in
  the School of Engineering, primarily by Andrew Peterson and Alireza Khorshidi,
@@ -51,6 +51,8 @@ Description: Atomistic Machine-learning Package
  accelerate the calculations. The close integration with ASE means that any
  calculator that works with ASE ─ including EMT, GPAW, DACAPO, VASP, NWChem,
  and Gaussian ─ can easily be used as the parent method.
+ .
+ This package provides the Python 2 modules.
 
 Package: python3-amp
 Architecture: any
@@ -61,7 +63,7 @@ Depends: python3-ase (>= 3.9.0~),
          ${shlibs:Depends}
 Recommends: python3-matplotlib
 Breaks: ${python3:Breaks}
-Description: Atomistic Machine-learning Package
+Description: Atomistic Machine-learning Package (Python3)
  Amp is an open-source package designed to easily bring machine-learning to
  atomistic calculations. This project is being developed at Brown University in
  the School of Engineering, primarily by Andrew Peterson and Alireza Khorshidi,
@@ -75,3 +77,5 @@ Description: Atomistic Machine-learning Package
  accelerate the calculations. The close integration with ASE means that any
  calculator that works with ASE ─ including EMT, GPAW, DACAPO, VASP, NWChem,
  and Gaussian ─ can easily be used as the parent method.
+ .
+ This package provides the Python 3 modules.
diff --git a/debian/python3-amp.pyinstall b/debian/python3-amp.pyinstall
index 481a011..9731434 100644
--- a/debian/python3-amp.pyinstall
+++ b/debian/python3-amp.pyinstall
@@ -2,6 +2,5 @@ amp/*.py
 amp/descriptor/*.py
 amp/model/*.py
 amp/regression/*.py
-amp/*.so
 amp/fmodules.cpython-35m-x86_64-linux-gnu.so
 tests/*.py
diff --git a/debian/rules b/debian/rules
index f7baee0..941ec75 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,8 @@
 export DEB_FFLAGS_MAINT_APPEND=-fPIC
 export DEB_LDFLAGS_MAINT_APPEND=-shared
 
-GIT='https://bitbucket.org/andrewpeterson/amp'
+GIT = 'https://bitbucket.org/andrewpeterson/amp'
+
 # The full changelog version number, used for the orig.tar.gz
 VER=$(shell dpkg-parsechangelog -ldebian/changelog -SVersion | cut -d- -f1)
 
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..9ff9f38
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://bitbucket.org/andrewpeterson/amp/downloads?tab=tags .*/(\d\S+)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/amp.git



More information about the debian-science-commits mailing list