3542a65d4ec9dedef4419c6c71aa4554a1b126c5
[pkg-perl] / scripts / remove-higher-perl-deps.sh~
1 #!/usr/bin/bash
2
3 help() {
4    cat <<EOF
5 $0 <list of debian/control files to modify>
6
7 Example:
8
9 $0 libcompress-raw-zlib-perl/libcompress-raw-zlib-perl-2.012/debian/control
10
11 EOF
12         
13 }
14 if [ $# -eq 0 ]; then
15         help
16 fi
17