[DRE-commits] [gist] 02/03: Update packaging with a new dh-make-ruby run
Antonio Terceiro
terceiro at moszumanska.debian.org
Sun Feb 21 00:25:23 UTC 2016
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository gist.
commit b5f6bc154837d3742cb67a9ad90bb6d753509000
Author: Antonio Terceiro <terceiro at debian.org>
Date: Sat Feb 20 22:20:40 2016 -0200
Update packaging with a new dh-make-ruby run
---
debian/changelog | 3 +++
debian/control | 2 +-
debian/rules | 13 ++-----------
3 files changed, 6 insertions(+), 12 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 14d827e..bce4cab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,9 @@ gist (4.5.0-2) UNRELEASED; urgency=medium
* debian/rules: rename bin/gist to bin/gist-paste *after* the installation
to work with a newer gem2deb which respects the metadata declared by
upstream when installing binaries.
+ * Update packaging with a new dh-make-ruby run
+ - switch Git-Vcs to an https URL
+ - cleanup debian/rules
-- Antonio Terceiro <terceiro at debian.org> Sat, 20 Feb 2016 22:15:37 -0200
diff --git a/debian/control b/debian/control
index 387d277..2204913 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9~),
ruby-rspec,
ruby-webmock
Standards-Version: 3.9.6
-Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/gist.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/gist.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/gist.git
Homepage: https://github.com/defunkt/gist
Testsuite: autopkgtest-pkg-ruby
diff --git a/debian/rules b/debian/rules
index 59223cc..259fb2c 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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/gist.git
More information about the Pkg-ruby-extras-commits
mailing list