Author: tille
Date: 2014-01-28 17:32:33 +0000 (Tue, 28 Jan 2014)
New Revision: 15874

Modified:
   trunk/packages/last-align/trunk/debian/changelog
   trunk/packages/last-align/trunk/debian/last-align.doc-base.last-align-scripts
   trunk/packages/last-align/trunk/debian/rules
Log:
Small adaptations to new upstream (2 scripts vanished -> no help2man; no idea 
how to create manpages for 2 new parallel-* scripts); upload to unstable


Modified: trunk/packages/last-align/trunk/debian/changelog
===================================================================
--- trunk/packages/last-align/trunk/debian/changelog    2014-01-28 17:12:17 UTC 
(rev 15873)
+++ trunk/packages/last-align/trunk/debian/changelog    2014-01-28 17:32:33 UTC 
(rev 15874)
@@ -1,7 +1,11 @@
-last-align (393-1) UNRELEASED; urgency=medium
+last-align (393-1) unstable; urgency=medium
 
   * New upstream release
   * cme fix dpkg-control
+  * debian/rules: Adapt help2man to the fact that two scripts were
+    deleted from upstream source (no idea how to write manpages for the
+    new parallel-* scripts)
+  * Adapt doc-base control script (text file might be uncompressed)
 
  -- Andreas Tille <[email protected]>  Tue, 28 Jan 2014 17:57:09 +0100
 

Modified: 
trunk/packages/last-align/trunk/debian/last-align.doc-base.last-align-scripts
===================================================================
--- 
trunk/packages/last-align/trunk/debian/last-align.doc-base.last-align-scripts   
    2014-01-28 17:12:17 UTC (rev 15873)
+++ 
trunk/packages/last-align/trunk/debian/last-align.doc-base.last-align-scripts   
    2014-01-28 17:32:33 UTC (rev 15874)
@@ -6,4 +6,4 @@
 Section: Science/Biology
 
 Format: text
-Files: /usr/share/doc/last-align/last-scripts.txt.gz
+Files: /usr/share/doc/last-align/last-scripts.txt*

Modified: trunk/packages/last-align/trunk/debian/rules
===================================================================
--- trunk/packages/last-align/trunk/debian/rules        2014-01-28 17:12:17 UTC 
(rev 15873)
+++ trunk/packages/last-align/trunk/debian/rules        2014-01-28 17:32:33 UTC 
(rev 15874)
@@ -52,13 +52,14 @@
        help2man --no-info --version-string="$(version)" \
                  --name="Read files of lastal output, merge corresponding 
batches, and write them." \
                  $(CURDIR)/scripts/last-merge-batches.py > 
$(mandir)/last-merge-batches.1
+        # These scripts were droped
+       #help2man --no-info --version-string="$(version)" \
+        #         --name="Clean up MAF-format alignments" \
+        #         $(CURDIR)/scripts/last-reduce-alignments.sh > 
$(mandir)/last-reduce-alignments.1
+       #help2man --no-info --version-string="$(version)" \
+        #         --name='Remove MAF-format alignments which are "dominated" 
by others' \
+        #         $(CURDIR)/scripts/last-remove-dominated.py > 
$(mandir)/last-remove-dominated.1
        help2man --no-info --version-string="$(version)" \
-                 --name="Clean up MAF-format alignments" \
-                 $(CURDIR)/scripts/last-reduce-alignments.sh > 
$(mandir)/last-reduce-alignments.1
-       help2man --no-info --version-string="$(version)" \
-                 --name='Remove MAF-format alignments which are "dominated" by 
others' \
-                 $(CURDIR)/scripts/last-remove-dominated.py > 
$(mandir)/last-remove-dominated.1
-       help2man --no-info --version-string="$(version)" \
                  --name='Estimates "split" or "spliced" alignments.' \
                  $(CURDIR)/src/last-split > $(mandir)/last-split.1
        help2man --no-info --version-string="$(version)" \


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to