* All the source files are now included in the distribution tarball.
authorRobert Collins <robertc@robertcollins.net>
Mon, 17 Dec 2012 07:32:51 +0000 (20:32 +1300)
committerRobert Collins <robertc@robertcollins.net>
Mon, 17 Dec 2012 07:32:51 +0000 (20:32 +1300)
  (Arfrever Frehtes Taifersar Arahesis, Robert Collins, #996275)

Makefile.am
NEWS

index 310c0426ae500b5a39295672db4703354fbd2a7f..da1602037ed12091719ba26f099e7aa138946f73 100644 (file)
@@ -35,6 +35,7 @@ EXTRA_DIST =  \
        python/subunit/tests/test_test_protocol.py \
        python/subunit/tests/test_test_results.py \
        runtests.py \
+       setup.py \
        shell/README \
        shell/share/subunit.sh \
        shell/subunit-ui.patch \
@@ -48,8 +49,10 @@ include_subunitdir = $(includedir)/subunit
 dist_bin_SCRIPTS = \
        filters/subunit-filter \
        filters/subunit-ls \
+       filters/subunit-notify \
        filters/subunit-stats \
        filters/subunit-tags \
+       filters/subunit2csv \
        filters/subunit2gtk \
        filters/subunit2junitxml \
        filters/subunit2pyunit \
diff --git a/NEWS b/NEWS
index f515c6549d321fbb47e2f91a7eadb98cb11e7a91..7174e1302cf5c7fc48b5792369ed8e92752c5d89 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,9 @@ NEXT (In development)
 BUG FIXES
 ~~~~~~~~~
 
+* All the source files are now included in the distribution tarball.
+  (Arfrever Frehtes Taifersar Arahesis, Robert Collins, #996275)
+
 * ``python/subunit/tests/test_run.py`` and ``python/subunit/filters.py`` were
   not included in the 0.0.8 tarball. (Robert Collins)