[ssm] 03/04: update for the ssm 1.4 version
Frédéric-Emmanuel Picca
picca at moszumanska.debian.org
Wed Dec 31 12:01:24 UTC 2014
This is an automated email from the git hooks/post-receive script.
picca pushed a commit to branch master
in repository ssm.
commit f160f73f7f8e59674d3a94bdadde10e5c5c98f16
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date: Wed Dec 31 12:32:04 2014 +0100
update for the ssm 1.4 version
---
debian/changelog | 9 ++++++---
debian/control | 14 +++++++-------
debian/{libssm1.install => libssm2.install} | 0
debian/rules | 2 +-
4 files changed, 14 insertions(+), 11 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b71cddc..fa654a7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,13 @@
-ssm (1.3-3) UNRELEASED; urgency=medium
+ssm (1.4-1) UNRELEASED; urgency=medium
- * Team upload.
+ [Andreas Tille]
* Add proper citation record in debian/upstream/metadata and remove
citation information from long description
- -- Andreas Tille <tille at debian.org> Tue, 23 Sep 2014 17:46:51 +0200
+ [Picca Frederic-Emmanuel]
+ * update the watch file
+
+ -- Picca Frédéric-Emmanuel <picca at debian.org> Wed, 31 Dec 2014 2:01:40 +0100
ssm (1.3-2) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index b1c346c..e09ffa4 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,8 @@ Section: science
Priority: extra
Build-Depends: debhelper (>= 9),
dh-autoreconf,
- libmmdb-dev
-Standards-Version: 3.9.5
+ libmmdb2-dev
+Standards-Version: 3.9.6
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/ssm.git
Vcs-Git: git://anonscm.debian.org/debian-science/packages/ssm.git
Homepage: http://www.ccp4.ac.uk/
@@ -16,8 +16,8 @@ Architecture: any
Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends},
- libmmdb-dev,
- libssm1 (= ${binary:Version})
+ libmmdb2-dev,
+ libssm2 (= ${binary:Version})
Pre-Depends: ${misc:Pre-Depends}
Description: macromolecular superposition library - development files
SSM is a macromolecular coordinate superposition library, written by
@@ -32,7 +32,7 @@ Description: macromolecular superposition library - development files
This package contains libraries and header files needed for program
development.
-Package: libssm1
+Package: libssm2
Architecture: any
Multi-Arch: same
Section: libs
@@ -52,12 +52,12 @@ Description: macromolecular superposition library - runtime
This package contains the shared library components needed for programs
that have been compiled with the ssm library.
-Package: libssm1-dbg
+Package: libssm2-dbg
Architecture: any
Multi-Arch: same
Section: debug
Depends: ${misc:Depends},
- libssm1 (= ${binary:Version})
+ libssm2 (= ${binary:Version})
Pre-Depends: ${misc:Pre-Depends}
Description: macromolecular superposition library - debug symbols
SSM is a macromolecular coordinate superposition library, written by
diff --git a/debian/libssm1.install b/debian/libssm2.install
similarity index 100%
rename from debian/libssm1.install
rename to debian/libssm2.install
diff --git a/debian/rules b/debian/rules
index 96e0034..c26ffbd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,5 +6,5 @@ override_dh_auto_configure:
dh_auto_configure -- --disable-static --enable-shared
%:
- dh $@ --with autoreconf --dbg-package=libssm1-dbg
+ dh $@ --with autoreconf --dbg-package=libssm2-dbg
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ssm.git
More information about the debian-science-commits
mailing list