--- /dev/null
+pidgin-headset (%COMMITDESC%) xenial; urgency=low
+
+ * Build from git snapshot
+
+ -- David Woodhouse <dwmw@amazon.com> %COMMITDATE%
--- /dev/null
+Source: pidgin-headset
+Section: net
+Priority: optional
+Maintainer: David Woodhouse <dwmw2@infradead.org>
+Homepage: http://git.infradead.org/users/dwmw2/pidgin-headset.git
+Standards-Version: 3.9.7
+Build-Depends: debhelper (>= 9),
+ autoconf,
+ automake,
+ libtool,
+ libpurple-dev,
+ pidgin-dev,
+ autotools-dev
+
+Package: pidgin-headset
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: USB headset support for Pidgin
+ This package provides a Pidgin plugin which integrates with mute and
+ hangup support on USB headsets.
+
+Package: pidgin-headset-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends: ${misc:Depends}, pidgin-headset (= ${binary:Version})
+Description: debugging symbols of pidgin-headset
+ This package provides a Pidgin plugin which integrates with mute and
+ hangup support on USB headsets.
+ .
+ Debugging symbols.
--- /dev/null
+#!/usr/bin/make -f
+#export DH_VERBOSE = 1
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
+%:
+ dh $@ --with autotools-dev
+
+override_dh_auto_configure:
+ ./autogen.sh
+ dh_auto_configure
+
+override_dh_install:
+ dh_install
+ dh_pidgin
+
+override_dh_strip:
+ dh_strip --dbg-package=pidgin-headset-dbg