[DRE-commits] [ruby-racc] 05/10: Added -dbg package,
Andrew Lee
ajqlee at moszumanska.debian.org
Fri Jan 1 15:50:00 UTC 2016
This is an automated email from the git hooks/post-receive script.
ajqlee pushed a commit to branch master
in repository ruby-racc.
commit a4f79ab345a0ead7885c7c1ba5e54dfa4e38162a
Author: Andrew Lee (李健秋) <andrew.lee at collabora.co.uk>
Date: Fri Jan 1 23:44:52 2016 +0800
Added -dbg package,
---
debian/control | 13 +++++++++++++
debian/rules | 3 +++
2 files changed, 16 insertions(+)
diff --git a/debian/control b/debian/control
index 949d26c..8b3cce3 100644
--- a/debian/control
+++ b/debian/control
@@ -22,3 +22,16 @@ Description: Racc is a LALR(1) parser generator
NOTE: Ruby 1.8.x comes with Racc runtime module. You
can run your parsers generated by racc 1.4.x out of the
box.
+
+Package: ruby-racc-dbg
+Architecture: any
+Section: debug
+Priority: extra
+XB-Ruby-Versions: ${ruby:Versions}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby-racc (= ${binary:Version})
+Description: Racc is a LALR(1) parser generator (debug files)
+ Racc is written in Ruby itself, and generates Ruby program.
+ .
+ NOTE: Ruby 1.8.x comes with Racc runtime module. You
+ can run your parsers generated by racc 1.4.x out of the
+ box.
diff --git a/debian/rules b/debian/rules
index d81794d..5da5abc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,3 +13,6 @@
%:
dh $@ --buildsystem=ruby --with ruby
+
+override_dh_strip:
+ dh_strip --dbg-package=ruby-racc-dbg
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-racc.git
More information about the Pkg-ruby-extras-commits
mailing list