diff -urN debian/changelog MUSTANG_v.3/debian/changelog --- debian/changelog 2008-02-04 22:27:12.000000000 -0200 +++ MUSTANG_v.3/debian/changelog 2008-02-04 22:50:44.000000000 -0200 @@ -37,5 +37,3 @@ easier to read in a default 80 columns wide terminal window. -- Morten Kjeldgaard Mon, 25 Jun 2007 15:55:12 +0000 - - diff -urN debian/control MUSTANG_v.3/debian/control --- debian/control 2008-02-04 22:27:12.000000000 -0200 +++ MUSTANG_v.3/debian/control 2008-02-04 22:33:38.000000000 -0200 @@ -12,7 +12,8 @@ Package: mustang Architecture: any -Depends: ${shlibs:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} +Suggests: mustang-testdata Description: multiple structural alignment of proteins Mustang is an algorithm for structural alignment of multiple protein structures. Given a set of PDB files, the program uses the spatial diff -urN debian/patches/01-upstream.dpatch MUSTANG_v.3/debian/patches/01-upstream.dpatch --- debian/patches/01-upstream.dpatch 2008-02-04 22:27:12.000000000 -0200 +++ MUSTANG_v.3/debian/patches/01-upstream.dpatch 2008-02-04 22:36:22.000000000 -0200 @@ -2,7 +2,7 @@ ## upstream.dpatch by Morten Kjeldgaard ## ## All lines beginning with `## DP:' are a description of the patch. -## DP: No description. +## DP: upstream patch @DPATCH@ diff -urN debian/rules MUSTANG_v.3/debian/rules --- debian/rules 2008-02-04 22:27:12.000000000 -0200 +++ MUSTANG_v.3/debian/rules 2008-02-04 22:31:25.000000000 -0200 @@ -9,12 +9,12 @@ include /usr/share/dpatch/dpatch.make -CFLAGS = -Wall -g +CPPFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) - CFLAGS += -O0 + CPPFLAGS += -O0 else - CFLAGS += -O2 + CPPFLAGS += -O2 endif diff -urN debian/watch MUSTANG_v.3/debian/watch --- debian/watch 1969-12-31 21:00:00.000000000 -0300 +++ MUSTANG_v.3/debian/watch 2008-02-04 22:42:47.000000000 -0200 @@ -0,0 +1,2 @@ +version=3 +http://www.cs.mu.oz.au/~arun/mustang/ ./mustang_v\.(.*)\.tgz