[DRE-commits] [ruby-websocket-driver] 06/07: Added -dbg package,
Andrew Lee
ajqlee at moszumanska.debian.org
Tue Jan 5 18:17:36 UTC 2016
This is an automated email from the git hooks/post-receive script.
ajqlee pushed a commit to branch master
in repository ruby-websocket-driver.
commit a0153fbb3f988a868eda83c5a085a02fa48449f2
Author: Andrew Lee (李健秋) <andrew.lee at collabora.co.uk>
Date: Wed Jan 6 02:01:47 2016 +0800
Added -dbg package,
---
debian/control | 17 +++++++++++++++++
debian/rules | 3 +++
2 files changed, 20 insertions(+)
diff --git a/debian/control b/debian/control
index 9eb5cdf..1336091 100644
--- a/debian/control
+++ b/debian/control
@@ -24,3 +24,20 @@ Description: WebSocket protocol handler with pluggable I/O
without needing to know anything about how the protocol actually works.
.
Think of it as a complete WebSocket system with pluggable I/O.
+
+Package: ruby-websocket-driver-dbg
+Section: debug
+Priority: extra
+Architecture: any
+XB-Ruby-Versions: ${ruby:Versions}
+Depends: ruby-websocket-driver (= ${binary:Version}), ${misc:Depends}
+# websocket-extensions (>= 0.1.0), eventmachine (>= 0, development), permessage_deflate (>= 0, development), rake-compiler (~> 0.8.0, development), rspec (>= 0, development)
+Description: WebSocket protocol handler with pluggable I/O (debug symbols)
+ This module provides a complete implementation of the WebSocket
+ protocols that can be hooked up to any TCP library. It aims to simplify
+ things by decoupling the protocol details from the I/O layer, such that
+ users only need to implement code to stream data in and out of it
+ without needing to know anything about how the protocol actually works.
+ .
+ Think of it as a complete WebSocket system with pluggable I/O.
+
diff --git a/debian/rules b/debian/rules
index d81794d..488a99e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,3 +13,6 @@
%:
dh $@ --buildsystem=ruby --with ruby
+
+override_dh_strip:
+ dh_strip --dbg-package=ruby-websocket-driver-dbg
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-websocket-driver.git
More information about the Pkg-ruby-extras-commits
mailing list