From 00e9c8c0bfd7768ebdd64c12e45bcaa4bcef5ae1 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Mon, 19 Jan 2015 17:15:00 -0500 Subject: Split development headers into their own package MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit DeaDBeeF’s plugin architecture exposes header files for others to build on. However, they don’t need to be in the user package, so I’ve moved them into a separate deadbeef-plugins-dev package. --- debian/control | 11 +++++++++++ debian/deadbeef-plugins-dev.install | 1 + 2 files changed, 12 insertions(+) create mode 100644 debian/deadbeef-plugins-dev.install diff --git a/debian/control b/debian/control index 4ce5d530..a476aaec 100644 --- a/debian/control +++ b/debian/control @@ -26,3 +26,14 @@ Description: Ultimate music player for GNU/Linux Foobar2000, including multiple playlists with selection via tabs, customizable groups within playlists, album cover display, global hotkey support, and OSD integration. + +Package: deadbeef-plugins-dev +Architecture: all +Section: libdevel +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Ultimate music player for GNU/Linux systems - development files + DeaDBeeF (as in 0xDEADBEEF) is an audio player for GNU/Linux, *BSD, + OpenSolaris, and other UNIX-like systems. + . + This package contains all supplementary files you need to develop your plugins + for DeaDBeeF. diff --git a/debian/deadbeef-plugins-dev.install b/debian/deadbeef-plugins-dev.install new file mode 100644 index 00000000..e43b95cb --- /dev/null +++ b/debian/deadbeef-plugins-dev.install @@ -0,0 +1 @@ +usr/include -- cgit v1.2.3