From: Nito Martinez Date: Tue, 13 Apr 2010 21:22:41 +0000 (+0100) Subject: Debian lenny version packages for dh-make-perl X-Git-Url: http://vcs.maemo.org/git/?p=pkg-perl;a=commitdiff_plain;h=3b84a260e354a1cd3480729daaedbeeab0eae136 Debian lenny version packages for dh-make-perl --- diff --git a/scripts/edit-release.pl~ b/scripts/edit-release.pl~ deleted file mode 100755 index 0e6830d..0000000 --- a/scripts/edit-release.pl~ +++ /dev/null @@ -1,31 +0,0 @@ -#!/usr/bin/perl -# Usage -# Accepts a debian/changelog file as input -# Example -# $0 libcompress-raw-zlib-perl/libcompress-raw-zlib-perl-2.012/debian/changelog - -$/="\n\nl"; -my $begin=1; -my $date=`date -R` - -while (<>) { -if (/^(\S+)\s+\((\S+)\)\s+([^;]+)(.*)$/s && $begin) { - my $name = $1; - my $version = $2; - - $version =~ s/\+lenny//; - $version =~ s/lenny//; - $version =~ s/~debian.*//; - print < $date\n\nl"; - print "$_"; - $begin=0; -} else { - print "$_" ; -} -} diff --git a/scripts/edit-release.sh~ b/scripts/edit-release.sh~ deleted file mode 100755 index c7cd849..0000000 --- a/scripts/edit-release.sh~ +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/bash -# Usage -# Accepts a debian/changelog file as input -# Example -# $0 libcompress-raw-zlib-perl/libcompress-raw-zlib-perl-2.012/debian/changelog - -basedir=`dirname $0` - -help() { - cat < - -Example: - -$0 libcompress-raw-zlib-perl/libcompress-raw-zlib-perl-2.012/debian/changelog - -EOF - -} - -if [ $# -eq 0 ]; then - help -fi -for i in $@; do - $basedir/edit-release.pl $i -done diff --git a/scripts/remove-higher-perl-deps.sh~ b/scripts/remove-higher-perl-deps.sh~ deleted file mode 100755 index 3542a65..0000000 --- a/scripts/remove-higher-perl-deps.sh~ +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/bash - -help() { - cat < - -Example: - -$0 libcompress-raw-zlib-perl/libcompress-raw-zlib-perl-2.012/debian/control - -EOF - -} -if [ $# -eq 0 ]; then - help -fi -