Debian lenny version packages
[pkg-perl] / scripts / remove-higher-perl-deps.sh~
diff --git a/scripts/remove-higher-perl-deps.sh~ b/scripts/remove-higher-perl-deps.sh~
new file mode 100755 (executable)
index 0000000..3542a65
--- /dev/null
@@ -0,0 +1,17 @@
+#!/usr/bin/bash
+
+help() {
+   cat <<EOF
+$0 <list of debian/control files to modify>
+
+Example:
+
+$0 libcompress-raw-zlib-perl/libcompress-raw-zlib-perl-2.012/debian/control
+
+EOF
+       
+}
+if [ $# -eq 0 ]; then
+       help
+fi
+