[Pkg-privacy-commits] [irssi-plugin-otr] 241/267: ship a debugging symbols package, properly

Ximin Luo infinity0 at moszumanska.debian.org
Sat Aug 22 12:26:37 UTC 2015


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch debian
in repository irssi-plugin-otr.

commit 5cb6c27568b9a8df43d056c1578aa82282206b6a
Author: Antoine Beaupré <anarcat at koumbit.org>
Date:   Fri May 10 19:42:58 2013 -0400

    ship a debugging symbols package, properly
---
 debian/control | 16 ++++++++++++++++
 debian/rules   |  6 ++++++
 2 files changed, 22 insertions(+)

diff --git a/debian/control b/debian/control
index 5a4f573..f969289 100644
--- a/debian/control
+++ b/debian/control
@@ -40,3 +40,19 @@ Description: Off-the-Record Messaging Plugin for Irssi
   - Perfect forward secrecy
     - If you lose control of your private keys, no previous conversation
       is compromised.
+
+Package: irssi-plugin-otr-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends: irssi-plugin-otr (= ${binary:Version}),
+         ${misc:Depends}
+Description: Off-the-Record Messaging Plugin for Irssi - debugging symbols
+ Off-the-Record (OTR) Messaging Plugin for the Irssi Chat Client
+ .
+ This plugin adds Off-the-Record messaging support for the irssi IRC client.
+ Although primarily designed for use with the bitlbee IRC2IM gateway, it works
+ within any query window, provided that the conversation partner's IRC client
+ supports OTR.
+ .
+ This package features debugging symbols for the plugin.
diff --git a/debian/rules b/debian/rules
index dd9063b..4db8e92 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,9 @@
 
 %:
 	dh $@ --with autoreconf
+
+override_dh_auto_install:
+	dh_auto_install --destdir=debian/irssi-plugin-otr
+
+override_dh_strip:
+	dh_strip --dbg-package=irssi-plugin-otr-dbg

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/irssi-plugin-otr.git



More information about the Pkg-privacy-commits mailing list