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.
+sourced under "set -e", so be careful to check returns codes.
=head1 FUNCTIONS
=back
+=head1 COPYRIGHT AND LICENSE
+
+Copyright 2009, Ryan Niebur <ryan@debian.org>
+
+License: Artistic or GPL-1+
+
=cut
if [ -z "$REPACK_SH" ]; then
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"
+ echo "You can get it from http://anonscm.debian.org/gitweb/?p=pkg-perl/scripts.git;a=blob_plain;f=repack.sh;hb=HEAD"
exit 1
fi