--- libsvn-web-perl-0.63.orig/bin/svnweb-install +++ libsvn-web-perl-0.63/bin/svnweb-install @@ -124,6 +124,18 @@ print "SVN::Web now installed! please see config.yaml\n"; +=head1 NAME + +svnweb-install - SVN::Web installation helper + +=head1 SYNOPSIS + + cd /path/to/svnweb && svnweb-install + +=head1 SEE ALSO + +L + =head1 COPYRIGHT Copyright 2003-2004 by Chia-liang Kao C<< >>. --- libsvn-web-perl-0.63.orig/debian/changelog +++ libsvn-web-perl-0.63/debian/changelog @@ -0,0 +1,72 @@ +libsvn-web-perl (0.63-2) unstable; urgency=low + + * Set LC_ALL so that tests pass (Closes: #699062, #724296) + * Bumped Standards-Version + + -- Hilko Bengen Tue, 24 Sep 2013 13:13:45 +0200 + +libsvn-web-perl (0.63-1) unstable; urgency=low + + * New Upstream version + * Updated dependencies + * Switched to Debhelper 8 + * Set locale for running tests + + -- Hilko Bengen Mon, 22 Oct 2012 21:08:14 +0200 + +libsvn-web-perl (0.53-4) unstable; urgency=low + + * Adopted package after mail exchange with David Moreno. + * Moved watch file to debian/ subdirectory where it belongs. + * Bumped Standards-Version. + * Reformatted package description. + * Added rudimentary documentation to svnweb-install. + * Added build-{arch,indep} targets to debian/rules. + + -- Hilko Bengen Mon, 11 Jun 2012 23:29:21 +0200 + +libsvn-web-perl (0.53-3.2) unstable; urgency=low + + * Non-maintainer upload + * Depend on libtime_date_-perl, not libtime_zone_-perl. Ouch. Really + closes: #552468 + + -- Hilko Bengen Wed, 06 Jun 2012 00:46:19 +0200 + +libsvn-web-perl (0.53-3.1) unstable; urgency=low + + * Non-maintainer upload + * Added missing dependencies (Closes: #552468) + + -- Hilko Bengen Tue, 05 Jun 2012 15:09:13 +0200 + +libsvn-web-perl (0.53-3) unstable; urgency=low + + * Patch to assertion failure (Closes: #493551). + * Reformatting long description (Closes: #480331). + + -- David Moreno Fri, 12 Dec 2008 17:04:46 -0500 + +libsvn-web-perl (0.53-2.1) unstable; urgency=low + + [ Stefan Ritter ] + * Non-maintainer upload. + * Dependencies are not set correctly (Closes: #473094) + + [ Christoph Berg ] + * Add more run-time dependencies: liblocale-maketext-lexicon-perl, + libhttp-server-simple-perl, libhtml-parser-perl. + + -- Christoph Berg Sat, 05 Apr 2008 02:06:07 +0200 + +libsvn-web-perl (0.53-2) unstable; urgency=low + + * Adding watch file to keep track of updates + + -- David Moreno Garza Mon, 25 Feb 2008 10:00:07 -0500 + +libsvn-web-perl (0.53-1) unstable; urgency=low + + * Initial Release. + + -- David Moreno Garza Fri, 30 Nov 2007 14:01:12 -0500 --- libsvn-web-perl-0.63.orig/debian/compat +++ libsvn-web-perl-0.63/debian/compat @@ -0,0 +1 @@ +8 --- libsvn-web-perl-0.63.orig/debian/control +++ libsvn-web-perl-0.63/debian/control @@ -0,0 +1,44 @@ +Source: libsvn-web-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 8.1.3~), + libexception-class-perl, + liblocale-maketext-lexicon-perl, + libmodule-build-perl, + libplack-perl, + libsvn-perl, + libtemplate-perl, + libtemplate-plugin-number-format-perl, + libtest-www-mechanize-perl, + subversion, +Build-Depends-Indep: perl +Maintainer: Hilko Bengen +Standards-Version: 3.9.4 +Homepage: http://search.cpan.org/dist/SVN-Web/ + +Package: libsvn-web-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, + libexception-class-perl, + libhtml-parser-perl, + libhttp-server-simple-perl, + liblocale-maketext-lexicon-perl, + libplack-perl, + libsvn-perl, + libtemplate-perl, + libtemplate-plugin-number-format-perl, + libtimedate-perl, + libyaml-perl, +Description: Subversion repository web frontend + SVN::Web provides a web interface to subversion repositories. + . + - Viewing multiple Subversion repositories. + - Browsing every revision of the repository. + - Viewing the contents of files in the repository at any revision. + - Viewing diffs of arbitrary revisions of any file. + - Viewing the revision log of files and directories, see what was changed + when, by who. + - Viewing the blame/annotation details of any file. + - Generating RSS feeds of commits, down to the granularity of + individual files. + - Many more. --- libsvn-web-perl-0.63.orig/debian/copyright +++ libsvn-web-perl-0.63/debian/copyright @@ -0,0 +1,21 @@ +This is the debian package for the SVN-Web module. +It was created by David Moreno Garza using dh-make-perl. + +It was downloaded from http://search.cpan.org/dist/SVN-Web/ + +Copyright 2003-2004 by Chia-liang Kao . + +Copyright 2005-2007 by Nik Clayton . + +This program is free software; you can redistribute it and/or modify it +under the same terms as Perl itself. + +See http://www.perl.com/perl/misc/Artistic.html + +Perl is distributed under your choice of the GNU General Public License or +the Artistic License. On Debian GNU/Linux systems, the complete text of the +GNU General Public License can be found in `/usr/share/common-licenses/GPL' +and the Artistic Licence in `/usr/share/common-licenses/Artistic'. + +The Debian packaging is (C) 2007, David Moreno Garza and +is licensed under the same terms as the software itself (see above). --- libsvn-web-perl-0.63.orig/debian/docs +++ libsvn-web-perl-0.63/debian/docs @@ -0,0 +1,2 @@ +README +TODO --- libsvn-web-perl-0.63.orig/debian/rules +++ libsvn-web-perl-0.63/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +%: + dh $@ + +override_dh_auto_test: + dh_auto_test -- LC_ALL=C.UTF-8 --- libsvn-web-perl-0.63.orig/debian/watch +++ libsvn-web-perl-0.63/debian/watch @@ -0,0 +1,2 @@ +version=2 +http://www.cpan.org/modules/by-module/SVN/SVN-Web-(.*).(tar.gz|tar|tgz)