Your message dated Fri, 18 May 2012 09:58:53 +0000
with message-id <[email protected]>
and subject line Bug#656810: fixed in tig 1.0-1
has caused the Debian Bug report #656810,
regarding tig: New upstream version available
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
656810: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=656810
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: tig
Version: 0.17-1
Severity: wishlist

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Hi Sebastian

There is a new upstream version available of tig. Would it be possible
to package it? (Furthermore it also fixes one bug in Debian at least,
#635546). The changes are by upstream NEWS file:

tig-0.18
- --------

Incompatibilities:

 - Remove support for the deprecated TIG_{MAIN,DIFF,LOG,TREE,BLOB}_CMD
   environment variables.

Improvements:

 - Pressing enter on diff stat file lines will jump to file's diff.
 - Naïvely color blame IDs to distinguish lines.
 - Document palette color options used for revision graph and blame IDs.
 - Add support for blaming diff lines.
 - Add diff-context option and bindings to increase the diff context in
   the diff and stage view.
 - (GH-6) Make blame configurable via extra options passed from the command
   line and blame-options setting from ~/.tigrc. For example:
   
        set blame-options = -C -C -C

Bug fixes:

 - Expand browsing state variables for prompt. (LP #694780, Debian #635546)
 - Fix segfault when sorting the branch view by author.
 - Expand %(directory) to . for the root directory. (GH-3)
 - Accept 'utf-8' for the line-graphics option as indicated in the docs.
 - Use erasechar() to check for the correct backspace character.

Many thanks and for your work!

Regards,
Salvatore

- -- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/8 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

- -- no debconf information

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJPGy+fAAoJEHidbwV/2GP+DSQQANsjPMMtBEsgtrUoGjXSJ6B/
Y0XypDdg/rNy7j/BM2TyNVG87VGNwKy3Uib5GIwNV6UWuvAHIPGQ8X9IKIkO0jvk
zksTIXYoXQVF9N5Y7SkXducLWC4E3NSN+fRbkNKIp/D+k+7sYyaNsIjmPGhsomkW
ghSUIXU6dPA5yMpCAvqNVZUNK7rTyPwZinzGaS2YKf2zRut/hHy7RgVN/+tIOand
W0w9tUnzkEtSrFhHQOno4HgoDBOXMsNvIKV9VPXehZYnYn73gKE1kKw4PYlQuczU
KYyH47TK/fusXYh1aQBR+F/caK4FdPiCsqgIN3iy/fYOatfuMO2G/Iznk05mROtC
qqTtGIV19dxzhAXKkH3KFadHfUy0kNI6yfqKOiikTBEgZ9S4pQ3as+V111iD18rK
helLSpnOBwmsg/chVKGxg5AaF0OMueBk+QDQyUfIkHWDJfl5wM3SQRPQNaF7Dls8
OyriAWENl63Mg190A2QYwli5FKxAFf8GG8h1IKM2RvZ+5uGzxhIxInPQAdlI8yC0
cVIs8SkgLk7RI3JttCXK5+cQ+HAUwDzameH2rMYDvDp0raNdJMXEFpe96s2ohwtr
fzOqAdKSvXcc1FBKYbr4ihwdC0uJ/fSNX9qzx5R5aI6a7NSIKYaTOr/5KOsGWg8+
fAX4ceqOu8ARvwWvZtrT
=Eae9
-----END PGP SIGNATURE-----



--- End Message ---
--- Begin Message ---
Source: tig
Source-Version: 1.0-1

We believe that the bug you reported is fixed in the latest version of
tig, which is due to be installed in the Debian FTP archive:

tig_1.0-1.diff.gz
  to main/t/tig/tig_1.0-1.diff.gz
tig_1.0-1.dsc
  to main/t/tig/tig_1.0-1.dsc
tig_1.0-1_amd64.deb
  to main/t/tig/tig_1.0-1_amd64.deb
tig_1.0.orig.tar.gz
  to main/t/tig/tig_1.0.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sebastian Harl <[email protected]> (supplier of updated tig package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 17 May 2012 18:15:46 +0200
Source: tig
Binary: tig
Architecture: source amd64
Version: 1.0-1
Distribution: unstable
Urgency: low
Maintainer: Sebastian Harl <[email protected]>
Changed-By: Sebastian Harl <[email protected]>
Description: 
 tig        - ncurses-based Git repository browser
Closes: 626124 635546 656810
Changes: 
 tig (1.0-1) UNRELEASED; urgency=low
 .
   * New upstream release; thanks to Salvatore Bonaccorso and Romain Francoise
     for reporting this (Closes: #656810).
     - Fixed substitution of %(xxx) in prompt commands; thanks to Daniel T Chen
       for reporting this (Closes: #635546).
     - Fixed 'go to a line' feature; thanks to Christian Ohm for reporting this
       (Closes: #626124).
   * debian/rules:
     - Don't remove 'test-graph'; it is no longer installed by 'make install'.
     - Don't try to install TODO; it no longer exists.
     - Split build target into build-{arch,indep} as recommended by policy.
     - Enabled harding build flags (use dpkg-buildflags).
   * debian/control:
     - Updated standards-version to 3.9.3 -- no changes.
Checksums-Sha1: 
 52e2dfe9a250a1d8319d1f80d6bb3a577406e9d2 1144 tig_1.0-1.dsc
 3fe744f79d244285b6e00b472e35967746910305 188543 tig_1.0.orig.tar.gz
 66004d083aaa71db84c300c1e88349cc4b3f6659 5998 tig_1.0-1.diff.gz
 6d3aa23e5cf94f468e4a14a5be1db38f47c80e52 244112 tig_1.0-1_amd64.deb
Checksums-Sha256: 
 076e6d007ce375ecf622dd384cffef47e577ea58ec4f3f0d0eb5e1d5bed8502b 1144 
tig_1.0-1.dsc
 e1ecadef82027a94a6489e84a5c02fd5c0d4977bcb13ba2df0a52cca05ad6f71 188543 
tig_1.0.orig.tar.gz
 1f0a590b9781db2ff98a47f7fe80dd9bbee455fb9e7a3d29c62c19e5b244c158 5998 
tig_1.0-1.diff.gz
 79b399581e96aeb6ee7a31065cd7ce69c672faadd0c048522fbd30afdf5f11a1 244112 
tig_1.0-1_amd64.deb
Files: 
 fb4bb4e995f7f3f018d7d1de0eb71ef6 1144 vcs optional tig_1.0-1.dsc
 a2d414d1cebbc9cd4f3d545bc6f225c6 188543 vcs optional tig_1.0.orig.tar.gz
 4d77a865326d1802301080673d18a631 5998 vcs optional tig_1.0-1.diff.gz
 da12be9c0837ad8f0a867e2291b8ee4e 244112 vcs optional tig_1.0-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAk+1/pcACgkQEFEKc4UBx/wEVQCaA29oPbjmuYlxe6eGtwoHDcSH
Yz8An25DCCBfGcmPz1AaUoidHOG8WYD+
=bGOZ
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to