File: changelog

package info (click to toggle)
last-align 128-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,656 kB
  • ctags: 1,820
  • sloc: cpp: 18,045; python: 836; ansic: 635; makefile: 93; sh: 65
file content (165 lines) | stat: -rw-r--r-- 6,106 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
last-align (128-1) unstable; urgency=low

  * New upstream version
  * Standards-Version: 3.9.0 (no changes needed)

 -- Andreas Tille <tille@debian.org>  Fri, 09 Jul 2010 12:12:04 +0200

last-align (119-1) unstable; urgency=low

  [ Charles Plessy ]
  * New upstream version.
  * debian/rules get-orig-source:
  * Pass --best and --no-name to gzip, for reproductible MD5 sums.
  * Add ‘.orig’ to the repacked directory, to conform with the Debian
    Developer’s Reference (§ 6.7.8.2.4).
  * Build-depend on help2man (>= 1.36.4+nmu1), since the option
    --version-string is not available earlier.
  * Added missing empty line in debian/NEWS.
  * Gathered information about upstream in debian/upstream-metadata.yaml.

  [ Andreas Tille ]
  * debian/last-align.doc-base.last-align-lastex:
    Upstream documentation evalue-tables.txt was replaced by lastex.txt
  * debain/rules:
    Added help2man call for maf-convert

 -- Andreas Tille <tille@debian.org>  Thu, 24 Jun 2010 11:41:46 +0200

last-align (102-1) unstable; urgency=low

  * New upstream version
  * debian/rules: scripts/maf2tab.py was removed -> do not try to
    create manpage for this script
  * debian/source/format: 3.0 (quilt)

 -- Andreas Tille <tille@debian.org>  Mon, 29 Mar 2010 12:29:16 +0200

last-align (99-1) unstable; urgency=low

  * New upstream version

 -- Andreas Tille <tille@debian.org>  Thu, 11 Mar 2010 15:38:23 +0100

last-align (96-1) unstable; urgency=low

  * New upstream version
  * Standards-Version: 3.8.4 (no changes needed)

 -- Andreas Tille <tille@debian.org>  Thu, 18 Feb 2010 14:43:15 +0100

last-align (87-1) unstable; urgency=low

  * New upstream version

 -- Andreas Tille <tille@debian.org>  Tue, 03 Nov 2009 10:47:02 +0100

last-align (70-1) unstable; urgency=low

  * New upstream version
  * Removed quilt dependency because upstream has applied patches
  * help2man for all scripts
    TODO: Write real manpages using the comments inside the scripts.
    Upstream confirmed that there are no immediate plans for further
    changes so writing static man pages seems to make sense

 -- Andreas Tille <tille@debian.org>  Mon, 05 Oct 2009 11:56:25 +0200

last-align (62-1) unstable; urgency=low

  * New upstream version
  * debian/control:
    - Added myself to upstream
    - Standards-Version: 3.8.3
    - Build-Depends: help2man, quilt, python-imaging
    - Recommends: python-imaging
  * debian/rules: Try to create manpages via help2man wherever possible
  * debian/patches: Make sure help output goes to stdout as GNU coding
    style suggests and is needed by help2man

 -- Andreas Tille <tille@debian.org>  Tue, 29 Sep 2009 13:38:57 +0200

last-align (58-1) unstable; urgency=low

  * New upstream release able to use sequence quality scores. 

 -- Charles Plessy <plessy@debian.org>  Fri, 19 Jun 2009 20:47:02 +0900

last-align (52-1) unstable; urgency=low

  * New upstream releases (52 and 51). 
    - Added maf2html.py: converts MAF-format alignments to coloured HTML format.
    - Made lastal gapped extension faster, by removing an assert (surprising).
    - Bugfix: made last-dotplot.py not crash on small sequences.

 -- Charles Plessy <plessy@debian.org>  Mon, 18 May 2009 23:52:24 +0900

last-align (50-1) unstable; urgency=low

  * New upstream release (minor changes).

 -- Charles Plessy <plessy@debian.org>  Tue, 21 Apr 2009 09:59:54 +0900

last-align (48-1) unstable; urgency=low

  * New upstream release.
    - maf-join.py: joins pairwise alignments into multiple alignments.
    - Changed lastal default gap existence cost for DNA to 7.
    - Changed lastal default gapped score threshold for DNA to 40.
    - maf-swap.py: Added -n option to move any sequence to the top.
    - Allow suffixes K(ibibyte), M(ebibyte), and G(ibibyte) for sizes.
    - Plus other bugfixes and improvements, please refer Upstream's changelog.
  * Incremented Standards-Version in debian/control to reflect conformance
    with Policy 3.8.1 (no changes needed).
  * Simplified machine-readable debian/copyright file.
  * last-align.doc-base.last-align-scripts: last-scripts.txt is now compressed. 

 -- Charles Plessy <plessy@debian.org>  Wed, 08 Apr 2009 19:31:28 +0900

last-align (42-1) unstable; urgency=low

  * New upstream release:
    - Corrects an overflow error that made lastal discard some gapped
      alignments.
    - Allows lastal options to be set in the score-matrix file.
  * debian/copyright refreshed and points directly to GPLv3.
  * Corrected the description in debian/control to not use
    the first person.

 -- Charles Plessy <plessy@debian.org>  Tue, 10 Mar 2009 19:46:32 +0900

last-align (39-1) unstable; urgency=low

  * New upstream release.
    - Bugfix: for protein alignments, tyrosine was forbidden in initial
      matches.
    - *Old lastdb protein databases won't work properly: you need to re-run
      lastdb.*
  * Added debian/NEWS.Debian to indicate the backward incompatibility.
  * Debian/changelog: removed vanity entries and incremented copyright year.
  * Transferred informations about packaging practices and repository from
    README.source to README.Debian.

 -- Charles Plessy <plessy@debian.org>  Mon, 02 Feb 2009 12:42:26 +0900

last-align (37-1) unstable; urgency=low

  * New upstream release. 
    - Updated the documentation, including a table of optimal spaced seeds.
    - Made lastdb bucket-making code slightly simpler & faster.
    - Enabled reading & writing of huge files (at least on one system with
      Linux-2.6.13/x86_64/gcc-4.0.2).
    - Made lastdb radix sort a bit faster, with the oracle array trick.
    - Allowed the mismatch score to be zero, due to a request.
    - Made gaped extension faster for short sequences (e.g. tag mapping).
    - Bugfix: the sequence names weren't printed correctly for
      match-counting output (-j 0).
    - Fixed compiler warnings with gcc 4.3.

 -- Charles Plessy <plessy@debian.org>  Sun, 28 Dec 2008 12:49:05 +0100

last-align (31-1) unstable; urgency=low

  * Initial release (Closes: #498562)

 -- Charles Plessy <plessy@debian.org>  Thu, 13 Nov 2008 15:44:31 +0900