aboutsummaryrefslogtreecommitdiff
path: root/debian/control-extract
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-01-17 15:56:59 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-01-17 15:56:59 +0000
commitd9679e3af1f1b0f70d56923cd8ea720c2c21cebf (patch)
tree73a904727c89abae2d0697d8822d7b3d65e5deda /debian/control-extract
parent37dec0e9e9865b307468d4d13bb4bd0d28fffbab (diff)
downloadbusybox-d9679e3af1f1b0f70d56923cd8ea720c2c21cebf.tar.gz
- remove debian/
Diffstat (limited to 'debian/control-extract')
-rw-r--r--debian/control-extract2
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/control-extract b/debian/control-extract
deleted file mode 100644
index ed65f2986..000000000
--- a/debian/control-extract
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-awk "BEGIN { i = 0; } { if (/^Package: $2/) i = 1; if (/^\s*\$/) i = 0; if (/$1:/ && i) print }" < debian/control | sed -e "s,^$1: ,,"