--- pdf2svg-0.2.3.orig/debian/changelog +++ pdf2svg-0.2.3/debian/changelog @@ -0,0 +1,40 @@ +pdf2svg (0.2.3-2) unstable; urgency=medium + + * Orphan the package. + + -- Philipp Kern Wed, 12 Aug 2020 20:43:48 +0200 + +pdf2svg (0.2.3-1) unstable; urgency=medium + + * New upstream release (Closes: #870639) + * Adjust copyright location to point to the GitHub repository. + (Closes: #762302) + * Updated watch file to check GitHub. + * Updated Homepage control field. + * Move from priority extra to optional. + + -- Philipp Kern Sun, 06 Aug 2017 15:40:30 +0200 + +pdf2svg (0.2.2-1) unstable; urgency=low + + * New upstream release. (Closes: #717345) (LP: #1202635) + * Updated debian/watch to point to the new file location. + * Drop VCS information from debian/control. + * Bump debian/compat to 9 to benefit from proper hardening rules. + + -- Philipp Kern Tue, 30 Jul 2013 23:55:05 +0200 + +pdf2svg (0.2.1-2) unstable; urgency=low + + * Reduce library dependencies by passing -Wl,--as-needed. + * Remove superfluous line from debian/copyright. + * Add VCS information to debian/control. + + -- Philipp Kern Fri, 18 Jul 2008 00:27:29 +0200 + +pdf2svg (0.2.1-1) unstable; urgency=low + + * Initial release (Closes: #461055) + + -- Philipp Kern Wed, 16 Jul 2008 18:12:03 +0200 + --- pdf2svg-0.2.3.orig/debian/compat +++ pdf2svg-0.2.3/debian/compat @@ -0,0 +1 @@ +9 --- pdf2svg-0.2.3.orig/debian/control +++ pdf2svg-0.2.3/debian/control @@ -0,0 +1,15 @@ +Source: pdf2svg +Section: graphics +Priority: optional +Maintainer: Debian QA Group +Build-Depends: debhelper (>= 9), autotools-dev, libpoppler-glib-dev, libcairo2-dev, libgtk2.0-dev +Standards-Version: 3.8.0 +Homepage: http://www.cityinthesky.co.uk/opensource/pdf2svg/ + +Package: pdf2svg +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: converts PDF documents to SVG files (one per page) + pdf2svg is a tiny command-line utility using Cairo and Poppler + to convert PDF documents into SVG files. Multi-page PDF can be split up to + one SVG per page by passing a file naming specification. --- pdf2svg-0.2.3.orig/debian/copyright +++ pdf2svg-0.2.3/debian/copyright @@ -0,0 +1,35 @@ +This package was debianized by Philipp Kern on +Wed, 16 Jul 2008 18:12:03 +0200. + +It was downloaded from + +Upstream Authors: + + David Barton (davebarton@cityinthesky.co.uk) + Matthew Flaschen (matthew.flaschen@gatech.edu) + Edward Grace + +Copyright: + + Copyright (C) 2007 David Barton (davebarton@cityinthesky.co.uk) + Copyright (C) 2007 Matthew Flaschen (matthew.flaschen@gatech.edu) + +License: + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + + +The Debian packaging is (C) 2008, Philipp Kern and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. + --- pdf2svg-0.2.3.orig/debian/pdf2svg.1 +++ pdf2svg-0.2.3/debian/pdf2svg.1 @@ -0,0 +1,59 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" Hey, vim: set ft=nroff: +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH PDF2SVG 1 "July 16, 2008" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +pdf2svg \- PDF to SVG convertor +.SH SYNOPSIS +.B pdf2svg +.RI pdffile +.RI svgfile +.RI [ "page number" ] +.SH DESCRIPTION +pdf2svg is a tiny command-line utility using Cairo and Poppler to +convert PDF documents into SVG files. Multi-page PDF can be split +up to one SVG per page by passing a file naming specification. +.PP +The program does not follow the usual GNU command line syntax. +.PP +The first argument is the source PDF file, the second argument is +the filename of the output SVG file (or a specification, see below +for details). +.SH OPTIONS +The third parameter is optional and serves as a page selector. If +omitted it defaults to the first page of the passed PDF. If passed it +must be a valid page label (typically it is a value such as "iii" +or "3"). +.SS all +This special selector causes the program to iterate over all pages +in the PDF. Because it cannot save multiple pages into one single SVG +the second parameter is expected to contain a sensible file +specification: +.PP +.B pdf2svg +.RI document.pdf +.RI output\-page%d.svg +.RI \fIall\fP +.PP +The usual format modificators work as well: \fIoutput\-page%02d.svg\fP +will give you output\-page00.svg, output\-page01.svg, etc. +.SH AUTHOR +pdf2svg was written by David Barton +and Matthew Flaschen . +.PP +This manual page was written by Philipp Kern , +for the Debian project (but may be used by others). --- pdf2svg-0.2.3.orig/debian/pdf2svg.manpages +++ pdf2svg-0.2.3/debian/pdf2svg.manpages @@ -0,0 +1 @@ +debian/pdf2svg.1 --- pdf2svg-0.2.3.orig/debian/rules +++ pdf2svg-0.2.3/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +%: + dh $@ --- pdf2svg-0.2.3.orig/debian/watch +++ pdf2svg-0.2.3/debian/watch @@ -0,0 +1,3 @@ +version=3 +opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/pdf2svg-$1\.tar\.gz/ \ + https://github.com/dawbarton/pdf2svg/tags .*/v?(\d\S+)\.tar\.gz