Package: adns Version: 0.9 Origins: http://www.gnu.org/software/adns/adns.html http://www.chiark.greenend.org.uk/~ian/adns/ ftp://ftp.chiark.greenend.org.uk/users/ian/adns/ Authors: Ian Jackson License: GPL Description: Imports: cvs import -m 'Import of ADNS 0.X' adns vendor adns_0_X #!/bin/sh f=adns-0.X t=src rm -rf $t mkdir $t cp -p $f/src/adns.h $t/adns.h cp -p $f/src/check.c $t/adns_check.c cp -p $f/src/config.h.in $t/adns_config.h.in cp -p $f/src/dlist.h $t/adns_dlist.h cp -p $f/src/event.c $t/adns_event.c cp -p $f/src/general.c $t/adns_general.c cp -p $f/src/internal.h $t/adns_internal.h cp -p $f/src/parse.c $t/adns_parse.c cp -p $f/src/poll.c $t/adns_poll.c cp -p $f/src/query.c $t/adns_query.c cp -p $f/src/reply.c $t/adns_reply.c cp -p $f/src/setup.c $t/adns_setup.c cp -p $f/src/transmit.c $t/adns_transmit.c cp -p $f/src/tvarith.h $t/adns_tvarith.c cp -p $f/src/types.c $t/adns_types.c cp -p $f/client/adnstest.c $t/adns_test.c cp -p $f/changelog $t/ChangeLog cp -p $f/README $t/ cp -p $f/acconfig.h $t/ cp -p $f/aclocal.m4 $t/ cp -p $f/configure.in $t/ cp -p $f/COPYING $t/ cp -p $f/INSTALL $t/