Code

patches: Removed asciidoc-8.4.dpatch.
authorSebastian Harl <sh@tokkee.org>
Sat, 21 Nov 2009 20:11:34 +0000 (21:11 +0100)
committerSebastian Harl <sh@tokkee.org>
Sat, 21 Nov 2009 20:11:34 +0000 (21:11 +0100)
This patch has been included upstream.

debian/changelog
debian/control
debian/patches/00list [deleted file]
debian/patches/asciidoc-8.4.dpatch [deleted file]
debian/rules

index bc7ef375c026640813d5bc53657a88941b4c032c..fe9a450aa1e01ded55b4367ee640ff60a5f43650 100644 (file)
@@ -7,8 +7,10 @@ tig (0.15-1) unstable; urgency=low
     - 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.
     - 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
 
 
 tig (0.14.1-2) unstable; urgency=low
 
index 33d45e016bc2664b3d0d252592b25f15cf79402e..59223eb9280aa0c2317c167710ed7a362b2984d4 100644 (file)
@@ -2,7 +2,7 @@ Source: tig
 Section: vcs
 Priority: optional
 Maintainer: Sebastian Harl <tokkee@debian.org>
 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
 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
deleted file mode 100644 (file)
index d47c18b..0000000
+++ /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
deleted file mode 100755 (executable)
index cdd9a4e..0000000
+++ /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:
index f13c4e86d209f93ed9fe31de995d3474b97a9625..9666fa17a574fa9d7d61f43abc33a848cc0e5f53 100755 (executable)
@@ -19,8 +19,6 @@ else
        CFLAGS += -O2
 endif
 
        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) \
 config.status: configure
        dh_testdir
        ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
@@ -29,14 +27,14 @@ config.status: configure
 
 build: build-stamp
 
 
 build: build-stamp
 
-build-stamp: config.status $(DPATCH_STAMPFN)
+build-stamp: config.status
        dh_testdir
        
        $(MAKE) all doc
        
        touch build-stamp
 
        dh_testdir
        
        $(MAKE) all doc
        
        touch build-stamp
 
-clean: unpatch
+clean:
        dh_testdir
        dh_testroot
        rm -f build-stamp
        dh_testdir
        dh_testroot
        rm -f build-stamp