debian/0000755000000000000000000000000012217021424007161 5ustar debian/patches/0000755000000000000000000000000012217021323010606 5ustar debian/patches/series0000644000000000000000000000002711672202037012031 0ustar fix-pod-spelling.patch debian/patches/fix-pod-spelling.patch0000644000000000000000000000125412217021323015012 0ustar Description: fix POD spelling error Author: Jonathan Yu Origin: vendor Forwarded: https://github.com/book/SVN-Dump/pull/2/files --- a/lib/SVN/Dump/Reader.pm +++ b/lib/SVN/Dump/Reader.pm @@ -241,7 +241,7 @@ If the option C is enabled, this method will recompute the digests for a dump without deltas, based on the information in the C and C headers (if the corresponding -L module is availabled). In case of a mismatch, the routine +L module is available). In case of a mismatch, the routine will C with an exception complaining about a C. =item read_header_block( ) debian/libsvn-dump-perl.examples0000644000000000000000000000000511672202037014121 0ustar eg/* debian/watch0000644000000000000000000000034512101266474010224 0ustar # format version number, currently 3; this line is compulsory! version=3 # URL to the package page followed by a regex to search https://metacpan.org/release/SVN-Dump/ .*/SVN-Dump-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000217412217021401011113 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: SVN-Dump Upstream-Contact: Philippe Bruhat Source: https://metacpan.org/release/SVN-Dump/ Files: * Copyright: 2006-2013, Philippe Bruhat (BooK) License: Artistic or GPL-1+ Files: debian/* Copyright: 2008, Edi Stojicevic 2011, Jonathan Yu 2013, Florian Schlichting 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/control0000644000000000000000000000200512217021371010562 0ustar Source: libsvn-dump-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8), perl (>= 5.13.11) | libmodule-build-perl (>= 0.380000) Build-Depends-Indep: perl, libperlio-gzip-perl, libtest-pod-perl, libtest-pod-coverage-perl Maintainer: Debian Perl Group Uploaders: Edi Stojicevic , Jonathan Yu , Florian Schlichting Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libsvn-dump-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libsvn-dump-perl.git Homepage: https://metacpan.org/release/SVN-Dump/ Package: libsvn-dump-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends} Description: module for parsing Subversion dumps SVN::Dump is a collection of Perl modules for loading a Subversion dump file and representing its contents as a collection of node objects. It creates a tree of records, headers, text blocks and other nodes. debian/compat0000644000000000000000000000000211672202037010364 0ustar 8 debian/changelog0000644000000000000000000000315712217021424011041 0ustar libsvn-dump-perl (0.06-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Axel Beckert ] * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- copyright" [ Florian Schlichting ] * Import Upstream version 0.06 * Update years of upstream copyright * Added build-dependency on Module::Build 0.38 * Bump Standards-Version to 3.9.4 (no change) * Do not ship README, its contents are redundant * Update and forward fix-pod-spelling.patch * Add myself to uploaders and copyright -- Florian Schlichting Fri, 20 Sep 2013 12:27:26 +0200 libsvn-dump-perl (0.05-1) unstable; urgency=low [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). * Make examples executable. [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Jonathan Yu ] * New upstream release * Rewrite control description * Add myself to Uploaders and Copyright * Bump to debhelper compat 8 * Use new 3.0 (quilt) source format * Standards-Version 3.9.1 (no changes) * Refresh copyright information * Use short debhelper rules format * Add a patch to fix POD spelling errors -- Jonathan Yu Sun, 20 Mar 2011 12:12:38 -0400 libsvn-dump-perl (0.04-1) unstable; urgency=low * Initial Release. (Closes: #489235) -- Edi Stojicevic Fri, 04 Jul 2008 11:06:04 +0100 debian/source/0000755000000000000000000000000011672202037010466 5ustar debian/source/format0000644000000000000000000000001411672202037011674 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000030411672202037010243 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_fixperms: dh_fixperms chmod +x $(TMP)/usr/share/doc/$(PACKAGE)/examples/*.pl