Remove SAMPLES file for deterministic builds.
authorJoey Hess <joeyh@joeyh.name>
Thu, 30 Jul 2015 16:52:03 +0000 (12:52 -0400)
committerJoey Hess <joeyh@joeyh.name>
Thu, 30 Jul 2015 16:52:03 +0000 (12:52 -0400)
Makefile
debian/changelog
debian/docs
filters.6
makesample.sh [deleted file]

index 13d54a4e13ab5324ec3e1929c77f3c48161a06b3..2e686108d1a694e0a782a058f79c29e1f7129aba 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
 CFLAGS += -g
 endif
 
-all:   $(OTHER) $(BUILD) samples
+all:   $(OTHER) $(BUILD)
 
 install:       $(BUILD) $(OTHER)
        install -d $(DESTDIR)/usr/games
@@ -27,12 +27,8 @@ install:     $(BUILD) $(OTHER)
        cd $(DESTDIR)/usr/share/man/man6 && \
                $(foreach prog,$(BUILD) $(OTHER),ln -s filters.6 $(prog).6;)
 
-samples:       $(BUILD) $(OTHER)
-       -rm -f SAMPLES
-       PATH=.:$$PATH; export PATH; echo $(BUILD) $(OTHER) | xargs -n 1 sh makesample.sh
-
 clean:
-       $(RM) -f core *.o *~ $(BUILD) SAMPLES
+       $(RM) -f core *.o *~ $(BUILD)
        cd ky00te.dir && make clean
 
 .SUFFIXES: .l
index 5f707f07eb6e879b602aa141f233e7b6f53aa505..a225a38b4ac496ed15fd9a81c35772cf65066160 100644 (file)
@@ -8,6 +8,7 @@ filters (2.54) UNRELEASED; urgency=medium
     Thanks, Marius Gavrilescu.
   * Fix NAME section of manpage. Closes: #775035
     Thanks, Marius Gavrilescu.
+  * Remove SAMPLES file for deterministic builds.
 
  -- Joey Hess <id@joeyh.name>  Thu, 30 Jul 2015 12:20:20 -0400
 
index cf662ef9e574f654028d578a5d60540ef593d9d8..3548b2aa2ad79db7d9af08bfddb8f181179d99d0 100644 (file)
@@ -1 +1 @@
-README SAMPLES ky00te.dir/README.ky00te
+README ky00te.dir/README.ky00te
index b75a39369368feb3d03ef342d4bcf88aaa5097a0..674a585c23a286c0a9779aeb8926a9587cb3c000 100644 (file)
--- a/filters.6
+++ b/filters.6
@@ -80,9 +80,6 @@ many man pages.
 .IP upside\-down
 Flips text upside down. Stand on your head and squint to read the output.
 .SH "SEE ALSO"
-.IP /usr/share/doc/filters/SAMPLES
-Lists samples of the output of all the filters.
-.PP
 Other filters:
 .TP
 .B pig
diff --git a/makesample.sh b/makesample.sh
deleted file mode 100644 (file)
index e7e5e16..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh -e
-chmod +x $1
-echo $1 >>SAMPLES
-echo "-------------" >>SAMPLES
-if [ "$1" != fanboy ]; then
-       printf "Here's how this filter sounds, in everyday use.\nNow is the time for all good men to come to the aid of their country." | ./$1 >>SAMPLES
-else
-       printf "This filter has to be tried on real world text to be understood! Oh, and Ubuntu Rules!" >>SAMPLES
-fi
-echo "" >>SAMPLES
-echo "" >>SAMPLES
This page took 0.013205 seconds and 4 git commands to generate.