File: control

package info (click to toggle)
ruby-rails-assets-clipboard 1.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 140 kB
  • ctags: 18
  • sloc: ruby: 36; sh: 9; makefile: 3
file content (42 lines) | stat: -rw-r--r-- 1,652 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Source: ruby-rails-assets-clipboard
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper (>= 9~),
               gem2deb
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-rails-assets-clipboard.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-rails-assets-clipboard.git
Homepage: https://github.com/zenorocha/clipboard.js
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-rails-assets-clipboard
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         libjs-clipboard (= ${source:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Description: provide clipboard javascript library via rails asset pipeline
 A modern approach to copy text to clipboard. No Flash. Just 2kb.
 .
 Copying text to the clipboard shouldn't be hard. It shouldn't require dozens
 of steps to configure or hundreds of KBs to load. But most of all, it
 shouldn't depend on Flash or any bloated framework.
 .
 That's why clipboard.js exists.
 .
 This package is built using rubygem autogenerated by rails-assets.org

Package: libjs-clipboard
Section: web
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: modern approach to copy text to clipboard
 Copying text to the clipboard shouldn't be hard. It shouldn't require dozens
 of steps to configure or hundreds of KBs to load. But most of all, it
 shouldn't depend on Flash or any bloated framework.
 .
 That's why clipboard.js exists.