#! /bin/sh /usr/share/dpatch/dpatch-run ## 003_distfiles.dpatch by ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Patch tinyos.files to exclude debian build related files @DPATCH@ --- tinyos-2.1.0/tools/release/tinyos.files 2008-09-02 08:26:42.000000000 -0600 +++ tinyos-2.1.0/tools/tinyos.files 2008-09-02 08:18:52.000000000 -0600 @@ -4,6 +4,11 @@ cd ../.. rm -rf $NAME-$VERSION tools/release/extractor $NAME-$VERSION <<'EOF' | gzip >../$NAME-$VERSION.tar.gz +!^./tinyos.sh +!^./tos.mk +!^./debian +!^./builddir +!^./(patch|configure|build|install)-stamp !^./apps/tests/(eyesIFX|mica2|msp430|rf230|mts300|telosb) !^./apps/tests/(RadioStress|TestAlarm|TestAM|TestAMOnOff|TestAMService|TestBroadcast|TestCollection|TestLocalTime|TestMultihopLqi|TestOscilloscopeLQI|TestPowerManager|TestPowerup|TestPrintf|TestRadioPM|TestScheduler|TestSerialBandwidth|TestSharedResource|TestSimTimers|TestSleep|TestTimerSync|TestTreeRouting|TestTrickleTimer|TestTymo) !^/apps/(BlinkAlarm|BlinkMSP430|BlinkTask|BlinkToRadio|Test|TestADC|TestArbiter|TestCC2420|TestRadio|TestSPI|TestScheduler|TestSchedulerTemp|TestSerial) @@ -27,6 +31,9 @@ !/.cvsignore !/CVS/ !/CVS$ +!/.svn/ +!/.svn$ +!^./.git !~$ !/build/ !/build$ @@ -45,4 +49,3 @@ ./tests/TestSerial/TestSerial.class ./RadioCountToLeds/RadioCountMsg.class EOF -rm -rf $NAME-$VERSION