[DRE-commits] [ruby-rc4] 02/02: Update package for new ruby versions.

Lucas Moura lucasmoura-guest at moszumanska.debian.org
Tue Mar 1 21:43:57 UTC 2016


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

lucasmoura-guest pushed a commit to branch master
in repository ruby-rc4.

commit 862cd692f9c1c0b98528e236cf9cef2a48ef3608
Author: Lucas Albuquerque Medeiros de Moura <lucas.moura128 at gmail.com>
Date:   Tue Mar 1 18:29:58 2016 -0300

     Update package for new ruby versions.
---
 debian/changelog     | 13 +++++++++++++
 debian/compat        |  2 +-
 debian/control       | 14 +++++++++-----
 debian/copyright     |  2 --
 debian/ruby-tests.rb |  2 --
 5 files changed, 23 insertions(+), 10 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5b56f96..c767d86 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+ruby-rc4 (0.1.5-3) unstable; urgency=medium
+
+  * Team upload.
+  * Update package for new ruby versions.
+  * debian/compat:  Bump to version 9, silence lintian warning.
+  * debian/control: Update vcs-git link to https, silence lintian warning.
+  * debian/control: Update vcs-browser link to https, silence lintian warning.
+  * debian/control: Update standards-version to 3.9.7, silence lintian
+                    warning.
+  * debian/control: Update deb-helper to require version >= 9.
+
+ -- Lucas Albuquerque Medeiros de Moura <lucas.moura128 at gmail.com>  Tue, 01 Mar 2016 18:26:19 -0300
+
 ruby-rc4 (0.1.5-2) unstable; urgency=low
 
   * Bump build dependency on gem2deb to >= 0.3.0~
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 6ca14f4..88d04f9 100644
--- a/debian/control
+++ b/debian/control
@@ -3,17 +3,21 @@ 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.3.0~), ruby-rspec
-Standards-Version: 3.9.2
-Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-rc4.git
-Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-rc4.git;a=summary
+Build-Depends: debhelper (>= 9~),
+               gem2deb (>= 0.3.0~),
+               ruby-rspec
+Standards-Version: 3.9.7
+Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-rc4.git
+Vcs-Browser: https://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-rc4.git;a=summary
 Homepage: https://github.com/caiges/Ruby-RC4
 XS-Ruby-Versions: all
 
 Package: ruby-rc4
 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 library implementing the RC4 algorithm
  The RC4 encryption algorithm, also known as ARCFOUR is used in popular
  protocols such as SSL and WEP. This package provides a pure Ruby
diff --git a/debian/copyright b/debian/copyright
index f35424e..f3bd14a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -32,5 +32,3 @@ License: Expat
  SOFTWARE.  Permission is granted for use, copying, modification, distribution,
  and distribution of modified versions of this work as long as the above
  copyright notice is included.
-
-
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
deleted file mode 100644
index 0cd6476..0000000
--- a/debian/ruby-tests.rb
+++ /dev/null
@@ -1,2 +0,0 @@
-require "spec/rc4_spec.rb"
-

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



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