[DRE-commits] [ruby-rotp] 02/03: Add libjs-jquery to runtime dep

Balasankar C balasankarc-guest at moszumanska.debian.org
Tue Jun 16 14:31:20 UTC 2015


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

balasankarc-guest pushed a commit to branch master
in repository ruby-rotp.

commit 604dff4a6b60f0b643125651894151101380b5fc
Author: Balasankar C <balasankarc at autistici.org>
Date:   Tue Jun 16 19:56:46 2015 +0530

    Add libjs-jquery to runtime dep
---
 debian/control | 5 ++++-
 debian/rotp.1  | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 23adeeb..1789463 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,10 @@ XS-Ruby-Versions: all
 Package: ruby-rotp
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ruby | ruby-interpreter, ${misc:Depends}, ${shlibs:Depends}
+Depends: libjs-jquery,
+         ruby | ruby-interpreter,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: Ruby library for generating and verifying one time passwords
  A ruby library for generating one time passwords (HOTP & TOTP) according to
  RFC 4226 and RFC 6238. Works for both HOTP and TOTP, and includes QR Code
diff --git a/debian/rotp.1 b/debian/rotp.1
index 2b9bfcb..b20b975 100644
--- a/debian/rotp.1
+++ b/debian/rotp.1
@@ -3,7 +3,7 @@
 .PP
 rotp \- Ruby library for generating and verifying one time passwords
 .SH SYNOPSIS
-.B rotp 
+.B rotp
 [options]
 .PP
 .SH DESCRIPTION

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



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