debian/0000755000000000000000000000000012255647010007170 5ustar debian/rules0000755000000000000000000000052012255647010010245 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_build: # backup cp -v $(CURDIR)/lib/PDF/FDF/Simple/Grammar.pm $(CURDIR)/lib/PDF/FDF/Simple/Grammar.pm.save # recreate perl ./Build grammar # build dh_auto_build -- --verbose 1 # restore mv -v $(CURDIR)/lib/PDF/FDF/Simple/Grammar.pm.save $(CURDIR)/lib/PDF/FDF/Simple/Grammar.pm debian/control0000644000000000000000000000312412255647010010573 0ustar Source: libpdf-fdf-simple-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libclass-accessor-perl, libfile-sharedir-perl, libparse-recdescent-perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpdf-fdf-simple-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libpdf-fdf-simple-perl.git Homepage: https://metacpan.org/release/PDF-FDF-Simple Package: libpdf-fdf-simple-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libclass-accessor-perl, libfile-sharedir-perl, libparse-recdescent-perl Description: Perl module to read and write (Acrobat) FDF files PDF::FDF::Simple helps creating and extracting the content of FDF files. It is meant to be a simple replacement for the Adobe FdfToolkit. Therefore some of its behavior, especially handling of diverse whitespace/newline artefacts, is orientated on FdfToolkit's handling. . After the extraction process the content is available within a hash reference. . For creating FDF files it currently only supports setting text values. Anyway, this should be enough to create FDF files for text fields, text areas, checkboxes and radio buttons. . PDF::FDF::Simple uses Parse::RecDescent and understands both the "Kids" notation and the "dotted" notation for field names. Saving will always use the "dotted" notation. debian/source/0000755000000000000000000000000012255647010010470 5ustar debian/source/format0000644000000000000000000000001412255647010011676 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000202512255647010011041 0ustar libpdf-fdf-simple-perl (0.21-1) unstable; urgency=medium * Take over for the Debian Perl Group; Closes: #732820 -- RFA/ITA * debian/control: Added: Vcs-Git field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Changed: Maintainer set to Debian Perl Group (was: Steffen Schwigon ). * Add debian/watch. * New upstream release. * Bump debhelper compatibility level to 8. Use dh(1) in debian/rules. * debian/copyright: switch formatting to Copyright-Format 1.0. * Remove file created during tests in clean. * Update (build) dependencies. * Update long description. * Recreate grammar during package build. * Add /me to Uploaders. * Declare compliance with Debian Policy 3.9.5. -- gregor herrmann Sun, 22 Dec 2013 21:38:57 +0100 libpdf-fdf-simple-perl (0.10-1) unstable; urgency=low * Initial Release. -- Steffen Schwigon Fri, 3 Mar 2006 14:23:59 +0100 debian/compat0000644000000000000000000000000212255647010010366 0ustar 8 debian/clean0000644000000000000000000000002712255647010010174 0ustar t/fdfparser_output.fdf debian/copyright0000644000000000000000000000213312255647010011122 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://metacpan.org/release/PDF-FDF-Simple Upstream-Contact: Steffen Schwigon Upstream-Name: PDF-FDF-Simple Files: * Copyright: 2004-2009, Steffen Schwigon License: Artistic or GPL-1+ Files: debian/* Copyright: 2006, Steffen Schwigon 2013, gregor herrmann License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ 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 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000017012255647010010217 0ustar version=3 https://metacpan.org/release/PDF-FDF-Simple .*/PDF-FDF-Simple-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$