File: control

package info (click to toggle)
pdf.js 2.6.347%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 80,964 kB
  • sloc: javascript: 100,381; makefile: 15
file content (52 lines) | stat: -rw-r--r-- 1,614 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
43
44
45
46
47
48
49
50
51
52
Source: pdf.js
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: David Prévot <taffit@debian.org>,
 Debian Mozilla Extension Maintainers <pkg-mozext-maintainers@lists.alioth.debian.org>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , gulp
 , node-autoprefixer
 , node-babel-loader
 , node-css-loader
 , node-debbundle-acorn (>= 8.0.0)
 , node-escodegen
 , node-gulp-rename
 , node-isstream
 , node-merge-stream
 , node-plugin-error
 , node-postcss
 , node-vinyl-sourcemaps-apply
 , node-through
 , node-typescript
 , nodejs
 , webpack (>= 4.43.0-3~)
Standards-Version: 4.5.0
Homepage: https://mozilla.github.io/pdf.js/
Vcs-Git: https://salsa.debian.org/js-team/pdf.js.git
Vcs-Browser: https://salsa.debian.org/js-team/pdf.js
Rules-Requires-Root: no

Package: libjs-pdf
Architecture: all
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}
 , pdf.js-common (= ${binary:Version})
Breaks: pdf2htmlex (<< 0.13.6+ds-2~)
Provides: node-pdfjs-dist (=${source:Version})
Description: Portable Document Format (PDF) viewer built with HTML5
 PDF.js is a general-purpose, web standards-based platform for parsing and
 rendering PDFs.
 .
 This package offers the viewer as used in some web applications.

Package: pdf.js-common
Architecture: all
Depends: ${misc:Depends}
Description: Portable Document Format (PDF) viewer - common files
 PDF.js is a general-purpose, web standards-based platform for parsing and
 rendering PDFs.
 .
 This package contains files needed for the web viewer and the browser
 extension.