[Pkg-privacy-commits] [irssi-plugin-otr] 06/07: migrate to auto dbgsym
Antoine Beaupré
anarcat at moszumanska.debian.org
Fri Dec 16 04:10:55 UTC 2016
This is an automated email from the git hooks/post-receive script.
anarcat pushed a commit to branch debian
in repository irssi-plugin-otr.
commit 5b388d55b70f22b0665c0c10946c98a94327b09b
Author: Antoine Beaupré <anarcat at debian.org>
Date: Thu Dec 15 22:57:48 2016 -0500
migrate to auto dbgsym
---
debian/control | 16 +---------------
debian/rules | 3 ++-
2 files changed, 3 insertions(+), 16 deletions(-)
diff --git a/debian/control b/debian/control
index 2a13f5c..1b21b8b 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian Privacy Tools Maintainers <pkg-privacy-maintainers at lists.alioth.debian.org>
Uploaders: Antoine Beaupré <anarcat at debian.org>,
Holger Levsen <holger at debian.org>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 9.20160114~),
dh-autoreconf,
pkg-config,
libotr5-dev (>= 4.0.0-2.1),
@@ -38,17 +38,3 @@ Description: Off-The-Record messaging plugin for Irssi
they see are authentic and unmodified.
* 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
- This plugin adds Off-The-Record (OTR) messaging support to the Irssi IRC
- client. Although primarily designed for use with the BitlBee IRC2IM
- gateway, it works within any query window, provided that your
- conversation partner's IRC client supports OTR.
- .
- This package features debugging symbols for the plugin.
diff --git a/debian/rules b/debian/rules
index 93c0b4f..d97e259 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,5 +9,6 @@ override_dh_auto_configure:
override_dh_auto_install:
dh_auto_install --destdir=debian/irssi-plugin-otr
+# can be dropped after Stretch
override_dh_strip:
- dh_strip --dbg-package=irssi-plugin-otr-dbg
+ dh_strip --dbgsym-migration='irssi-plugin-otr-dbg (<< 1.0.2-1~)'
--
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