[DRE-commits] [ruby-timfel-krb5-auth] 01/02: Bump debhelper compat to 9 and wrap-and-sort everything
zeha at debian.org
zeha at debian.org
Sat Aug 22 09:35:06 UTC 2015
This is an automated email from the git hooks/post-receive script.
zeha pushed a commit to branch master
in repository ruby-timfel-krb5-auth.
commit f8f4b0425d2cb3e521f5127d5d6af359446d6eda
Author: Christian Hofstaedtler <zeha at debian.org>
Date: Sat Aug 22 09:28:06 2015 +0000
Bump debhelper compat to 9 and wrap-and-sort everything
---
debian/compat | 2 +-
debian/control | 16 ++++++++++------
debian/rules | 11 -----------
3 files changed, 11 insertions(+), 18 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 14d86cf..3ce2601 100644
--- a/debian/control
+++ b/debian/control
@@ -3,10 +3,12 @@ Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: Balasankar C <balasankarc at autistici.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb, libkrb5-dev
+Build-Depends: debhelper (>= 9~),
+ gem2deb,
+ libkrb5-dev
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-timfel-krb5-auth.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-timfel-krb5-auth.git;a=summary
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-timfel-krb5-auth.git
Homepage: http://rubyforge.org/projects/krb5-auth/
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
@@ -14,10 +16,12 @@ XS-Ruby-Versions: all
Package: ruby-timfel-krb5-auth
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Depends: ruby | ruby-interpreter,
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: Kerberos binding for Ruby
- This gem provides Kerberos binding for Ruby language.
+ This gem provides Kerberos binding for Ruby language.
.
- Kerberos is a computer network authentication protocol which works on the
- basis of 'tickets' to allow nodes communicating over a non-secure network
+ Kerberos is a computer network authentication protocol which works on the
+ basis of 'tickets' to allow nodes communicating over a non-secure network
to prove their identity to one another in a secure manner.
diff --git a/debian/rules b/debian/rules
index d81794d..c6142f6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +1,4 @@
#!/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
%:
dh $@ --buildsystem=ruby --with ruby
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-timfel-krb5-auth.git
More information about the Pkg-ruby-extras-commits
mailing list