[DRE-commits] [ruby-turbolinks] 03/05: Update packaging with a new dh-make-ruby run
Antonio Terceiro
terceiro at moszumanska.debian.org
Fri Aug 14 13:52:47 UTC 2015
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository ruby-turbolinks.
commit 7891568ab592eed612649beed6b4fdab28993e5f
Author: Antonio Terceiro <terceiro at debian.org>
Date: Fri Aug 14 10:45:50 2015 -0300
Update packaging with a new dh-make-ruby run
---
debian/changelog | 1 +
debian/compat | 2 +-
debian/control | 13 +++++++++----
debian/rules | 13 ++-----------
4 files changed, 13 insertions(+), 16 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 875d591..609c4c0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
ruby-turbolinks (2.5.3-1) UNRELEASED; urgency=medium
* New upstream release
+ * Update packaging with a new dh-make-ruby run
-- Antonio Terceiro <terceiro at debian.org> Fri, 14 Aug 2015 10:43:10 -0300
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 9956115..2c82029 100644
--- a/debian/control
+++ b/debian/control
@@ -2,12 +2,17 @@ Source: ruby-turbolinks
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: Jonas Genannt <jonas.genannt at capi2name.de>, Antonio Terceiro <terceiro at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.6.1~)
-Standards-Version: 3.9.5
+Uploaders: Uploaders: Jonas Genannt <jonas.genannt at capi2name.de>,
+ Antonio Terceiro <terceiro at debian.org>
+Build-Depends: debhelper (>= 9~),
+ gem2deb,
+ rake,
+ ruby-coffee-rails
+Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-turbolinks.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-turbolinks.git;a=summary
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-turbolinks.git
Homepage: https://github.com/rails/turbolinks/
+Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-turbolinks
diff --git a/debian/rules b/debian/rules
index 343736a..78ff6a3 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=ruby2.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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-turbolinks.git
More information about the Pkg-ruby-extras-commits
mailing list