summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e4abf9e)
raw | patch | inline | side by side (parent: e4abf9e)
author | Sebastian Harl <sh@tokkee.org> | |
Sun, 27 Apr 2014 11:20:34 +0000 (13:20 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 27 Apr 2014 11:20:34 +0000 (13:20 +0200) |
debian/changelog | patch | blob | history | |
debian/control | patch | blob | history | |
debian/patches/00list | [deleted file] | patch | blob | history |
debian/patches/bts589660-updated-manpage.dpatch | [deleted file] | patch | blob | history |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 54fa940f268cef8a665584e471342a647ffff7ce..8bace24f3e2855a7658d26a7e0562f4b9df030e2 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
- 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
diff --git a/debian/control b/debian/control
index 72d983a3b7202a25ee774dd1fc8adc9b20d1d76f..e99dd274bba8c95d55374c3c63c70bc82668fdde 100644 (file)
--- a/debian/control
+++ b/debian/control
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
--- a/debian/patches/00list
+++ /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
+++ /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.
diff --git a/debian/rules b/debian/rules
index 271e3f8fda144aa3b0bf4fd72e0278cca7b2e78c..02ed5ce9431b4330975d5a5edf5051849edb593a 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
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 \
touch build-stamp
-clean: unpatch
+clean:
dh_testdir
dh_testroot
rm -f build-stamp