[med-svn] r234 - trunk/packages/mafft/trunk/debian
Charles Plessy
charles-guest at alioth.debian.org
Thu Mar 22 15:31:36 CET 2007
Author: charles-guest
Date: 2007-03-22 14:31:35 +0000 (Thu, 22 Mar 2007)
New Revision: 234
Modified:
trunk/packages/mafft/trunk/debian/changelog
trunk/packages/mafft/trunk/debian/rules
trunk/packages/mafft/trunk/debian/watch
Log:
Worked two hours writing a manpage and erased it by mistake before commiting. Never again.
Modified: trunk/packages/mafft/trunk/debian/changelog
===================================================================
--- trunk/packages/mafft/trunk/debian/changelog 2007-03-18 00:52:02 UTC (rev 233)
+++ trunk/packages/mafft/trunk/debian/changelog 2007-03-22 14:31:35 UTC (rev 234)
@@ -1,6 +1,6 @@
-mafft (6.236~beta-1) unstable; urgency=low
+mafft (6.238-1) unstable; urgency=low
* Initial release (Closes: #409640)
- -- Charles Plessy <charles-debian-nospam at plessy.org> Wed, 7 Feb 2007 21:44:40 +0900
+ -- Charles Plessy <charles-debian-nospam at plessy.org> Thu, 22 Mar 2007 23:11:56 +0900
Modified: trunk/packages/mafft/trunk/debian/rules
===================================================================
--- trunk/packages/mafft/trunk/debian/rules 2007-03-18 00:52:02 UTC (rev 233)
+++ trunk/packages/mafft/trunk/debian/rules 2007-03-22 14:31:35 UTC (rev 234)
@@ -5,6 +5,13 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+XP=xsltproc \
+ -''-nonet \
+ -''-param man.charmap.use.subset "0" \
+ -''-param make.year.ranges "1" \
+ -''-param make.single.year.ranges "1"
+
+
CFLAGS = -Wall -g
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
@@ -13,11 +20,12 @@
CFLAGS += -O2
endif
-build:
+manpages: debian/mafft.1.xml
+ $(XP) $<
+
+build: manpages
dh_testdir
- # Add here commands to compile the package.
$(MAKE) -C src PREFIX=/usr/lib/mafft
- #docbook-to-man debian/mafft.sgml > mafft.1
MAFFT = MAFFT_BINARIES=$(CURDIR)/binaries scripts/mafft
@@ -33,7 +41,7 @@
dh_testdir
dh_testroot
-$(MAKE) -C src clean
- dh_clean
+ dh_clean mafft.1
install: build test
dh_testdir
@@ -50,7 +58,7 @@
dh_installchangelogs
dh_installdocs
dh_install test usr/share/doc/mafft/
-# dh_installman
+ dh_installman mafft.1
dh_link
dh_strip
dh_compress
Modified: trunk/packages/mafft/trunk/debian/watch
===================================================================
--- trunk/packages/mafft/trunk/debian/watch 2007-03-18 00:52:02 UTC (rev 233)
+++ trunk/packages/mafft/trunk/debian/watch 2007-03-22 14:31:35 UTC (rev 234)
@@ -1,22 +1,2 @@
-# Example watch control file for uscan
-# Rename this file to "watch" and then you can run the "uscan" command
-# to check for upstream updates and more.
-# See uscan(1) for format
-
-# Compulsory line, this is a version 3 file
version=3
-
-# Uncomment to examine a Webpage
-# <Webpage URL> <string match>
-#http://www.example.com/downloads.php mafft-(.*)\.tar\.gz
-
-# Uncomment to examine a Webserver directory
-#http://www.example.com/pub/mafft-(.*)\.tar\.gz
-
-# Uncommment to examine a FTP server
-#ftp://ftp.example.com/pub/mafft-(.*)\.tar\.gz debian uupdate
-
-# Uncomment to find new files on sourceforge, for debscripts >= 2.9
-# http://sf.net/mafft/mafft-(.*)\.tar\.gz
-
-
+http://align.bmr.kyushu-u.ac.jp/mafft/software/source.html mafft-(.*)-src\.tgz
More information about the debian-med-commit
mailing list