debian/0000755000000000000000000000000011762075465007203 5ustar debian/changelog0000644000000000000000000000347111762075101011045 0ustar poppler-sharp (0.0.3-2) unstable; urgency=low * Upload to unstable * [815b74a] Bump Standards-Version to 3.9.3 - Update Format-Specification field name and URL in debian/copyright - Update Maintainer field to Upstream-Contact - Update Name field to Upstream-Name - Add missing GPL-2+ license paragraph -- Chow Loong Jin Fri, 01 Jun 2012 16:15:41 +0800 poppler-sharp (0.0.3-1) experimental; urgency=low * [183834e] Imported Upstream version 0.0.3 + Update for new libpoppler-glib API (Closes: #651385) * [251185b] Bump build-dep of libpoppler-glib-dev to 0.18 -- Chow Loong Jin Thu, 29 Mar 2012 11:17:46 +0800 poppler-sharp (0.0.2-2) unstable; urgency=low * Rebuild for CLR 4.0 transition * [8eb679c] Fix missing " in monodoc .source file (Closes: #619154) * [05d2037] Update email address and copyright year -- Chow Loong Jin Thu, 19 Jan 2012 03:18:02 +0800 poppler-sharp (0.0.2-1) unstable; urgency=low * debian/copyright: + [00611d5] Amend to GPL-2, rather than GPL-2+, since poppler is licensed under GPL-2, so derived works such as poppler-sharp cannot be licensed under GPL-2+ + [8461409] Fix copyright statements in debian/copyright * [b7a6c86] Imported Upstream version 0.0.1.git20110706.r1.be8456f + Update for new libpoppler-glib API (Closes: #632942) * [f109d6e] Drop all patches (upstreamed) * [0db9861] No-change Standards-Version bump from 3.8.4 to 3.9.2 * [5fafa86] Drop debian/poppler-sharp.dll.config * [cca9e3e] Imported Upstream version 0.0.2 -- Chow Loong Jin Wed, 06 Jul 2011 21:06:26 +0800 poppler-sharp (0.0.1-1) unstable; urgency=low * Initial release (Closes: #585517) -- Chow Loong Jin Fri, 11 Jun 2010 17:23:55 +0800 debian/source/0000755000000000000000000000000011762075101010466 5ustar debian/source/format0000644000000000000000000000001411762075101011674 0ustar 3.0 (quilt) debian/monodoc-poppler-manual.install0000644000000000000000000000021511762075101015144 0ustar poppler.tree /usr/lib/monodoc/sources poppler.zip /usr/lib/monodoc/sources debian/poppler.source /usr/lib/monodoc/sources debian/libpoppler-cil.install0000644000000000000000000000002711762075101013472 0ustar /usr/lib/poppler-sharp debian/libpoppler-cil-dev.install0000644000000000000000000000002311762075101014242 0ustar /usr/lib/pkgconfig debian/copyright0000644000000000000000000000374611762075101011133 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: poppler-sharp Upstream-Contact: Jacinto Shy, Jr. Source: http://github.com/jacintos/poppler-sharp/downloads Files: * Copyright: 2009-2011, Jacinto Shy, Jr. 2010-2011, Chow Loong Jin License: GPL-2 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. . 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, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. . On Debian systems, the full text of this license can be found in /usr/share/common-licenses/GPL-2. Files: debian/* Copyright: 2010-2012, Chow Loong Jin License: GPL-2+ 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, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. . On Debian systems, the full text of this license can be found in /usr/share/common-licenses/GPL-2. debian/compat0000644000000000000000000000000211762075101010364 0ustar 7 debian/control0000644000000000000000000000300111762075101010563 0ustar Source: poppler-sharp Priority: optional Maintainer: Debian CLI Libraries Team Uploaders: Chow Loong Jin Build-Depends: debhelper (>= 7.0.50), mono-devel (>= 2.4.3), cli-common-dev (>= 0.5.7), monodoc-base, gtk-sharp2-gapi, autotools-dev, libpoppler-glib-dev (>= 0.18), libgtk2.0-cil-dev Standards-Version: 3.9.3 Section: cli-mono Homepage: http://www.github.com/jacintos/poppler-sharp Package: libpoppler-cil Architecture: all Depends: ${cli:Depends}, ${misc:Depends} Description: PDF rendering library -- CLI bindings Poppler is a PDF rendering library based on the xpdf PDF viewer. . This package contains the managed CLI bindings for Poppler, which are needed to run CLI applications which use this library. Package: libpoppler-cil-dev Architecture: all Depends: libpoppler-cil (= ${binary:Version}), ${misc:Depends} Description: PDF rendering library -- CLI development files Poppler is a PDF rendering library based on the xpdf PDF viewer. . This package contains the development files needed to compile CLI applications which use this library. Package: monodoc-poppler-manual Architecture: all Depends: monodoc-manual, ${misc:Depends} Section: doc Description: compiled XML documentation for Poppler Sharp Poppler is a PDF rendering library based on the xpdf PDF viewer. . This package contains the compiled XML documentation for Poppler Sharp. debian/rules0000755000000000000000000000073211762075101010250 0ustar #!/usr/bin/make -f # -*- makefile -*- include /usr/share/cli-common/cli.make override_dh_auto_configure: dh_auto_configure -- MCS=/usr/bin/mono-csc override_dh_auto_build: dh_auto_build mkdir -p monodoc mdoc update \ -fno-assembly-versions \ --out=monodoc \ $(CURDIR)/poppler-sharp.dll mdoc assemble \ --format ecma \ --out $(CURDIR)/poppler \ $(CURDIR)/monodoc override_dh_auto_clean: dh_auto_clean rm -rf poppler.zip poppler.tree monodoc %: dh $@ debian/watch0000644000000000000000000000014011762075101010212 0ustar version=3 http://github.com/jacintos/poppler-sharp/downloads .*poppler-sharp-([\d.]+)\.tar\.gz debian/poppler.source0000644000000000000000000000024711762075101012074 0ustar