summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1788d41)
raw | patch | inline | side by side (parent: 1788d41)
author | Sebastian Harl <sh@tokkee.org> | |
Sun, 22 Oct 2017 12:10:05 +0000 (14:10 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 22 Oct 2017 12:10:05 +0000 (14:10 +0200) |
debian/changelog | patch | blob | history | |
debian/patches/lirc.patch | [deleted file] | patch | blob | history |
debian/patches/series | [deleted file] | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 8ca60e712379e75952cc3ed5eaf1d742bfa50475..f63c02a77270576e371633c3722e30d4e382a7e4 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
ncmpc (0.27-1) UNRELEASED; urgency=medium
* New upstream release.
+ - Drop lirc.patch; included upstream.
-- Sebastian Harl <tokkee@debian.org> Sun, 22 Oct 2017 13:57:38 +0200
diff --git a/debian/patches/lirc.patch b/debian/patches/lirc.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From a26898627b93ce15b26d18a18c504a0a021faf58 Mon Sep 17 00:00:00 2001
-From: Alec Leamas <leamas@nowhere.net>
-Date: Fri, 28 Oct 2016 12:22:59 +0200
-Subject: configure.ac: detect lirc 0.9.4
-
-Origin: http://git.musicpd.org/cgit/master/ncmpc.git/commit/?id=a26898627b93ce15b26d18a18c504a0a021faf58
-
-diff --git a/configure.ac b/configure.ac
-index 14edebe..77c4701 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -184,8 +184,12 @@ AC_ARG_ENABLE([lirc],
- [Enable LIRC support]),,
- [enable_lirc=no])
- if test x$enable_lirc = xyes; then
-- PKG_CHECK_MODULES([LIBLIRCCLIENT], [liblircclient0],,
-- [AC_MSG_ERROR([liblircclient0 not found])])
-+ PKG_CHECK_MODULES([LIBLIRCCLIENT], [lirc],,
-+ [PKG_CHECK_MODULES([LIBLIRCCLIENT], [liblircclient0],,
-+ [AC_MSG_ERROR([lirc not found])]
-+ )]
-+ )
-+
- AC_DEFINE([ENABLE_LIRC], [1], [Enable LIRC support])
- fi
-
---
-cgit v0.10.2
-
diff --git a/debian/patches/series b/debian/patches/series
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-lirc.patch