--- ssm-0.1.orig/debian/libssm-dev.install +++ ssm-0.1/debian/libssm-dev.install @@ -0,0 +1,4 @@ +debian/tmp/usr/include/ssm/ +debian/tmp/usr/lib/libssm.a +debian/tmp/usr/lib/libssm.so +debian/tmp/usr/lib/pkgconfig/ssm.pc --- ssm-0.1.orig/debian/rules +++ ssm-0.1/debian/rules @@ -0,0 +1,10 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk + +CXXFLAGS += -D_REENTRANT + +# cdbs silently drops upstream changelog from all packages: +DEB_INSTALL_CHANGELOGS_ALL = ChangeLog + --- ssm-0.1.orig/debian/compat +++ ssm-0.1/debian/compat @@ -0,0 +1 @@ +5 --- ssm-0.1.orig/debian/libssm0.install +++ ssm-0.1/debian/libssm0.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/libssm.so.* --- ssm-0.1.orig/debian/watch +++ ssm-0.1/debian/watch @@ -0,0 +1,2 @@ +version=3 +ftp://ftp.bioxray.au.dk/pub/mok/src/ssm-(.*)\.tar\.gz debian uupdate --- ssm-0.1.orig/debian/changelog +++ ssm-0.1/debian/changelog @@ -0,0 +1,5 @@ +ssm (0.1-0ubuntu1) hardy; urgency=low + + * Initial packaging (LP: #176219) + + -- Morten Kjeldgaard Tue, 15 Jan 2008 01:01:19 +0100 --- ssm-0.1.orig/debian/control +++ ssm-0.1/debian/control @@ -0,0 +1,52 @@ +Source: ssm +Priority: optional +Section: science +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Morten Kjeldgaard +Homepage: http://www.bioxray.au.dk/~mok/ssm +Build-Depends: debhelper (>= 5), cdbs, libmmdb-dev, libgpp4-dev +Standards-Version: 3.7.3 + +Package: libssm-dev +Section: libdevel +Architecture: any +Depends: libssm0 (= ${binary:Version}), libmmdb-dev +Description: macromolecular superposision library + SSM is a macromolecular coordinate superposition library, written by + Eugene Krissinel of the EBI. + . + The library implements the SSM algorithm of protein structure + comparison in three dimensions, which includes an original procedure + of matching graphs built on the protein's secondary-structure + elements, followed by an iterative three-dimensional alignment of + protein backbone Calpha atoms. + . + The algorithm implemented by the software is described in: + E. Krissinel & K. Henrick (2004) Secondary-structure matching (SSM), a + new tool for fast protein structure alignment in three dimensions. + Acta Crystallogr D Biol Crystallogr. 60, 2256-68. + . + This package contains libraries and header files needed for program + development. + +Package: libssm0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: macromolecular superposision library + SSM is a macromolecular coordinate superposition library, written by + Eugene Krissinel of the EBI. + . + The library implements the SSM algorithm of protein structure + comparison in three dimensions, which includes an original procedure + of matching graphs built on the protein's secondary-structure + elements, followed by an iterative three-dimensional alignment of + protein backbone Calpha atoms. + . + The algorithm implemented by the software is described in: + E. Krissinel & K. Henrick (2004) Secondary-structure matching (SSM), a + new tool for fast protein structure alignment in three dimensions. + Acta Crystallogr D Biol Crystallogr. 60, 2256-68. + . + This package contains the shared library components needed for programs + that have been compiled with the ssm library. --- ssm-0.1.orig/debian/copyright +++ ssm-0.1/debian/copyright @@ -0,0 +1,30 @@ +X-Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat +X-Debianized-By: Morten Kjeldgaard +X-Debinized-Date: Sun, 20 May 2007 09:54:49 +0000. +X-Source-Downloaded-From: ftp://ftp.bioxray.au.dk/pub/mok/src/ssm-0.1.tar.gz +X-Upstream-Author: Eugene Krissinel, Morten Kjeldgaard + +Files: src/* +Copyright: (C) 2004-2006 Eugene Krissinel +License: LGPL-2.1+ + This package is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + . + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +Files: debian/* +Copyright: (C) 2007-2008, Morten Kjeldgaard +License: LGPL-2.1+ + +X-Comment: On Debian systems, the complete text of the GNU Lesser + General Public License version 2.1 can be found in the file + `/usr/share/common-licenses/LGPL-2.1'.