debian/0000755000000000000000000000000011741653355007200 5ustar debian/rules0000755000000000000000000000066611741653355010270 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_installexamples: dh_installexamples sed -i '1s|^#!\s*/usr/local/bin/perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/$(PACKAGE)/examples/* override_dh_fixperms: dh_fixperms chmod -x $(TMP)/usr/share/doc/$(PACKAGE)/examples/* override_dh_auto_test: dh_auto_test perl -Iblib/lib $(CURDIR)/debian/test-arg-alternation.pl debian/libparse-recdescent-perl.examples0000644000000000000000000000000711741653355015613 0ustar demo/* debian/control0000644000000000000000000000312211741653355010601 0ustar Source: libparse-recdescent-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libtest-pod-perl, libtest-warn-perl Maintainer: Debian Perl Group Uploaders: Jonathan Yu , gregor herrmann , Florian Schlichting Standards-Version: 3.9.3 Homepage: http://search.cpan.org/dist/Parse-RecDescent/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libparse-recdescent-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libparse-recdescent-perl.git Package: libparse-recdescent-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends} Breaks: libmail-imapclient-perl (<< 3.30-2), libcss-perl (<< 1.08-1+nmu2) Description: Perl module to create and use recursive-descent parsers Parse::RecDescent incrementally generates top-down recursive-descent text parsers from simple yacc-like grammar specifications. It provides: . * Regular expressions or literal strings as terminals (tokens) * Multiple (non-contiguous) productions for any rule * Repeated, optional and alternate sub-rules within productions * Late-bound (run-time dispatched) sub-rules * Full access to Perl within actions specified as part of the grammar * Simple automated error reporting during parser generation and parsing * The ability to commit to, uncommit to, or reject particular productions during a parse * Incremental extension of the parsing grammar (even during a parse) * The ability to retrieve the generated parsing code debian/source/0000755000000000000000000000000011741653355010500 5ustar debian/source/format0000644000000000000000000000001411741653355011706 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000004045411741653355011061 0ustar libparse-recdescent-perl (1.967009+dfsg-1) unstable; urgency=low [ Florian Schlichting ] * Imported Upstream version 1.967009+dfsg. * Bumped Standards-Version to 3.9.3 (use copyright-format 1.0). * Added Breaks: on versions of libmail-imapclient-perl and libcss-perl compiled with a backwards-incompatible version of this package. (Closes: #664214) * Added myself to uploaders and copyright. [ gregor herrmann ] * debian/rules: run additional debian/test-arg-alternation.pl test script. -- Florian Schlichting Fri, 13 Apr 2012 00:11:32 +0200 libparse-recdescent-perl (1.967006+dfsg-1) unstable; urgency=low [ gregor herrmann ] * Remove alternative (build) dependencies that are already satisfied in oldstable. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ gregor herrmann ] * New upstream release. * Add warnings about non-backwards compatible changes from upstream Changes to debian/NEWS. * Update years of packaging copyright. * Switch to debhelper compatibility level 8. * Bump Standards-Version to 3.9.2 (no changes). * Ship the new upstream ToDo file. * debian/copyright: update license stanzas. * Add build dependency on libtest-warn-perl. -- gregor herrmann Sun, 12 Feb 2012 15:01:38 +0100 libparse-recdescent-perl (1.965001+dfsg-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Use new 3.0 (quilt) source format * Remove stuff to fix opt/-based perl shebangs [ gregor herrmann ] * debian/copyright: update years, add information about a third-party file. * Add /me to Uploaders. -- gregor herrmann Mon, 24 May 2010 17:24:41 +0200 libparse-recdescent-perl (1.964+dfsg-1) unstable; urgency=low * New upstream release * Standards-Version 3.8.4 (no changes) * Remove extraneous copyright for d/patches -- Jonathan Yu Tue, 16 Feb 2010 20:44:43 -0500 libparse-recdescent-perl (1.963+dfsg-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Update overrides to be more consistent with debhelper.pod * Update copyright to new DEP5 format [ Ryan Niebur ] * Update jawnsy's email address [ gregor herrmann ] * debian/control: Changed: (build-)depend on perl instead of perl- modules. -- Jonathan Yu Sun, 24 Jan 2010 00:07:39 -0500 libparse-recdescent-perl (1.962.2+dfsg-1) unstable; urgency=low * New upstream release + Fixes regression caused by removal of $& -- Jonathan Yu Fri, 28 Aug 2009 06:42:09 -0400 libparse-recdescent-perl (1.962.0+dfsg-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release + Fix asymmetrical push/pop on @lines tracker + Remove occurrences of $& so we don't affect other regexes * d/control: change maintainer, add /me to Uploaders (Closes: #534358) * Change Vcs field to our repository/viewer * Change watch to a dist-based rather than author-based one * Standards-Version 3.8.3 (no changes) * Switch to new short debhelper rules format * Depend on either perl-modules >= 5.10 OR libversion-perl * Add files in demo/* so they are installed * Change to repack.stub/local system * Use new machine readable copyright format [ gregor herrmann ] * Remove debian/clean, *stamp files are removed by dh_clean, Makefile.old by the build system. -- Jonathan Yu Thu, 27 Aug 2009 04:42:36 -0400 libparse-recdescent-perl (1.96.0+dfsg-3) unstable; urgency=low * debian/control: + Bump Standards-Version to 3.8.1 (Add file debian/README.source for reporting the use of quilt and the stripping of the tutorial in the upstream tarball) + The package is now maintained with Git at alioth.debian.org. Add Vcs-Git field and change Vcs-Browser accordingly. * debian/orig-tar.sh: Add script for building the DFSG-free upstream tarball * debian/watch: Call debian/orig-tar.sh -- Rafael Laboissiere Sat, 25 Apr 2009 14:50:43 +0200 libparse-recdescent-perl (1.96.0+dfsg-2) unstable; urgency=low * Upload to unstable * debian/control: Fix Lintian warning debhelper-but-no-misc-depends * debian/rules: Use dh_prep instead of dh_clean -k (fix Lintian warning) -- Rafael Laboissiere Sun, 15 Feb 2009 17:30:17 +0100 libparse-recdescent-perl (1.96.0+dfsg-1) experimental; urgency=low * New upstream release. Uploaded to experimental until lenny is released. -- Rafael Laboissiere Sat, 01 Nov 2008 09:56:45 +0100 libparse-recdescent-perl (1.95.1+dfsg-3) unstable; urgency=low The "tenth anniversary" release, just in time for lenny * Switch from dpatch to quilt for patch management * debian/control: + Append trunk/ to the path in Vcs-Svn:, such that debcheckout works + Bump Standards-Version to 3.8.0 (no changes needed) + Make Homepage URL more general, independent of the upstream version * debian/copyright: + Update upstream URL and copyright years + Add copyright information for the Debian packaging * debian/watch: Mangle the Debian version instead of mangling the upstream version in order to cope with the "+dfsg" suffix * debian/rules, debian/control, debian/compat: Use debian/clean for removing files and bump the build-depends to debhelper >= 7 * debian/clean: New file -- Rafael Laboissiere Sat, 12 Jul 2008 19:39:37 +0200 libparse-recdescent-perl (1.95.1+dfsg-2) unstable; urgency=low * debian/watch: Appended "+dfsg" to the upstream version to make it correspond to the Debian version * debian/control: + Use the now official Vcs-* fields instead of the obsolete XS-Vcs-* + Dropped the Homepage pseudo-header from the extended description + Bumped Standards-Version to 3.7.3 * debian/rules: + Removed empty directory /usr/lib + Dropped call to dh_installdirs -- Rafael Laboissiere Sat, 15 Dec 2007 23:45:03 +0100 libparse-recdescent-perl (1.95.1+dfsg-1) unstable; urgency=low * New upstream release * Changed the version numbering scheme for the upstream release naming (use "+dfsg" instead of ".free") * debian/patches/50_drop-tutorial-from-MANIFEST.dpatch: Adjusted for the new upstream release * debian/rules: Change mode of all examples to non-executable, avoiding problems with scripts lacking the shebang line * debian/watch: Updated regular expression for the HREF * debian/control: + Added libtest-pod-perl to Build-Depends-Indep, such that t/pod.t can be tested + Depends and build-depends-indep on libversion-perl + Update URL of upstream homepage + Added XS-Vcs-Svn, XS-Vcs-Browser, and Homepage fields -- Rafael Laboissiere Fri, 21 Sep 2007 17:57:06 +0200 libparse-recdescent-perl (1.94.free-4) unstable; urgency=low * debian/NEWS: Added note saying that I give up about having the tutorial from The Perl Journal one day in Debian (closes: #369553) * debian/control: Reintroduced Homepage pseudo-header * debian/rules: Run tests after building the package -- Rafael Laboissiere Fri, 9 Mar 2007 14:41:53 +0100 libparse-recdescent-perl (1.94.free-3) unstable; urgency=low * debian/control: Dropped superfluous Build-Depends-Indep (which is identical to Build-Depends), complying with section 7.6 of the Debian Policy. -- Rafael Laboissiere Fri, 16 Jun 2006 12:15:04 +0200 libparse-recdescent-perl (1.94.free-2) unstable; urgency=low * debian/control: - Upgraded Standards-Version to 3.7.2 (no changes needed) - Build-depends on dpatch * debian/rules: Adjusted for using dpatch * debian/patches/50_drop-tutorial-from-MANIFEST.dpatch: New patch * debian/NEWS: Announce the new package containing the tutorial from the Perl Journal (libparse-recdescent-perl-tutorial-nonfree) -- Rafael Laboissiere Tue, 30 May 2006 18:57:48 +0200 libparse-recdescent-perl (1.94.free-1) unstable; urgency=low * "New" upstream release. Okay, that is not really true. I got it wrong in my last upload because I tried to add the modified 1.94 upstream tarball but it existed already in the archive. Hence the funny upstream version number. -- Rafael Laboissiere Thu, 15 Sep 2005 20:11:40 +0200 libparse-recdescent-perl (1.94-5) unstable; urgency=low * Removed the TPJ tutorial from both the source and the binary packages, since its licensing terms are not DFSG-compliant. A new package, called parse-recdescent-doc-nonfree containing the tutorial has been created. * debian/rules: Removed installation of the tutorial * debian/docs, debian/doc-base: Removed files * debian/copyright: Removed mention to the tutorial * debian/NEWS: Added file announcing the removal of the tutorial * debian/control: Removed build-dependency on imagemagick, which was used to convert the *.gif files in the tutorial into *.png * debian/watch: Added file * debian/control: Upgraded Standards-Version to 3.6.2 (no changes needed) -- Rafael Laboissiere Thu, 15 Sep 2005 15:02:58 +0200 libparse-recdescent-perl (1.94-4) unstable; urgency=low * debian/control: Hardcode the dependency on perl to >= 5.8, because dh_perl was giving the minimal version 5.6.0-16. The Text::Balanced module, which is included in perl-modules version 5.8 and later, is not included in libparse-recdescent-perl anymore, hence the necessity of hard-coding the perl dependency (closes: #298298) * debian/rules: Do not call dh_perl -- Rafael Laboissiere Sun, 6 Mar 2005 15:55:12 +0100 libparse-recdescent-perl (1.94-3) unstable; urgency=low * debian/README: Removed mention to the Debian data-dumper package, becasue the Data::Dumper module is now in perl-base (closes: #297610) -- Rafael Laboissiere Tue, 1 Mar 2005 21:57:56 +0100 libparse-recdescent-perl (1.94-2) unstable; urgency=low * debian/copyright: Updated e-mail address of upstream author. -- Rafael Laboissiere Tue, 10 Feb 2004 12:49:45 +0100 libparse-recdescent-perl (1.94-1) unstable; urgency=low * New upstream release (closes: #218474). The Text::Balanced module is not installed by this package anymore. * debian/control: - Bumped Standards-Version to 3.6.1 (no changes needed). - Removed mention to Text::Balanced module. * debian/copyright: Updated upstream author e-mail address and tarball location. * debian/rules: Got right this time the replacements "*.gif"-> "*.png" in tutorial.html. -- Rafael Laboissiere Fri, 31 Oct 2003 20:14:43 +0100 libparse-recdescent-perl (1.90-2) unstable; urgency=low * Changed my e-mail addresses to the debian.org one. -- Rafael Laboissiere Tue, 8 Apr 2003 18:42:56 +0200 libparse-recdescent-perl (1.90-1) unstable; urgency=low * New upstream release. * debian/control: Bumped Standards-Version to 3.5.9. Changed Section to perl, in order to conform to the newly reorganized sections in Debian. * In the previous release of this package, Adam Heath has detected a bug in which arguments being passed to either implicit or alternations are lost when using the shorthand leftop operator syntax('(s /foo/)'). This bug is apparently fixed in the present version (closes: #166903). I am using the test case debian/test-arg-alternation.pl and I hope that it is sufficient. If not, this bug report should be reopened. * This package includes a newer version of Text::Balanced than that provided by perl-modules (closes: #177602). I agreed with the bug reporter that we will leave the situation as it is for now, since this package install the module in /usr/share/perl5/, which tooks priority in @INC to the place where perl-modules install its version of Text::Balanced (/usr/share/perl/5.8.0/). Thanks to "J.H.M. Dassen (Ray)" for the discussions. -- Rafael Laboissiere Wed, 2 Apr 2003 16:07:08 +0200 libparse-recdescent-perl (1.80-2) unstable; urgency=low * debian/control: Fixed spelling errors in package description (thanks to Matt Zimmerman , closes: #125014). -- Rafael Laboissiere Fri, 21 Dec 2001 16:57:10 +0100 libparse-recdescent-perl (1.80-1) unstable; urgency=low * debian/control: - Changed Build-Depends to Build-Depends-Indep. Lintian was complaining about that. - Changed dependencies (Build-Depends-Indep and Depends) from versioned perl to plain perl (closes: #113206). - Upgraded Standards-Version to 3.5.6. * debian/rules: - Removed bashisms like {Parse,Text}/*.pm. A more robust way of finding files under debian/tmp/usr is now used. - Removed deprecated call to dh_testversion. Moved the dependency declaration to debian/control. - The modules go now to /usr/share/perl5/, intead of /usr/lib/perl5/. -- Rafael Laboissiere Tue, 30 Oct 2001 23:38:29 +0100 libparse-recdescent-perl (1.80-0.potato.3) unstable; urgency=low * debian/control: Removed shellutils from Build-Depends, since it is an essential package. -- Rafael Laboissiere Mon, 7 May 2001 18:09:24 +0200 libparse-recdescent-perl (1.80-0.potato.2) unstable; urgency=low * debian/control: Changed section from devel to interpreters. This agrees with the override file used by dinstall. -- Rafael Laboissiere Thu, 29 Mar 2001 09:12:48 +0200 libparse-recdescent-perl (1.80-0.potato.1) unstable; urgency=low * New upstream release (closes: #74475). This Debian release works for potato (2.2). * debian/control: - Added Build-Depends field. - Since the *.pm in this package call "use 5.005", a dependency on perl-5.005 | perl-5.6 is needed, otherwise lintian will complain. * debian/rules: Corrected place for demo_*.pl files in the upstream tarball. * debian/fix-perl-path.pl: Removed file. The fix for the Perl path in the demos is simply done in debian/rules by calling perl with the -p and -i options. Also, put Perl path into demo_Cgrammar.pl. * Added tutorial in HTML format and put permission note in debian/copyright. This document is registered through doc-base. All the GIF figures have been converted to the PNG format. This is why the package now Build-Depends on imagemagick. -- Rafael Laboissiere Wed, 28 Mar 2001 11:39:44 +0200 libparse-recdescent-perl (1.77-1) unstable; urgency=low * New upstream release. * Upgraded Standards-Version to 3.1.1. -- Rafael Laboissiere Sun, 19 Mar 2000 19:41:48 +0100 libparse-recdescent-perl (1.70-1) unstable; urgency=low * New upstream version. * Upgraded Standards-Version to 3.0.1. * FHS compliant. * Changed pointer of Artistic license in copyright file. * Added mention in the README.Debian file that the example demo_lexer.pl needs the Data::Dumper module to run (this is reported as a warning by lintian). * Installed examples are detected by name demo_*.pl. -- Rafael Laboissiere Mon, 11 Oct 1999 00:30:21 +0200 libparse-recdescent-perl (1.66-1) unstable; urgency=low * New upstream release. * Upgraded to the new Perl Policy. Particularly, {perl:Depends} is used in the debian/control file. Also, the debian/rules file was revamped according to the suggestins in the Perl Policy. * Upgraded to Standards-Version 2.5.1 -- Rafael Laboissiere Tue, 13 Jul 1999 02:07:45 +0200 libparse-recdescent-perl (1.51-2) unstable; urgency=low * It is Lintian-clean now. -- Rafael Laboissiere Fri, 9 Oct 1998 16:04:47 +0200 libparse-recdescent-perl (1.51-1) unstable; urgency=low * New upstream release. * Corrected description in debian/control file. * Added test file test.pl. * Fixed a typos in files debian/copyright and debian/README.debian. -- Rafael Laboissiere Fri, 9 Oct 1998 15:22:26 +0200 libparse-recdescent-perl (1.33-1) unstable; urgency=low * Initial Release. -- Rafael Laboissiere Fri, 5 Jun 1998 17:25:40 +0200 debian/NEWS0000644000000000000000000000403211741653355007676 0ustar libparse-recdescent-perl (1.967006+dfsg-1) unstable; urgency=low From upstream Changes: - *** NON-BACKWARDS COMPATIBLE CHANGE! *** Change the caches for $prevline and $thisline to be local to the parser, rather than lexical vars in Parse::RecDescent. This prevents previously generated parsers from interfering with the line counts of later parsers. - *** NON-BACKWARDS COMPATIBLE CHANGE! *** A repetition directive such as 'id(s /,/)' correctly creates a temporary @item variable to hold the 'id's that are matched. That @item variable is them used to set the real $item[] entry for that repetition. The same treatment is now given to %item. Formerly, in a production like: id ',' id(s /,/) matched against: xxx, yyy, zzz The $item{id} entry which should be 'xxx' is overwritten by 'yyy' and then 'zzz' prior to the action being executed. Now 'yyy' and 'zzz' set $item{id}, but in the private %item, which goes out of scope once the repetition match completes. -- gregor herrmann Sun, 12 Feb 2012 14:52:43 +0100 libparse-recdescent-perl (1.94.free-3) unstable; urgency=low Realistically, the tutorial from the Perl Journal is not going to be in Debian, even in the non-free section. This tutorial (which was included in the Debian package for versions << 1.94.free-1) can be read at: http://search.cpan.org/src/DCONWAY/Parse-RecDescent-1.94/tutorial/tutorial.html -- Rafael Laboissiere Fri, 9 Mar 2007 14:31:40 +0100 libparse-recdescent-perl (1.94.free-2) unstable; urgency=low The tutorial from The Perl Journal, which is shipped with the upstream sources, is removed from the package (both source and binary) because its licensing terms are not compatible with the DFSG. A new package called libparse-recdescent-perl-tutorial-nonfree containing this tutorial has been created. -- Rafael Laboissiere Thu, 15 Sep 2005 15:11:57 +0200 debian/test-arg-alternation.pl0000644000000000000000000000053611741653355013605 0ustar #! /usr/bin/perl -sw use Parse::RecDescent; $grammar = q{ main : foo[ "ok" ] foo : (token1[ $arg[0] ])(s /\|/) token1 : 'a' {print "$arg[0]\n"} }; $parse = new Parse::RecDescent ($grammar); defined $parse->main('a | a') or die "Arguments being passed to either implicit or alternations are lost"; debian/compat0000644000000000000000000000000211741653355010376 0ustar 8 debian/README.Debian0000644000000000000000000000050011741653355011234 0ustar libparse-recdescent-perl for Debian ----------------------------------- /usr/share/doc/libparse-recdescent-perl/examples/demo_{pre,build}calc.pl depend on the Coy module. In order to run it, you have to install the Debian package libcoy-perl. -- Rafael Laboissiere , Tue Mar 1 21:58:45 CET 2005 debian/copyright0000644000000000000000000000404311741653355011134 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Damian Conway Source: http://search.cpan.org/dist/Parse-RecDescent/ Upstream-Name: Parse-RecDescent Files: * Copyright: 1997-2007, Damian Conway License: Artistic or GPL-1+ Files: demo/demo_another_Cgrammar.pl Copyright: 2005, Hendrik Sirges License: Artistic or GPL-2+ Files: debian/* Copyright: 2009-2010, Jonathan Yu 1998-2009, Rafael Laboissiere 2010-2012, gregor herrmann 2012, Florian Schlichting License: GPL-3+ 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'. License: GPL-2+ 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 2, or (at your option) any later version. . On Debian systems, the complete text of version 2 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. License: GPL-3+ 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 3, or (at your option) any later version. . On Debian systems, the complete text of version 3 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-3'. debian/repack.local0000644000000000000000000000003011741653355011452 0ustar MANIFEST=1 rm tutorial/ debian/libparse-recdescent-perl.docs0000644000000000000000000000000511741653355014723 0ustar ToDo debian/watch0000644000000000000000000000027611741653355010236 0ustar version=3 opts="dversionmangle=s/\+dfsg//" \ http://search.cpan.org/dist/Parse-RecDescent \ .*/Parse-RecDescent-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ \ debian sh debian/repack.stub debian/repack.stub0000644000000000000000000000325211741653355011346 0ustar #!/bin/sh : <<=cut =pod =head1 NAME repack.stub - script to repack upstream tarballs from uscan =head1 INSTRUCTIONS put this in debian/repack.stub and add "debian sh debian/repack.stub" to the end of the line in debian/watch. you will also need to add a version mangle to debian/watch. then create a debian/repack.local. this is a shell script that is sources under "set -e", so be careful to check returns codes. =head1 FUNCTIONS =over 4 =item rm rm is replaced by a function that does some magic ("rm -rv" by default), but also changes MANIFEST if $MANIFEST is 1 =item mv mv is replaced by a function that just does mv (by default), but also changes MANIFEST if $MANIFEST is 1 =item requires_version requires_version is there for future usage for requiring certain versions of the script =back =head1 VARIABLES =over 4 =item SUFFIX defaults to +dfsg what to append to the upstream version =item RM_OPTS defaults to -vrf options to pass to rm =item MANIFEST defaults to 0, set to 1 to turn on. this will manipulate MANIFEST files in CPAN tarballs. =item UP_BASE this is the directory where the upstream source is. =back =cut if [ -z "$REPACK_SH" ]; then if [ -f ../../scripts/repack.sh ]; then REPACK_SH=../../scripts/repack.sh fi if [ -z "$REPACK_SH" ] && which repack.sh > /dev/null; then REPACK_SH=$(which repack.sh) fi fi if [ ! -f "$REPACK_SH" ]; then echo "Couldn't find a repack.sh. please put it in your PATH, put it at ../../scripts/repack.sh, or put it somewhere else and set the REPACK_SH variable" echo "You can get it from http://svn.debian.org/viewsvn/pkg-perl/scripts/repack.sh" exit 1 fi exec "$REPACK_SH" "$@"