[med-svn] [plip] 02/06: initial debianization
Alex Mestiashvili
malex-guest at moszumanska.debian.org
Thu Jun 4 15:44:15 UTC 2015
This is an automated email from the git hooks/post-receive script.
malex-guest pushed a commit to branch master
in repository plip.
commit a02bb18d41823e4942f150e20138b80b8cbcbfca
Author: Alexandre Mestiashvili <alex at biotec.tu-dresden.de>
Date: Thu May 28 17:15:03 2015 +0200
initial debianization
---
debian/changelog | 5 +++++
debian/compat | 1 +
debian/control | 11 +++++++++++
debian/copyright | 25 +++++++++++++++++++++++++
debian/rules | 8 ++++++++
debian/source/format | 1 +
6 files changed, 51 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..c619f3e
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+plip (1.1.0-1) unstable; urgency=low
+
+ * source package automatically created by stdeb 0.8.2
+
+ -- Alexandre Mestiashvili <alex at biotec.tu-dresden.de> Thu, 28 May 2015 17:01:18 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..69ce638
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,11 @@
+Source: plip
+Maintainer: Alexandre Mestiashvili <alex at biotec.tu-dresden.de>
+Section: python
+Priority: optional
+Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9)
+Standards-Version: 3.9.6
+
+Package: plip
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: fully automated protein-ligand interaction profiler
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..327e47d
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,25 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: plip
+Source: https://github.com/ssalentin/plip
+
+Files: *
+Copyright: 2015 Sebastian Salentin <sebastian.salentin at biotec.tu-dresden.de>
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2013 Alexandre Mestiashvili <alex at biotec.tu-dresden.de>
+License: Apache-2.0
+
+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
+ http://www.apache.org/licenses/LICENSE-2.0
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ .
+ On Debian systems, the complete text of the Apache License,
+ Version 2.0 can be found in `/usr/share/common-licenses/Apache-2.0'.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..63c5cec
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+# This file was automatically generated by stdeb 0.8.2 at
+# Thu, 28 May 2015 17:01:18 +0200
+export PYBUILD_NAME=plip
+%:
+ dh $@ --with python2 --buildsystem=pybuild
+
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/plip.git
More information about the debian-med-commit
mailing list