debian/0000755000000000000000000000000011712273503007167 5ustar debian/copyright0000644000000000000000000000261511712273503011126 0ustar Format: http://dep.debian.net/deps/dep5/ Upstream-Name: Padre-Plugin-SVN Upstream-Contact: Gabor Szabo Peter Lavender Source: http://search.cpan.org/dist/Padre-Plugin-SVN/ Files: * Copyright: 2008, 2009, 2010 The Padre development team as listed in Padre.pm License: Artistic or GPL-1+ License-Alias: Perl Files: inc/Module/* Copyright: 2002-2009, Adam Kennedy 2002-2009, Audrey Tang 2002-2009, Brian Ingerson License: Artistic or GPL-1+ License-Alias: Perl Files: debian/* Copyright: 2009, Ryan Niebur 2012, Dominique Dumont 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/libpadre-plugin-svn-perl.docs0000644000000000000000000000000711712273503014660 0ustar README debian/watch0000644000000000000000000000017511712273503010223 0ustar version=3 http://search.cpan.org/dist/Padre-Plugin-SVN/ .*/Padre-Plugin-SVN-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/changelog0000644000000000000000000000027711712273503011047 0ustar libpadre-plugin-svn-perl (0.05-1) unstable; urgency=low [ Dominique Dumont ] * Initial Release. (Closes: #531267) -- Dominique Dumont Wed, 01 Feb 2012 18:21:23 +0100 debian/compat0000644000000000000000000000000211712273503010365 0ustar 8 debian/source/0000755000000000000000000000000011712273503010467 5ustar debian/source/format0000644000000000000000000000001411712273503011675 0ustar 3.0 (quilt) debian/control0000644000000000000000000000201311712273503010566 0ustar Source: libpadre-plugin-svn-perl Maintainer: Debian Perl Group Uploaders: Dominique Dumont Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libsvn-class-perl, padre, xauth, xvfb Standards-Version: 3.9.2 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpadre-plugin-svn-perl.git Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libpadre-plugin-svn-perl.git Homepage: http://search.cpan.org/dist/Padre-Plugin-SVN/ Package: libpadre-plugin-svn-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libsvn-class-perl, padre Enhances: padre Description: simple SVN interface for Padre The SVN Padre plugin provides a simple interface for Subversion version control system. Padre is Perl IDE that is simple to use for new Perl programmers but also supports large multi-lingual and multi-technology projects. debian/rules0000755000000000000000000000050211712273503010244 0ustar #!/usr/bin/make -f BUILDHOME = $(CURDIR)/debian/build %: dh $@ override_dh_clean: dh_clean rm -rf $(BUILDHOME) CMD=$(shell echo $@ | sed 's/override_//') # override_dh_auto_build override_dh_auto_test override_dh_auto_configure: override_dh_auto_test: mkdir -p $(BUILDHOME) HOME=$(BUILDHOME) xvfb-run -a $(CMD)