source: trunk/debathena/manual-config/make-manual-config @ 22703

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(
4echo . make-manual-config.sh
5echo 'package <<EOF'
6dpkg-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.