[DRE-commits] [ruby-memcache-client] 03/05: Refresh Debian packaging

Sebastien Badia sbadia-guest at moszumanska.debian.org
Wed Mar 2 15:10:10 UTC 2016


This is an automated email from the git hooks/post-receive script.

sbadia-guest pushed a commit to branch master
in repository ruby-memcache-client.

commit ae31242a94b9306db3fbc1975f001b25bdc180b7
Author: Sebastien Badia <seb at sebian.fr>
Date:   Wed Mar 2 11:05:21 2016 -0300

    Refresh Debian packaging
---
 debian/control   |  9 +++++++--
 debian/copyright |  4 +++-
 debian/docs      |  2 +-
 debian/rules     | 13 ++-----------
 4 files changed, 13 insertions(+), 15 deletions(-)

diff --git a/debian/control b/debian/control
index 09a3552..daabe39 100644
--- a/debian/control
+++ b/debian/control
@@ -3,17 +3,22 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Antonio Terceiro <terceiro at debian.org>
-Build-Depends: debhelper (>= 9~), gem2deb (>= 0.3.0~), ruby-flexmock, ruby-eventmachine, help2man
+Build-Depends: debhelper (>= 9~),
+               gem2deb,
+               help2man,
+               ruby-eventmachine,
+               ruby-flexmock
 Standards-Version: 3.9.5
 Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-memcache-client.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-memcache-client.git
 Homepage: http://github.com/mperham/memcache-client
+Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-memcache-client
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Depends: ruby | ruby-interpreter, ${misc:Depends}, ${shlibs:Depends}
 Description: Ruby client library for memcached
  This is intended to provide access to basic memcached functionality. It does
  not attempt to be complete implementation of the entire API, but it is
diff --git a/debian/copyright b/debian/copyright
index d240ab9..c929e54 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,6 @@
-Upstream source location: http://rubyforge.org/frs/?group_id=1513
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: memcache-client
+Source: http://github.com/mperham/memcache-client
 
 Files: *
 Copyright: (c) 2005-2007, Bob Cottrell, Eric Hodel, The Robot Co-op
diff --git a/debian/docs b/debian/docs
index 23904ee..1b34f81 100644
--- a/debian/docs
+++ b/debian/docs
@@ -1,3 +1,3 @@
-README.rdoc
 FAQ.rdoc
 History.rdoc
+README.rdoc
diff --git a/debian/rules b/debian/rules
index dcb477c..faf4694 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/ruby-memcache-client.git



More information about the Pkg-ruby-extras-commits mailing list