[med-svn] r1335 - in trunk/packages/mustang/trunk/debian: . patches
mok0-guest at alioth.debian.org
mok0-guest at alioth.debian.org
Wed Feb 6 22:55:19 UTC 2008
Author: mok0-guest
Date: 2008-02-06 22:55:19 +0000 (Wed, 06 Feb 2008)
New Revision: 1335
Added:
trunk/packages/mustang/trunk/debian/watch
Modified:
trunk/packages/mustang/trunk/debian/changelog
trunk/packages/mustang/trunk/debian/control
trunk/packages/mustang/trunk/debian/patches/01-upstream.dpatch
trunk/packages/mustang/trunk/debian/patches/02-main.cpp.dpatch
trunk/packages/mustang/trunk/debian/rules
Log:
Apply patch from Nelson A. de Oliveira, addressing issues in debian/control
and debian/rules, and adding debian/watch. Elaborate debian/changelog.
Modified: trunk/packages/mustang/trunk/debian/changelog
===================================================================
--- trunk/packages/mustang/trunk/debian/changelog 2008-02-06 19:47:45 UTC (rev 1334)
+++ trunk/packages/mustang/trunk/debian/changelog 2008-02-06 22:55:19 UTC (rev 1335)
@@ -1,13 +1,18 @@
-mustang (3.0-1~p1) unstable; urgency=low
+mustang (3.0-1) unstable; urgency=low
+ [ Nelson A. de Oliveira ]
+ * debian/rules: CFLAGS -> CPPFLAGS
+ * debian/control: add ${misc:Depends} to binary package, and
+ add Suggests: mustang-testdata
+ * Add debian/watch
+
[ Morten Kjeldgaard ]
* Upload mustang to Debian (Closes: #459637).
* debian/control: Maintainer and homepage fields set as per
Debian policy.
* Include test pdb files in a separate package.
* debian/rules: add get-orig-source target.
- * Include new upstream patches. There is no new version number, so
- release is tagged with p1.
+ * Include new upstream patches.
* Upstream now distributes manpage which is installed.
* Include pdb files from upstream tarball in a separate package,
for a more extensive test.
@@ -37,5 +42,3 @@
easier to read in a default 80 columns wide terminal window.
-- Morten Kjeldgaard <mok at bioxray.dk> Mon, 25 Jun 2007 15:55:12 +0000
-
-
Modified: trunk/packages/mustang/trunk/debian/control
===================================================================
--- trunk/packages/mustang/trunk/debian/control 2008-02-06 19:47:45 UTC (rev 1334)
+++ trunk/packages/mustang/trunk/debian/control 2008-02-06 22:55:19 UTC (rev 1335)
@@ -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
Modified: trunk/packages/mustang/trunk/debian/patches/01-upstream.dpatch
===================================================================
--- trunk/packages/mustang/trunk/debian/patches/01-upstream.dpatch 2008-02-06 19:47:45 UTC (rev 1334)
+++ trunk/packages/mustang/trunk/debian/patches/01-upstream.dpatch 2008-02-06 22:55:19 UTC (rev 1335)
@@ -1,8 +1,7 @@
#! /bin/sh /usr/share/dpatch/dpatch-run
## upstream.dpatch by Morten Kjeldgaard <mok at bioxray.au.dk>
##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: This is a patch that upstream distributes from his website.
@DPATCH@
Modified: trunk/packages/mustang/trunk/debian/patches/02-main.cpp.dpatch
===================================================================
--- trunk/packages/mustang/trunk/debian/patches/02-main.cpp.dpatch 2008-02-06 19:47:45 UTC (rev 1334)
+++ trunk/packages/mustang/trunk/debian/patches/02-main.cpp.dpatch 2008-02-06 22:55:19 UTC (rev 1335)
@@ -1,7 +1,6 @@
#! /bin/sh /usr/share/dpatch/dpatch-run
## main.cpp.dpatch by Morten Kjeldgaard <mok at bioxray.dk>
##
-## All lines beginning with `## DP:' are a description of the patch.
## DP: beautify output of initial advertisement
@DPATCH@
Modified: trunk/packages/mustang/trunk/debian/rules
===================================================================
--- trunk/packages/mustang/trunk/debian/rules 2008-02-06 19:47:45 UTC (rev 1334)
+++ trunk/packages/mustang/trunk/debian/rules 2008-02-06 22:55:19 UTC (rev 1335)
@@ -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
Added: trunk/packages/mustang/trunk/debian/watch
===================================================================
--- trunk/packages/mustang/trunk/debian/watch (rev 0)
+++ trunk/packages/mustang/trunk/debian/watch 2008-02-06 22:55:19 UTC (rev 1335)
@@ -0,0 +1,2 @@
+version=3
+http://www.cs.mu.oz.au/~arun/mustang/ ./mustang_v\.(.*)\.tgz
More information about the debian-med-commit
mailing list