[DRE-commits] [ruby-websocket-driver] 01/03: Drop old-style debug package

zeha at debian.org zeha at debian.org
Tue Mar 8 21:05:33 UTC 2016


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

zeha pushed a commit to branch master
in repository ruby-websocket-driver.

commit cba4e84961fdab2d893a2f9544a1d49669f7669c
Author: Christian Hofstaedtler <zeha at debian.org>
Date:   Tue Mar 8 21:01:39 2016 +0000

    Drop old-style debug package
---
 debian/control | 16 ----------------
 debian/rules   |  3 ---
 2 files changed, 19 deletions(-)

diff --git a/debian/control b/debian/control
index f4c8e4a..454032c 100644
--- a/debian/control
+++ b/debian/control
@@ -28,19 +28,3 @@ 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}
-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 488a99e..d81794d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,3 @@
 
 %:
 	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