[DRE-commits] [ruby-dalli] 03/08: update packaging with a new dh-make-ruby run

Antonio Terceiro terceiro at moszumanska.debian.org
Thu Oct 29 21:29:50 UTC 2015


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

terceiro pushed a commit to branch master
in repository ruby-dalli.

commit 83bc2d1c99cc5c8dcd3ce797562bd1be03f8d368
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Thu Oct 29 18:56:33 2015 -0200

    update packaging with a new dh-make-ruby run
---
 debian/compat               |  2 +-
 debian/control              | 18 +++++++++++-------
 debian/copyright            | 14 ++++++++------
 debian/ruby-dalli.docs      |  3 +--
 debian/ruby-test-files.yaml |  9 ++++++---
 debian/rules                | 13 ++-----------
 6 files changed, 29 insertions(+), 30 deletions(-)

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 1ad3a9a..c8aae3c 100644
--- a/debian/control
+++ b/debian/control
@@ -2,18 +2,22 @@ Source: ruby-dalli
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: Cédric Boutillier <cedric.boutillier at gmail.com>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.13~)
-Standards-Version: 3.9.2
-#Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-dalli.git
-#Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-dalli.git;a=summary
+Uploaders: Cédric Boutillier <cedric.boutillier at gmail.com>,
+           Antonio Terceiro <terceiro at debian.org>,
+Build-Depends: debhelper (>= 9~),
+               gem2deb
+Standards-Version: 3.9.6
+Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-dalli.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-dalli.git
 Homepage: http://github.com/mperham/dalli
+Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-dalli
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# mini_shoulda (>= 0, development), mocha (>= 0, development), rails (~> 3, development)
+Depends: ruby | ruby-interpreter,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: High performance memcached client for Ruby
  High performance memcached client for Ruby
diff --git a/debian/copyright b/debian/copyright
index 3c89c1d..b2e9fd3 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,11 +1,18 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: dalli
-Source: FIXME <http://example.com/>
+Source: http://github.com/mperham/dalli
 
 Files: *
 Copyright: <years> <put author's name and email here>
            <years> <likewise for another author>
 License: GPL-2+ (FIXME)
+
+Files: debian/*
+Copyright: 2015 Antonio Terceiro <terceiro at debian.org>
+License: GPL-2+ (FIXME)
+Comment: the Debian packaging is licensed under the same terms as the original package.
+
+License: GPL-2+ (FIXME)
  This program is free software; you can redistribute it
  and/or modify it under the terms of the GNU General Public
  License as published by the Free Software Foundation; either
@@ -26,8 +33,3 @@ License: GPL-2+ (FIXME)
  On Debian systems, the full text of the GNU General Public
  License version 2 can be found in the file
  `/usr/share/common-licenses/GPL-2'.
-
-Files: debian/*
-Copyright: 2012 Cédric Boutillier <cedric.boutillier at gmail.com>
-License:
- [LICENSE TEXT]
diff --git a/debian/ruby-dalli.docs b/debian/ruby-dalli.docs
index 07b3c9e..b43bf86 100644
--- a/debian/ruby-dalli.docs
+++ b/debian/ruby-dalli.docs
@@ -1,2 +1 @@
-# FIXME: READMEs found
-# README.md
+README.md
diff --git a/debian/ruby-test-files.yaml b/debian/ruby-test-files.yaml
index 1cca9ab..2367342 100644
--- a/debian/ruby-test-files.yaml
+++ b/debian/ruby-test-files.yaml
@@ -1,13 +1,16 @@
---- 
-- test/abstract_unit.rb
+---
 - test/benchmark_test.rb
 - test/helper.rb
 - test/memcached_mock.rb
 - test/test_active_support.rb
+- test/test_cas_client.rb
+- test/test_compressor.rb
 - test/test_dalli.rb
 - test/test_encoding.rb
 - test/test_failover.rb
 - test/test_network.rb
+- test/test_rack_session.rb
 - test/test_ring.rb
 - test/test_sasl.rb
-- test/test_session_store.rb
+- test/test_serializer.rb
+- test/test_server.rb
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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-dalli.git



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