Code

rules: (Again) pass -I/usr/include/ncursesw to CFLAGS.
[pkg-tig.git] / debian / changelog
1 tig (0.17-1) unstable; urgency=low
3   * New upstream release:
4     - Fixed ncurses 2.8 issue causing tig to fail to start; thanks to Tarek
5       Soliman for reporting this and RjY for pointing out the new upstream
6       release (Closes: #617318).
7     - Enabled revision graph rendering by default; thanks to Paul Wise for
8       reporting this (Closes: #611876).
9   * Uploading to unstable -- Squeeze has been released \o/
10   * debian/rules:
11     - (Again) pass -I/usr/include/ncursesw to CFLAGS; this is no longer
12       handled by the configure script which now uses the third-party
13       'AX_WITH_CURSES' macro.
15  -- Sebastian Harl <tokkee@debian.org>  Tue, 08 Mar 2011 14:26:55 +0100
17 tig (0.16.2-1) experimental; urgency=low
19   * New upstream release.
20   * debian/patches:
21     - Removed bts594549-pager-segfault -- included upstream.
22   * debian/control, debian/rules:
23     - No longer use dpatch.
24   * Removed debian/README.source.
25   * Uploading to experimental because of the Squeeze freeze.
26   * debian/control:
27     - Updated Standards-Version to 3.9.1 -- no changes.
29  -- Sebastian Harl <tokkee@debian.org>  Tue, 21 Sep 2010 21:57:26 +0200
31 tig (0.16-2) unstable; urgency=low
33   * debian/patches:
34     - Added bts594549-pager-segfault - upstream patch fixing a segfault when
35       started in pager mode; thanks to Kumar Appaiah for reporting this and
36       pointing out the upstream fix (Closes: #594549).
37   * debian/control, debian/rules:
38     - Build-depend on and use dpatch.
39   * Added debian/README.source:
40     - The file includes a pointer to /usr/share/doc/dpatch/README.source.gz.
42  -- Sebastian Harl <tokkee@debian.org>  Fri, 03 Sep 2010 21:23:44 +0200
44 tig (0.16-1) unstable; urgency=low
46   * New upstream release; thanks to Sedat Dilek for the pointer
47     (Closes: #586560).
48   * debian/control:
49     - Updated versioned build-dep on asciidoc to versions >= 8.4 as documented
50       in the upstream `INSTALL' file.
51     - Updated standards-version to 3.8.4 -- no changes.
52     - Added epoch to versioned dependency on git-core and added git (>=
53       1:1.7.0.4-2~) as an alternative dependency, according to the rename of
54       the package; thanks to Jonathan Nieder and Beat Bolli for reporting this
55       (Closes: #568582).
56     - Depend on ${misc:Depends}, as recommended by debhelper.
58  -- Sebastian Harl <tokkee@debian.org>  Tue, 22 Jun 2010 22:51:20 +0200
60 tig (0.15-1) unstable; urgency=low
62   * New upstream release (Closes: #557575):
63     - Fixed blame view when cwd is not the repo root; thanks to Chris Lamb for
64       reporting this (Closes: #540766).
65   * debian/control:
66     - No longer build-depend on git-core - this is not required by the build
67       system any more.
68     - Updated Standards-Version to 3.8.3 - no changes.
69   * debian/patches:
70     - Removed asciidoc-8.4.dpatch - included upstream.
71   * Added debian/tig.doc-base.
72     - … pointing to manual.html and manual.pdf.
74  -- Sebastian Harl <tokkee@debian.org>  Mon, 23 Nov 2009 22:56:47 +0100
76 tig (0.14.1-2) unstable; urgency=low
78   * debian/patches:
79     - Added asciidoc-8.4.dpatch - upstream patch fixing build issues with
80       asciidoc 8.4, thanks to Lucas Nussbaum for reporting this
81       (Closes: #534046).
82   * debian/control:
83     - Updated standards-version to 3.8.2 - no changes.
85  -- Sebastian Harl <tokkee@debian.org>  Sun, 21 Jun 2009 18:36:46 +0200
87 tig (0.14.1-1) unstable; urgency=low
89   * New upstream release.
90   * Uploading to unstable - Lenny has been released (Closes: #520636).
91   * debian/control:
92     - Moved tig from section "utils" to the newly added "vcs".
93   * debian/patches:
94     - Removed tigrc-example-fix.dpatch - included upstream.
95     - Removed quoted-config-opts-fix.dpatch - included upstream.
96   * debian/control:
97     - Updated standards-version to 3.8.1 - no changes.
99  -- Sebastian Harl <sh@tokkee.org>  Fri, 03 Apr 2009 18:07:18 +0200
101 tig (0.14-1) experimental; urgency=low
103   * New upstream release.
104   * debian/patches:
105     - Removed non-utf8-fix.dpatch - included upstream.
106     - Removed tigrc-parsing-fix.dpatch - included upstream.
107     - Removed mem-corruption-fix.dpatch - included upstream.
108     - Added tigrc-example-fix.dpatch - upstream patch fixing an error in
109       examples for the set command (Closes: #514990).
110     - Added quoted-config-opts-fix.dpatch - backported upstream patch fixing
111       the handling of quoted strings in the config file.
113  -- Sebastian Harl <sh@tokkee.org>  Sat, 14 Feb 2009 13:59:03 +0100
115 tig (0.13-1) experimental; urgency=low
117   * New upstream release (Closes: #513727).
118   * debian/copyright: Use © instead of (C) to make lintian happy.
119   * debian/patches:
120     - Added non-utf8-fix.dpatch - upstream patch fixing a regression in the
121       handling of non-UTF-8 locales.
122     - Added tigrc-parsing-fix.dpatch - upstream patch fixing a regression in
123       parsing ~/.tigrc.
124     - Added mem-corruption-fix.dpatch - upstream patch fixing memory
125       corruption when updating the tree view.
126   * debian/rules:
127     - Remove auto-generated NEWS.html and README.html in the clean target.
129  -- Sebastian Harl <sh@tokkee.org>  Tue, 03 Feb 2009 10:59:25 +0100
131 tig (0.12.1-1) experimental; urgency=low
133   * New upstream release.
134     - Added support for refreshing the main view (Closes: #498365).
135     - Disable boundary commits by default, fixing the behavior when using
136       options like --author=foo (Closes: #498628).
137   * Uploading to experimental because of Lenny freeze.
138   * debian/rules:
139     - Install upstream NEWS file to /usr/share/doc/tig/.
140     - No longer add -I/usr/include/ncursesw to CFLAGS - this is now handled by
141       the configure script.
142     - No longer pass LIBS="-lncursesw" to configure - this is now handled by
143       the configure script.
144   * debian/control:
145     - Depend on git-core >= 1.5.4 - this is required by the new upstream
146       release.
147     - Changed XS-Vcs-* to Vcs-*.
149  -- Sebastian Harl <sh@tokkee.org>  Sat, 11 Oct 2008 18:06:24 +0200
151 tig (0.11-1) unstable; urgency=low
153   * New upstream release.
154   * Added git-core to the build dependencies (Closes: #481828).
155   * Updated standards-version to 3.8.0 - no changes.
157  -- Sebastian Harl <sh@tokkee.org>  Fri, 25 Jul 2008 07:47:37 +0200
159 tig (0.10.1-1) unstable; urgency=low
161   * New upstream release.
162   * Moved "Homepage" field from package description to the source stanza.
163     - Added versioned build dependency on dpkg-dev (>= 1.14.6).
164   * Improved package description as suggested by Adeodato Simó
165     (Closes: #469290).
166   * Added wide character support, thanks to Cyril Brulebois for the patch
167     (Closes: #457068):
168     - Build-depend on libncursesw5-dev instead of libncurses5-dev.
169     - Pass "LIBS=-lncursesw" to configure.
170     - Added -I/usr/include/ncursesw to CFLAGS.
171   * Fixed a typo in debian/rules, preventing CFLAGS from being used, thanks to
172     Cyril Brulebois for the patch.
173   * Use the configure script provided by upstream.
174   * Updated standards-version to 3.7.3 - no changes.
176  -- Sebastian Harl <sh@tokkee.org>  Mon, 31 Mar 2008 12:57:05 +0200
178 tig (0.9.1-1) unstable; urgency=low
180   * New upstream release.
182  -- Sebastian Harl <sh@tokkee.org>  Mon,  1 Oct 2007 15:07:38 +0200
184 tig (0.9-1) unstable; urgency=low
186   * New upstream release.
187     - The manpage builds fine now (Closes: #434127).
188   * Install new bash completion script to /etc/bash_completion.d/.
189   * Adapted package description to the latest git-core package description.
190   * debian/rules: Do not ignore "make clean" error.
192  -- Sebastian Harl <sh@tokkee.org>  Sun, 23 Sep 2007 21:22:25 +0200
194 tig (0.8-1) unstable; urgency=low
196   * New upstream release.
197     - Fixes segfault in pager mode (Closes: #429448).
198   * Added XS-Vcs-{Git,Browser} tags.
200  -- Sebastian Harl <sh@tokkee.org>  Tue, 19 Jun 2007 11:52:39 +0100
202 tig (0.7-1) unstable; urgency=low
204   * New upstream release.
205     - Handle cursor keys in split pane mode correctly (Closes: #410394).
206   * Removed infiniteloop.dpatch - included in the new release.
207   * Removed splitview.dpatch - included in the new release.
208   * Removed v0.5.dpatch - included in the new release.
210  -- Sebastian Harl <sh@tokkee.org>  Mon,  4 Jun 2007 15:05:29 +0200
212 tig (0.5-3) unstable; urgency=low
214   * Added upstream patch by Jonas Fonseca <fonseca@diku.dk> to update the
215     version string to 0.5 (Closes: #409095).
216   * Added watch file.
218  -- Sebastian Harl <sh@tokkee.org>  Thu,  1 Feb 2007 10:31:18 +0000
220 tig (0.5-2) unstable; urgency=medium
222   * Added two upstream patches by Jonas Fonseca <fonseca@diku.dk>:
223     - Fix a segfault when navigating in tree mode (Closes: #403565).
224     - Fix an infinite loop.
225   * Put the sample manpage in /usr/share/doc/tig/examples/.
227  -- Sebastian Harl <sh@tokkee.org>  Fri, 22 Dec 2006 09:08:57 +0000
229 tig (0.5-1) unstable; urgency=low
231   * Initial release (Closes: #389926).
233  -- Sebastian Harl <sh@tokkee.org>  Thu, 28 Sep 2006 13:09:36 +0200