--- libdevel-refactor-perl-0.05.orig/debian/control +++ libdevel-refactor-perl-0.05/debian/control @@ -0,0 +1,19 @@ +Source: libdevel-refactor-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl +Maintainer: Debian Perl Group +Uploaders: Ryan Niebur , Jonathan Yu +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/Devel-Refactor/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdevel-refactor-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdevel-refactor-perl/ + +Package: libdevel-refactor-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends} +Description: Perl module for code refactoring + Devel::Refactor is a Perl module that assists with code refactoring. It is + designed to be used in conjunction with the EPIC plug-in for the Eclipse + Integrated Development Environment. --- libdevel-refactor-perl-0.05.orig/debian/copyright +++ libdevel-refactor-perl-0.05/debian/copyright @@ -0,0 +1,29 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Scott Sotka +Upstream-Source: http://search.cpan.org/dist/Devel-Refactor/ +Upstream-Name: Devel-Refactor + +Files: * +Copyright: 2005, Scott Sotka +License: Artistic | GPL-1+ +License-Alias: Perl + +Files: debian/* +Copyright: 2009, Ryan Niebur + 2009, Jonathan Yu +License: Artistic | 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 GNU/Linux 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 GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL' --- libdevel-refactor-perl-0.05.orig/debian/watch +++ libdevel-refactor-perl-0.05/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Devel-Refactor/ .*/Devel-Refactor-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libdevel-refactor-perl-0.05.orig/debian/libdevel-refactor-perl.examples +++ libdevel-refactor-perl-0.05/debian/libdevel-refactor-perl.examples @@ -0,0 +1 @@ +examples/* --- libdevel-refactor-perl-0.05.orig/debian/compat +++ libdevel-refactor-perl-0.05/debian/compat @@ -0,0 +1 @@ +7 --- libdevel-refactor-perl-0.05.orig/debian/changelog +++ libdevel-refactor-perl-0.05/debian/changelog @@ -0,0 +1,5 @@ +libdevel-refactor-perl (0.05-1) unstable; urgency=low + + * Initial Release. (Closes: #546253) + + -- Jonathan Yu Sun, 20 Sep 2009 18:56:45 -0400 --- libdevel-refactor-perl-0.05.orig/debian/rules +++ libdevel-refactor-perl-0.05/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@