Revision 22703,
333 bytes
checked in by ghudson, 17 years ago
(diff) |
Snapshot the source materials for the manual-config packages, from
/mit/debathena/packages/manual-config.
|
-
Property svn:executable set to
*
|
Line | |
---|
1 | #!/bin/bash |
---|
2 | |
---|
3 | ( |
---|
4 | echo . make-manual-config.sh |
---|
5 | echo 'package <<EOF' |
---|
6 | dpkg-awk --rec_sep $'EOF\npackage <<EOF\n' -f <( |
---|
7 | zcat /mit/debathena/apt/dists/etch/debathena-config/binary-i386/Packages.gz |
---|
8 | ) 'Package:^debathena-.*-config$' -- Package Version Architecture Depends Recommends Suggests Priority Section | \ |
---|
9 | head -n -2 |
---|
10 | ) | bash |
---|
Note: See
TracBrowser
for help on using the repository browser.