File: control

package info (click to toggle)
ruby-rqrcode 1.1.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 268 kB
  • sloc: ruby: 232; sh: 4; makefile: 3
file content (28 lines) | stat: -rw-r--r-- 1,047 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Source: ruby-rqrcode
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Gunnar Wolf <gwolf@debian.org>
Build-Depends: debhelper-compat (= 12),
               gem2deb,
               ruby-rqrcode-core,
               ruby-chunky-png (>= 1.0~)
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-rqrcode.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-rqrcode
Homepage: https://whomwah.github.com/rqrcode/
XS-Ruby-Versions: all

Package: ruby-rqrcode
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-rqrcode-core,
         ruby-chunky-png (>= 1.0~),
         ${misc:Depends},
         ${shlibs:Depends}
Breaks: ruby-qr4r (<= 0.4.1-1~)
Description: Ruby library for encoding QRCode (2D barcodes)
 rQRCode is a standalone, pure-Ruby library for generating QRCodes (2D
 barcodes). The simple interface allows you to create QR Code data
 structures ready to be displayed in the way you choose.