[DRE-commits] [ruby-fcgi] 01/02: Update packaging using dh-make-ruby -w and drop transitional packages
zeha at debian.org
zeha at debian.org
Mon Feb 29 18:34:20 UTC 2016
This is an automated email from the git hooks/post-receive script.
zeha pushed a commit to branch master
in repository ruby-fcgi.
commit c2f45a543179cf6e397364c7413dbf107b7c9c52
Author: Christian Hofstaedtler <zeha at debian.org>
Date: Mon Feb 29 19:27:45 2016 +0100
Update packaging using dh-make-ruby -w and drop transitional packages
---
debian/compat | 2 +-
debian/control | 35 +++++++++--------------------------
debian/rules | 13 ++-----------
3 files changed, 12 insertions(+), 38 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 b9497a1..4da290c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,42 +3,25 @@ Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: Tatsuki Sugiura <sugi at nemui.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.6.1~), libfcgi-dev
-Standards-Version: 3.9.5
+Build-Depends: debhelper (>= 9~),
+ gem2deb,
+ libfcgi-dev
+Standards-Version: 3.9.7
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-fcgi.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-fcgi.git;a=summary
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-fcgi.git
Homepage: http://github.com/alphallc/ruby-fcgi-ng
+Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-fcgi
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-Replaces: libfcgi-ruby1.8 (<< 0.9.2.1-1~), libfcgi-ruby1.9.1 (<< 0.9.2.1-1~)
-Breaks: libfcgi-ruby1.8 (<< 0.9.2.1-1~), libfcgi-ruby1.9.1 (<< 0.9.2.1-1~)
-Provides: libfcgi-ruby1.8, libfcgi-ruby1.9.1
+Depends: ruby | ruby-interpreter,
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: FastCGI library for Ruby
FastCGI is a language independent, scalable, open extension to CGI that
provides high performance without the limitations of server specific APIs.
For more information, see http://www.fastcgi.com/.
.
This merges matz's C version(fcgi.so) & Eli's pure ruby version(fastcgi.rb)
-
-# Transitional packages
-Package: libfcgi-ruby1.8
-Section: oldlibs
-Priority: extra
-Architecture: all
-Depends: ${misc:Depends}, ruby-fcgi
-Description: Transitional package for ruby-fcgi / libfcgi-ruby1.8
- This is a transitional package for libfcgi-ruby1.8 to ease upgrades
- to the ruby-fcgi package. It can safely be removed.
-
-Package: libfcgi-ruby1.9.1
-Section: oldlibs
-Priority: extra
-Architecture: all
-Depends: ${misc:Depends}, ruby-fcgi
-Description: Transitional package for ruby-fcgi / libfcgi-ruby1.9.1
- This is a transitional package for libfcgi-ruby1.9.1 to ease upgrades
- to the ruby-fcgi package. It can safely be removed.
diff --git a/debian/rules b/debian/rules
index ea334e6..39091f5 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.9.1 ruby2.0 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-fcgi.git
More information about the Pkg-ruby-extras-commits
mailing list