[med-svn] r5515 - trunk/packages/last-align/trunk/debian
Andreas Tille
tille at alioth.debian.org
Thu Nov 25 20:03:59 UTC 2010
Author: tille
Date: 2010-11-25 20:03:51 +0000 (Thu, 25 Nov 2010)
New Revision: 5515
Modified:
trunk/packages/last-align/trunk/debian/changelog
trunk/packages/last-align/trunk/debian/rules
Log:
New upstream version
Modified: trunk/packages/last-align/trunk/debian/changelog
===================================================================
--- trunk/packages/last-align/trunk/debian/changelog 2010-11-25 18:43:36 UTC (rev 5514)
+++ trunk/packages/last-align/trunk/debian/changelog 2010-11-25 20:03:51 UTC (rev 5515)
@@ -1,3 +1,14 @@
+last-align (146-1) unstable; urgency=low
+
+ * New upstream version
+ * debian/rules:
+ - Maf2html is not any more in the source so we need not to create
+ the manpage
+ - Use help2man to create maf-cull manpage
+ - Remove src/lastex in clean target
+
+ -- Andreas Tille <tille at debian.org> Thu, 25 Nov 2010 19:46:56 +0100
+
last-align (139-1) unstable; urgency=low
* New upstream version
Modified: trunk/packages/last-align/trunk/debian/rules
===================================================================
--- trunk/packages/last-align/trunk/debian/rules 2010-11-25 18:43:36 UTC (rev 5514)
+++ trunk/packages/last-align/trunk/debian/rules 2010-11-25 20:03:51 UTC (rev 5515)
@@ -17,7 +17,7 @@
mandir=$(CURDIR)/debian/$(pkg)/usr/share/man/man1/
clean::
- $(RM) src/lastdb src/lastal src/*.o
+ $(RM) src/lastdb src/lastal src/lastex src/*.o
binary-fixup/$(pkg)::
prename 's/.py$$//' debian/$(pkg)/usr/bin/*py
@@ -42,10 +42,10 @@
help2man --no-info --version-string="$(version)" \
--name="changes the order of the sequences in MAF-format alignments" \
$(CURDIR)/scripts/maf-swap.py > $(mandir)/maf-swap.1
+# help2man --no-info --version-string="$(version)" \
+# --name="converts MAF-format alignments to a human-friendly HTML format" \
+# $(CURDIR)/scripts/maf2html.py > $(mandir)/maf2html.1
help2man --no-info --version-string="$(version)" \
- --name="converts MAF-format alignments to a human-friendly HTML format" \
- $(CURDIR)/scripts/maf2html.py > $(mandir)/maf2html.1
- help2man --no-info --version-string="$(version)" \
--name="Add extra column with mapping probabilities" \
$(CURDIR)/scripts/last-map-probs.py > $(mandir)/last-map-probs.1
help2man --no-info --version-string="$(version)" \
@@ -60,6 +60,9 @@
help2man --no-info --version-string="$(version)" \
--name="Convert MAF-format alignments to tabular format" \
$(CURDIR)/scripts/maf-convert.py > $(mandir)/maf-convert.1
+ help2man --no-info --version-string="$(version)" \
+ --name="Cull alignments whose top\-sequence coordinates are contained in LIMIT or more" \
+ $(CURDIR)/scripts/maf-cull.py > $(mandir)/maf-cull.1
# The unzip command from the unzip package is needed for this one.
# This target obtains the latest upstream version and not the latest packaged version
More information about the debian-med-commit
mailing list