diff options
author | kroeckx <kroeckx@0070b5ef-2f16-0410-befa-9a02bd1d6ddb> | 2006-07-15 01:15:32 +0000 |
---|---|---|
committer | kroeckx <kroeckx@0070b5ef-2f16-0410-befa-9a02bd1d6ddb> | 2006-07-15 01:15:32 +0000 |
commit | 6056d0869dcab385b0ab625ae337c5a5c7cbef71 (patch) | |
tree | 3e770408e377b01caf33afd063546b151d6efc39 /debian/dfsg.sh | |
parent | a98dfeac06a47e03b6c96996b50124f2699bd2a2 (diff) | |
download | ntp-6056d0869dcab385b0ab625ae337c5a5c7cbef71.tar.gz |
* New upstream release, merge patches.
* Remove all parts of the source that don't have a license on it
or otherwise didn't meet the DFSG. As a result, the following
clocks are no longer supported: wharton and neoclock4x
(Closes: #328200)
git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@41 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
Diffstat (limited to 'debian/dfsg.sh')
-rw-r--r-- | debian/dfsg.sh | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/debian/dfsg.sh b/debian/dfsg.sh new file mode 100644 index 0000000..a02cc44 --- /dev/null +++ b/debian/dfsg.sh @@ -0,0 +1,27 @@ +#!/bin/sh +# Used to create the dfsg .orig.tar from the upstream source +rm -r arlib +rm -r ElectricFence +rm -r sntp +rm util/ansi2knr.c +rm util/ansi2knr.1 +rm html/build/hints/solaris-dosynctodr.html +rm libntp/adjtime.c +rm include/adjtime.h +rm include/rsa_md5.h +rm libntp/md5c.c +rm include/timepps-SCO.h +rm include/timepps-Solaris.h +rm include/timepps-SunOS.h +rm kernel/tty_chu_STREAMS.c +rm ports/winnt/libntp/messages.mc +rm ports/winnt/include/hopf_PCI_io.h +rm scripts/monitoring/lr.pl +rm scripts/monitoring/ntp.pl +rm scripts/monitoring/ntploopstat +rm scripts/monitoring/ntploopwatch +rm scripts/monitoring/ntptrap +rm scripts/ntpver.in +rm libparse/clk_wharton.c +rm ntpd/refclock_neoclock4x.c + |