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
|
Source: flpsed
Section: graphics
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: libfltk1.3-dev, debhelper-compat (= 13)
Build-Depends-Indep: inkscape
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://flpsed.org/flpsed.html
Vcs-Browser: https://salsa.debian.org/debian/flpsed
Vcs-Git: https://salsa.debian.org/debian/flpsed.git
Package: flpsed
Architecture: any
Depends: flpsed-data (>= ${source:Version}),
ghostscript-x,
${misc:Depends},
${shlibs:Depends}
Recommends: xpdf-utils | poppler-utils
Description: WYSIWYG pseudo PostScript editor
flpsed is a WYSIWYG pseudo PostScript editor. "Pseudo", because you can't
remove or modify existing elements of a document. But flpsed lets you add
arbitrary text lines to existing PostScript 1 documents. Added lines can
later be reedited with flpsed.
.
Using pdftops, which is part of xpdf, one can convert PDF documents to
PostScript and also add text to them. flpsed is useful for filling in forms,
adding notes, etc.
Package: flpsed-data
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Breaks: flpsed (<< 0.7.3-4)
Replaces: flpsed (<< 0.7.3-4)
Description: WYSIWYG pseudo PostScript editor - data files
flpsed is a WYSIWYG pseudo PostScript editor. "Pseudo", because you can't
remove or modify existing elements of a document. But flpsed lets you add
arbitrary text lines to existing PostScript 1 documents. Added lines can
later be reedited with flpsed.
.
Using pdftops, which is part of xpdf, one can convert PDF documents to
PostScript and also add text to them. flpsed is useful for filling in forms,
adding notes, etc.
.
This package contains the common data files required by flpsed.
|