Code

Drop bts589660-updated-manpage; merged upstream.
authorSebastian Harl <sh@tokkee.org>
Sun, 27 Apr 2014 11:20:34 +0000 (13:20 +0200)
committerSebastian Harl <sh@tokkee.org>
Sun, 27 Apr 2014 11:20:34 +0000 (13:20 +0200)
debian/changelog
debian/control
debian/patches/00list [deleted file]
debian/patches/bts589660-updated-manpage.dpatch [deleted file]
debian/rules

index 54fa940f268cef8a665584e471342a647ffff7ce..8bace24f3e2855a7658d26a7e0562f4b9df030e2 100644 (file)
@@ -14,6 +14,9 @@ ncmpc (0.21-1) UNRELEASED; urgency=low
     - Enable chat-screen feature.
   * debian/control, debian/rules:
     - Enable documentation and build-depend on doxygen.
+  * debian/patches, debian/control:
+    - Drop bts589660-updated-manpage; merged upstream.
+    - Drop build-dependency on dpatch.
 
  -- Sebastian Harl <tokkee@debian.org>  Sat, 23 Nov 2013 20:33:15 +0100
 
index 72d983a3b7202a25ee774dd1fc8adc9b20d1d76f..e99dd274bba8c95d55374c3c63c70bc82668fdde 100644 (file)
@@ -2,7 +2,7 @@ Source: ncmpc
 Section: sound
 Priority: optional
 Maintainer: Sebastian Harl <tokkee@debian.org>
-Build-Depends: debhelper (>= 7), dpkg-dev (>= 1.14.6), dpatch, autotools-dev, libncursesw5-dev, libglib2.0-dev, liblircclient-dev, libmpdclient-dev (>= 2.5~), doxygen
+Build-Depends: debhelper (>= 7), dpkg-dev (>= 1.14.6), autotools-dev, libncursesw5-dev, libglib2.0-dev, liblircclient-dev, libmpdclient-dev (>= 2.5~), doxygen
 Standards-Version: 3.9.1
 Homepage: http://mpd.wikia.com/wiki/Client:Ncmpc
 Vcs-Git: git://git.tokkee.org/pkg-ncmpc.git
diff --git a/debian/patches/00list b/debian/patches/00list
deleted file mode 100644 (file)
index 7d4befe..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-bts589660-updated-manpage.dpatch
-
diff --git a/debian/patches/bts589660-updated-manpage.dpatch b/debian/patches/bts589660-updated-manpage.dpatch
deleted file mode 100755 (executable)
index 0e40b44..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## bts589660-updated-manpage.dpatch by Sebastian Harl <tokkee@debian.org>
-##
-## DP: doc: Updated manpage.
-## DP:
-## DP: Added -m/-M options; fixed -S/--no-splash option.
-## DP:
-## DP: As reported by Martin Hradil in Debian bug #589660.
-
-
-@DPATCH@
-
-diff a/doc/ncmpc.1 b/doc/ncmpc.1
---- a/doc/ncmpc.1
-+++ b/doc/ncmpc.1
-@@ -35,6 +35,12 @@ Enable colors.
- .TP 
- .B \-C,  \-\-no\-colors
- Disable colors.
-+.TP
-+.B \-m,  \-\-mouse
-+Enable mouse.
-+.TP
-+.B \-M,  \-\-no\-mouse
-+Disable mouse.
- .TP 
- .B \-e,  \-\-exit
- Exit on connection errors. The default is to reconnect.
-@@ -54,7 +60,7 @@ Read configuration from file.
- .B \-k, \-\-key\-file=FILE
- Read key bindings from FILE.
- .TP
--.B \-P, \-\-no\-splash=FILE
-+.B \-S, \-\-no\-splash
- Disable the splash screen.
- .TP 
- Mandatory or optional arguments to long options are also mandatory or optional for any corresponding short options.
index 271e3f8fda144aa3b0bf4fd72e0278cca7b2e78c..02ed5ce9431b4330975d5a5edf5051849edb593a 100755 (executable)
@@ -25,9 +25,7 @@ ifneq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
        CHECK =
 endif
 
-include /usr/share/dpatch/dpatch.make
-
-config.status: configure $(DPATCH_STAMPFN)
+config.status: configure
        dh_testdir
        ./configure --host=$(DEB_HOST_GNU_TYPE) \
                        --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr \
@@ -62,7 +60,7 @@ build-stamp: config.status
        
        touch build-stamp
 
-clean: unpatch
+clean:
        dh_testdir
        dh_testroot
        rm -f build-stamp