]> www.infradead.org Git - users/dwmw2/pidgin-headset.git/commitdiff
Add debian packaging
authorDavid Woodhouse <dwmw@amazon.co.uk>
Thu, 16 May 2019 23:12:21 +0000 (16:12 -0700)
committerDavid Woodhouse <dwmw@amazon.co.uk>
Thu, 16 May 2019 23:18:47 +0000 (16:18 -0700)
debian/changelog.in [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/pidgin-headset.install [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/watch [new file with mode: 0644]

diff --git a/debian/changelog.in b/debian/changelog.in
new file mode 100644 (file)
index 0000000..603d33d
--- /dev/null
@@ -0,0 +1,5 @@
+pidgin-headset (%COMMITDESC%) xenial; urgency=low
+
+  * Build from git snapshot
+
+ -- David Woodhouse <dwmw@amazon.com>  %COMMITDATE%
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..ec63514
--- /dev/null
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..2be1ced
--- /dev/null
@@ -0,0 +1,31 @@
+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.
diff --git a/debian/pidgin-headset.install b/debian/pidgin-headset.install
new file mode 100644 (file)
index 0000000..8a4d95d
--- /dev/null
@@ -0,0 +1 @@
+usr/lib/pidgin/*.so usr/lib/pidgin
diff --git a/debian/rules b/debian/rules
new file mode 100755 (executable)
index 0000000..64e1146
--- /dev/null
@@ -0,0 +1,17 @@
+#!/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
diff --git a/debian/watch b/debian/watch
new file mode 100644 (file)
index 0000000..4640904
--- /dev/null
@@ -0,0 +1 @@
+# TODO