[DRE-commits] [ruby-web-console] 02/02: packaging improvements
Antonio Terceiro
terceiro at moszumanska.debian.org
Tue Nov 10 16:13:03 UTC 2015
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository ruby-web-console.
commit a755ae3b89e779f3d5d412a4b267bb0df2f0c487
Author: Antonio Terceiro <terceiro at debian.org>
Date: Tue Nov 10 14:00:28 2015 -0200
packaging improvements
---
debian/changelog | 4 +++-
debian/control | 8 ++++++--
debian/rules | 16 ++--------------
3 files changed, 11 insertions(+), 17 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 1de46d3..05d40fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,9 @@
-ruby-web-console (2.2.1-1.1) unstable; urgency=medium
+ruby-web-console (2.2.1-2) unstable; urgency=medium
* Team upload.
* Upload to unstable
+ * debian/rules: enable dependency checking on build
+ * debian/control: improve package description
-- Antonio Terceiro <terceiro at debian.org> Tue, 10 Nov 2015 13:54:53 -0200
diff --git a/debian/control b/debian/control
index 0e4da9d..697b8b8 100644
--- a/debian/control
+++ b/debian/control
@@ -29,5 +29,9 @@ Depends: ruby | ruby-interpreter,
${misc:Depends},
${shlibs:Depends}
Description: Ruby on Rails debugger
- web-console is a debugging tool for your Ruby on Rails applications. It is
- meant to work as a Rails plugin.
+ The web console allows you to create an interactive Ruby session in your
+ browser. Those sessions are launched automatically in case on an error, but
+ they can also be launched manually in any page.
+ .
+ web-console is meant a debugging tool for Rails applications in development
+ environments.
diff --git a/debian/rules b/debian/rules
index acfc5fe..3454d59 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,18 +1,6 @@
#!/usr/bin/make -f
-#export DH_VERBOSE=1
-#
-# Uncomment to ignore all test failures (but the tests will run anyway)
-#export DH_RUBY_IGNORE_TESTS=all
-#
-# Uncomment to ignore some test failures (but the tests will run anyway).
-# Valid values:
-#export DH_RUBY_IGNORE_TESTS=ruby2.1 ruby2.2
-#
-# If you need to specify the .gemspec (eg there is more than one)
-#export DH_RUBY_GEMSPEC=gem.gemspec
-#
-# Uncomment to check dependencies during build:
-# export GEM2DEB_TEST_RUNNER = --check-dependencies
+
+export GEM2DEB_TEST_RUNNER = --check-dependencies
%:
dh $@ --buildsystem=ruby --with ruby
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-web-console.git
More information about the Pkg-ruby-extras-commits
mailing list