--- pdf2svg-0.2.1.orig/debian/changelog
+++ pdf2svg-0.2.1/debian/changelog
@@ -0,0 +1,14 @@
+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 <pkern@debian.org> Fri, 18 Jul 2008 00:27:29 +0200
+
+pdf2svg (0.2.1-1) unstable; urgency=low
+
+ * Initial release (Closes: #461055)
+
+ -- Philipp Kern <pkern@debian.org> Wed, 16 Jul 2008 18:12:03 +0200
+
--- pdf2svg-0.2.1.orig/debian/compat
+++ pdf2svg-0.2.1/debian/compat
@@ -0,0 +1 @@
+7
--- pdf2svg-0.2.1.orig/debian/rules
+++ pdf2svg-0.2.1/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+build:
+ dh build --before configure
+ LDFLAGS="-Wl,--as-needed" dh_auto_configure
+ dh build --after configure
+
+%:
+ dh $@
--- pdf2svg-0.2.1.orig/debian/pdf2svg.1
+++ pdf2svg-0.2.1/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 <n> 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 <davebarton@cityinthesky.co.uk>
+and Matthew Flaschen <matthew.flaschen@gatech.edu>.
+.PP
+This manual page was written by Philipp Kern <pkern@debian.org>,
+for the Debian project (but may be used by others).
--- pdf2svg-0.2.1.orig/debian/copyright
+++ pdf2svg-0.2.1/debian/copyright
@@ -0,0 +1,35 @@
+This package was debianized by Philipp Kern <pkern@debian.org> on
+Wed, 16 Jul 2008 18:12:03 +0200.
+
+It was downloaded from <http://www.cityinthesky.co.uk/pdf2svg.html>
+
+Upstream Authors:
+
+ David Barton (davebarton@cityinthesky.co.uk)
+ Matthew Flaschen (matthew.flaschen@gatech.edu)
+ Edward Grace <ej.grace@imperial.ac.uk>
+
+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 <http://www.gnu.org/licenses/>.
+
+
+The Debian packaging is (C) 2008, Philipp Kern <pkern@debian.org> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+
--- pdf2svg-0.2.1.orig/debian/control
+++ pdf2svg-0.2.1/debian/control
@@ -0,0 +1,17 @@
+Source: pdf2svg
+Section: graphics
+Priority: extra
+Maintainer: Philipp Kern <pkern@debian.org>
+Build-Depends: debhelper (>= 7), autotools-dev, libpoppler-glib-dev, libcairo2-dev, libgtk2.0-dev
+Standards-Version: 3.8.0
+Homepage: http://www.cityinthesky.co.uk/pdf2svg.html
+VCS-Git: git://git.debian.org/git/collab-maint/pdf2svg.git
+VCS-Browser: http://git.debian.org/?p=collab-maint/pdf2svg.git;a=summary
+
+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.1.orig/debian/watch
+++ pdf2svg-0.2.1/debian/watch
@@ -0,0 +1,5 @@
+# Compulsory line, this is a version 3 file
+version=3
+
+http://www.cityinthesky.co.uk/pdf2svg.html files/pdf2svg-(.*)\.tar\.gz
+
--- pdf2svg-0.2.1.orig/debian/pdf2svg.manpages
+++ pdf2svg-0.2.1/debian/pdf2svg.manpages
@@ -0,0 +1 @@
+debian/pdf2svg.1