[DRE-commits] [ruby-highline] 04/06: Update packaging with a new dh-make-ruby run
Antonio Terceiro
terceiro at moszumanska.debian.org
Sun Jun 21 00:05:43 UTC 2015
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository ruby-highline.
commit a7be846d88d2b85e91f88bd85b0d15d5231941a1
Author: Antonio Terceiro <terceiro at debian.org>
Date: Sat Jun 20 21:00:26 2015 -0300
Update packaging with a new dh-make-ruby run
---
debian/changelog | 1 +
debian/control | 16 ++++++++++------
debian/rules | 13 ++-----------
debian/source/options | 1 -
4 files changed, 13 insertions(+), 18 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index fbc5203..6e4a5cc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ ruby-highline (1.7.2-1) UNRELEASED; urgency=medium
* Team upload
* New upstream release
* disable_test_terminal_size.patch: refresh
+ * Update packaging with a new dh-make-ruby run
-- Antonio Terceiro <terceiro at debian.org> Sat, 20 Jun 2015 20:56:57 -0300
diff --git a/debian/control b/debian/control
index 059b003..4fdd89d 100644
--- a/debian/control
+++ b/debian/control
@@ -3,19 +3,23 @@ Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: Lucas Nussbaum <lucas at debian.org>, Cédric Boutillier <boutil at debian.org>, Per Andersson <avtobiff at gmail.com>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~)
-Standards-Version: 3.9.5
+Build-Depends: debhelper (>= 7.0.50~),
+ gem2deb
+Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-highline.git
-Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-highline.git;a=summary
-Homepage: http://highline.rubyforge.org
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-highline.git
+Homepage: https://github.com/JEG2/highline
+Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-highline
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Depends: ruby | ruby-interpreter,
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: high-level interactive IO Ruby library
Highline is a high-level IO library that provides validation, type conversion,
and more for command-line interfaces. It also includes a complete menu system
that can crank out anything from simple list selection to complete shells with
- just minutes of work.
+ just minutes of work.
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index a5e7dc8..3454d59 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +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=ruby1.8 ruby1.9.1 require-rubygems
-#
-# If you need to specify the .gemspec (eg there is more than one)
-#export DH_RUBY_GEMSPEC=gem.gemspec
+
+export GEM2DEB_TEST_RUNNER = --check-dependencies
%:
dh $@ --buildsystem=ruby --with ruby
diff --git a/debian/source/options b/debian/source/options
deleted file mode 100644
index 4aceb10..0000000
--- a/debian/source/options
+++ /dev/null
@@ -1 +0,0 @@
-unapply-patches
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-highline.git
More information about the Pkg-ruby-extras-commits
mailing list