--- librcs-perl-1.05.orig/debian/rules +++ librcs-perl-1.05/debian/rules @@ -0,0 +1,25 @@ +#!/usr/bin/make -f + +include /usr/share/quilt/quilt.make + +build: build-stamp +build-stamp: $(QUILT_STAMPFN) + dh build + touch $@ + +clean: unpatch + dh $@ + +install: install-stamp +install-stamp: build-stamp + dh install + touch $@ + +binary-arch: + +binary-indep: install + dh $@ + +binary: binary-arch binary-indep + +.PHONY: binary binary-arch binary-indep install clean build --- librcs-perl-1.05.orig/debian/librcs-perl.docs +++ librcs-perl-1.05/debian/librcs-perl.docs @@ -0,0 +1,2 @@ +ANNOUNCE +README --- librcs-perl-1.05.orig/debian/changelog +++ librcs-perl-1.05/debian/changelog @@ -0,0 +1,46 @@ +librcs-perl (1.05-4) unstable; urgency=low + + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). Removed: XS- + Vcs-Svn fields. + * Add /me to Uploaders. + * Use dist-based URL in debian/watch. + * Add patch filenames_with_spaces.patch; thanks to Oliver Seufer for the bug + report and the proposed patch (closes: #488954). Add quilt framework. + * Switch build system from CDBS to debhelper 7; install more docs and + examples. + * debian/copyright: change upstream source location and clean up a bit. + * Set Standards-Version to 3.8.0; add debian/README.source to document + quilt usage. + + -- gregor herrmann Fri, 08 Aug 2008 12:42:04 -0300 + +librcs-perl (1.05-3) unstable; urgency=low + + * New maintainer (Closes: #400365) + + -- Deepak Tripathi Sat, 28 Jul 2007 17:45:18 +0530 + +librcs-perl (1.05-2) unstable; urgency=low + + * QA upload. + * Set maintainer to QA Group; Orphaned: #400365 + * Move debhelper and cdbs from B-D-I to B-D + * Conforms with latest Standards Version 3.7.2 + + -- Michael Ablassmeier Mon, 11 Dec 2006 08:49:08 +0100 + +librcs-perl (1.05-1) unstable; urgency=low + + * New upstream release + * Moved over to using CDBS. + + -- Matt Hope Mon, 29 Dec 2003 00:08:23 +1100 + +librcs-perl (1.04-1) unstable; urgency=low + + * New package + (Closes: Bug#199683) + + + -- Matt Hope Fri, 15 Nov 2002 04:08:21 +1100 --- librcs-perl-1.05.orig/debian/watch +++ librcs-perl-1.05/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Rcs/ .*/Rcs-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- librcs-perl-1.05.orig/debian/control +++ librcs-perl-1.05/debian/control @@ -0,0 +1,21 @@ +Source: librcs-perl +Section: perl +Priority: optional +Build-Depends-Indep: perl (>= 5.8.8-7) +Build-Depends: debhelper (>= 7), quilt (>= 0.40) +Maintainer: Debian Perl Group +Uploaders: Deepak Tripathi , + gregor herrmann +Standards-Version: 3.8.0 +Homepage: http://search.cpan.org/dist/Rcs/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/librcs-perl/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/librcs-perl/ + +Package: librcs-perl +Architecture: all +Depends: rcs, ${perl:Depends}, ${misc:Depends} +Description: Perl Object Class for Revision Control System (RCS) + This Perl module provides an object oriented interface to access + Revision Control System (RCS) utilities. This module should simplify + the creation of an RCS front-end. + --- librcs-perl-1.05.orig/debian/copyright +++ librcs-perl-1.05/debian/copyright @@ -0,0 +1,24 @@ +CPAN Package: Rcs + +Author: Craig Freter craig@freter.com + +Debianized: Matt Hope dopey@debian.org, 26jun2003 + +Now Maintained By: Deepak Tripathi , + Debian Perl Group + +Downloaded: http://search.cpan.org/author/CFRETER/Rcs-1.04/ + +Homepage: http://search.cpan.org/dist/Rcs/ + +Copyright and License: + Copyright (C) 1997,2003 Craig Freter. All rights reserved. + This program is free software; you can redistribute it and/or + modify it under the same terms as Perl itself. + +Perl is distributed either under the GNU GPL License, or the +Artistic License. + +On a GNU/Linux system, the complete GNU GPL can be found in +`/usr/share/common-licenses/GPL', the Artistic Licence in +`/usr/share/common-licenses/Artistic'. --- librcs-perl-1.05.orig/debian/librcs-perl.examples +++ librcs-perl-1.05/debian/librcs-perl.examples @@ -0,0 +1 @@ +examples/* --- librcs-perl-1.05.orig/debian/compat +++ librcs-perl-1.05/debian/compat @@ -0,0 +1 @@ +7 --- librcs-perl-1.05.orig/debian/README.source +++ librcs-perl-1.05/debian/README.source @@ -0,0 +1,6 @@ +This package uses quilt to manage all modifications to the upstream +source. Changes are stored in the source package as diffs in +debian/patches and applied during the build. + +See /usr/share/doc/quilt/README.source for a detailed explanation. + --- librcs-perl-1.05.orig/debian/patches/series +++ librcs-perl-1.05/debian/patches/series @@ -0,0 +1 @@ +filenames_with_spaces.patch --- librcs-perl-1.05.orig/debian/patches/filenames_with_spaces.patch +++ librcs-perl-1.05/debian/patches/filenames_with_spaces.patch @@ -0,0 +1,33 @@ +Authors: Oliver Seufer , gregor herrmann +Description: deal with filenames with spaces +Bug: #488954 + +--- a/Rcs.pm ++++ b/Rcs.pm +@@ -526,7 +526,7 @@ + unless -e $rcsdiff_prog; + return(_rcsError "rcsdiff program $rcsdiff_prog not executable") + unless -x $rcsdiff_prog; +- open(DIFF, "$rcsdiff_prog $param_str $arcfile $workfile |") ++ open(DIFF, "$rcsdiff_prog $param_str '$arcfile' '$workfile' |") + or return(_rcsError "Can't fork $rcsdiff_prog: $!"); + my @diff_output = ; + +@@ -619,7 +619,7 @@ + my $archive_file = $rcsdir . $Dir_Sep . $arcfile; + return(_rcsError "rlog program $rlogprog not found") unless -e $rlogprog; + return(_rcsError "rlog program $rlogprog not executable") unless -x $rlogprog; +- open(RLOG, "$rlogprog $param_str $archive_file |") ++ open(RLOG, "$rlogprog $param_str '$archive_file' |") + or return(_rcsError "Can't fork $rlogprog: $!"); + + my @logoutput = ; +@@ -647,7 +647,7 @@ + my $archive_file = $rcsdir . $Dir_Sep . $arcfile; + return(_rcsError "rcsmerge program $rcsmergeprog not found") unless -e $rcsmergeprog; + return(_rcsError "rcsmerge program $rcsmergeprog not executable") unless -x $rcsmergeprog; +- open(RCSMERGE, "$rcsmergeprog $param_str $archive_file |") ++ open(RCSMERGE, "$rcsmergeprog $param_str '$archive_file' |") + or return(_rcsError "Can't fork $rcsmergeprog $!"); + + my @logoutput = ;