diff options
author | Bernhard Reutner-Fischer | 2006-01-17 15:56:59 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer | 2006-01-17 15:56:59 +0000 |
commit | d9679e3af1f1b0f70d56923cd8ea720c2c21cebf (patch) | |
tree | 73a904727c89abae2d0697d8822d7b3d65e5deda /debian/control-extract | |
parent | 37dec0e9e9865b307468d4d13bb4bd0d28fffbab (diff) | |
download | busybox-d9679e3af1f1b0f70d56923cd8ea720c2c21cebf.zip busybox-d9679e3af1f1b0f70d56923cd8ea720c2c21cebf.tar.gz |
- remove debian/
Diffstat (limited to 'debian/control-extract')
-rw-r--r-- | debian/control-extract | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/control-extract b/debian/control-extract deleted file mode 100644 index ed65f29..0000000 --- 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: ,," |