summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@debian.org>2018-05-06 10:01:44 +0200
committerPicca Frédéric-Emmanuel <picca@debian.org>2018-05-06 10:01:44 +0200
commit876db9f4c1c8ce109b8462119c1057a727f100b9 (patch)
tree5cd6a74a0ba05e09cbef0ba6d251bfb6eab8bd05
parent0685f08c264a7dccaf6937e3e900d1766875fcbe (diff)
cme + wrap-and-sort
-rw-r--r--debian/control16
-rw-r--r--debian/copyright1
2 files changed, 5 insertions, 12 deletions
diff --git a/debian/control b/debian/control
index 8580dce..51acdf6 100644
--- a/debian/control
+++ b/debian/control
@@ -1,12 +1,10 @@
Source: ssm
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Picca Frédéric-Emmanuel <picca@debian.org>,
- Andrius Merkys <andrius.merkys@gmail.com>
+ Andrius Merkys <andrius.merkys@gmail.com>
Section: science
Priority: optional
-Build-Depends: debhelper (>= 11),
- libccp4-dev,
- libmmdb2-dev
+Build-Depends: debhelper (>= 11), libccp4-dev, libmmdb2-dev
Standards-Version: 4.1.4
Vcs-Git: https://salsa.debian.org/science-team/ssm.git
Vcs-Browser: https://salsa.debian.org/science-team/ssm
@@ -16,9 +14,7 @@ Package: libssm-dev
Architecture: any
Multi-Arch: same
Section: libdevel
-Depends: ${misc:Depends},
- libmmdb2-dev,
- libssm2 (= ${binary:Version})
+Depends: libmmdb2-dev, libssm2 (= ${binary:Version}), ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: macromolecular superposition library - development files
SSM is a macromolecular coordinate superposition library, written by
@@ -35,8 +31,7 @@ Description: macromolecular superposition library - development files
Package: libssm-bin
Architecture: any
-Depends: ${misc:Depends},
- ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
Description: macromolecular superposition library - binaries
SSM is a macromolecular coordinate superposition library, written by
Eugene Krissinel of the EBI.
@@ -53,8 +48,7 @@ Package: libssm2
Architecture: any
Multi-Arch: same
Section: libs
-Depends: ${misc:Depends},
- ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: macromolecular superposition library - runtime
SSM is a macromolecular coordinate superposition library, written by
diff --git a/debian/copyright b/debian/copyright
index 5b5fed6..d1b6d54 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -19,4 +19,3 @@ License: LGPL-3
.
On Debian systems, the complete text of version 3 of the GNU Lesser
Public License can be found in `/usr/share/common-licenses/LGPL-3'.
-