summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 497162e)
raw | patch | inline | side by side (parent: 497162e)
author | Sebastian Harl <sh@tokkee.org> | |
Sat, 21 Nov 2009 20:11:34 +0000 (21:11 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sat, 21 Nov 2009 20:11:34 +0000 (21:11 +0100) |
This patch has been included upstream.
debian/changelog | patch | blob | history | |
debian/control | patch | blob | history | |
debian/patches/00list | [deleted file] | patch | blob | history |
debian/patches/asciidoc-8.4.dpatch | [deleted file] | patch | blob | history |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index bc7ef375c026640813d5bc53657a88941b4c032c..fe9a450aa1e01ded55b4367ee640ff60a5f43650 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
- No longer build-depend on git-core - this is not required by the build
system any more.
- Updated Standards-Version to 3.8.3 - no changes.
+ * debian/patches:
+ - Removed asciidoc-8.4.dpatch - included upstream.
- -- Sebastian Harl <tokkee@debian.org> Sat, 21 Nov 2009 21:07:57 +0100
+ -- Sebastian Harl <tokkee@debian.org> Sat, 21 Nov 2009 21:10:57 +0100
tig (0.14.1-2) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 33d45e016bc2664b3d0d252592b25f15cf79402e..59223eb9280aa0c2317c167710ed7a362b2984d4 100644 (file)
--- a/debian/control
+++ b/debian/control
Section: vcs
Priority: optional
Maintainer: Sebastian Harl <tokkee@debian.org>
-Build-Depends: debhelper (>= 5), dpatch, dpkg-dev (>= 1.14.6), libncursesw5-dev, asciidoc (>= 7), xmlto, docbook-utils
+Build-Depends: debhelper (>= 5), dpkg-dev (>= 1.14.6), libncursesw5-dev, asciidoc (>= 7), xmlto, docbook-utils
Standards-Version: 3.8.3
Homepage: http://jonas.nitro.dk/tig/
Vcs-Git: git://git.tokkee.org/pkg-tig.git
diff --git a/debian/patches/00list b/debian/patches/00list
--- a/debian/patches/00list
+++ /dev/null
@@ -1,2 +0,0 @@
-asciidoc-8.4.dpatch
-
diff --git a/debian/patches/asciidoc-8.4.dpatch b/debian/patches/asciidoc-8.4.dpatch
+++ /dev/null
@@ -1,55 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## asciidoc-8.4.dpatch by Jonas Fonseca <fonseca@diku.dk>
-##
-## DP: Fix build issues with asciidoc 8.4.
-## DP:
-## DP: This version seems to be stricter about presubs attributes.
-## DP: Based on a patch by Ingmar Vanhassel.
-
-@DPATCH@
-
-diff a/tigrc.5.txt b/tigrc.5.txt
---- a/tigrc.5.txt
-+++ b/tigrc.5.txt
-@@ -9,11 +9,9 @@ tigrc - tig configuration file
- SYNOPSIS
- --------
- [verse]
--.............................................................................
- *set* 'variable' *=* 'value'
- *bind* 'keymap' 'key' 'action'
- *color* 'area' 'fgcolor' 'bgcolor' '[attributes]'
--.............................................................................
-
-
- DESCRIPTION
-@@ -38,9 +36,7 @@ A few selective variables can be configured via the set command. The syntax
- is:
-
- [verse]
--..............................................................................
- *set* variables *=* value
--..............................................................................
-
- Examples:
-
-@@ -146,9 +142,7 @@ Using bind commands keys can be mapped to an action when pressed in a given
- key map. The syntax is:
-
- [verse]
--..............................................................................
- *bind* 'keymap' 'key' 'action'
--..............................................................................
-
- Examples:
-
-@@ -363,9 +357,7 @@ background combinations to certain areas. Optionally, an attribute can be
- given as the last parameter. The syntax is:
-
- [verse]
--..............................................................................
- *color* 'area' 'fgcolor' 'bgcolor' '[attributes]'
--..............................................................................
-
- Examples:
-
diff --git a/debian/rules b/debian/rules
index f13c4e86d209f93ed9fe31de995d3474b97a9625..9666fa17a574fa9d7d61f43abc33a848cc0e5f53 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
CFLAGS += -O2
endif
-include /usr/share/dpatch/dpatch.make
-
config.status: configure
dh_testdir
./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
build: build-stamp
-build-stamp: config.status $(DPATCH_STAMPFN)
+build-stamp: config.status
dh_testdir
$(MAKE) all doc
touch build-stamp
-clean: unpatch
+clean:
dh_testdir
dh_testroot
rm -f build-stamp