summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a0048b6)
raw | patch | inline | side by side (parent: a0048b6)
author | Sebastian Harl <sh@tokkee.org> | |
Fri, 3 Apr 2009 15:59:34 +0000 (17:59 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Fri, 3 Apr 2009 15:59:34 +0000 (17:59 +0200) |
This patch has been included upstream.
debian/changelog | patch | blob | history | |
debian/patches/00list | patch | blob | history | |
debian/patches/tigrc-example-fix.dpatch | [deleted file] | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 9268af04455f7581ca895fa50a34a140cc2b3c78..2cca57cd196549ee834bca491f80b25e5d3b8e55 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
* Uploading to unstable - Lenny has been released (Closes: #520636).
* debian/control:
- Moved tig from section "utils" to the newly added "vcs".
+ * debian/patches:
+ - Removed tigrc-example-fix.dpatch - included upstream.
- -- Sebastian Harl <sh@tokkee.org> Fri, 03 Apr 2009 17:53:58 +0200
+ -- Sebastian Harl <sh@tokkee.org> Fri, 03 Apr 2009 17:59:10 +0200
tig (0.14-1) experimental; urgency=low
diff --git a/debian/patches/00list b/debian/patches/00list
index 20c4e5ac2bdadd61dd10291b73232b2aab63d4c4..f160897b9c466afd31339e6f5d1242208a8cfdce 100644 (file)
--- a/debian/patches/00list
+++ b/debian/patches/00list
-tigrc-example-fix.dpatch
quoted-config-opts-fix.dpatch
diff --git a/debian/patches/tigrc-example-fix.dpatch b/debian/patches/tigrc-example-fix.dpatch
+++ /dev/null
@@ -1,34 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## tigrc-example-fix.dpatch by Jonas Fonseca <fonseca@diku.dk>
-##
-## DP: tigrc(5): fix error in examples for the set command
-## DP:
-## DP: Fixes Debian bug #514990 reported by Gerfried Fuchs.
-
-diff a/tigrc.5.txt b/tigrc.5.txt
---- a/tigrc.5.txt
-+++ b/tigrc.5.txt
-@@ -46,21 +46,21 @@ Examples:
-
- --------------------------------------------------------------------------
- set show-author = yes # Show author?
--set show-date = yes # Show commit date?
- set show-rev-graph = yes # Show revision graph?
- set show-refs = yes # Show references?
- set show-line-numbers = no # Show line numbers?
- set line-number-interval = 5 # Interval between line numbers
-+set commit-encoding = "UTF-8" # Commit encoding
- --------------------------------------------------------------------------
-
- Or in the git configuration files:
-
- --------------------------------------------------------------------------
- [tig]
-+ show-date = yes # Show commit date?
- author-width = 10 # Set width of the author column
- line-graphics = no # Disable graphics characters
- tab-size = 8 # Number of spaces per tab
-- encoding = "UTF-8" # Commit encoding
- --------------------------------------------------------------------------
-
- The type of variables are either bool, int, and string.