[Pkg-octave-commit] [octave-interval] 01/03: d/rules: Don't strip test files from binary package

Oliver Heimlich oheim-guest at moszumanska.debian.org
Thu Dec 28 23:43:47 UTC 2017


This is an automated email from the git hooks/post-receive script.

oheim-guest pushed a commit to branch master
in repository octave-interval.

commit c0c2f87c38d48b9d50b4d6cfaa084c8d21afee1c
Author: Oliver Heimlich <oheim at posteo.de>
Date:   Fri Dec 29 00:15:42 2017 +0100

    d/rules: Don't strip test files from binary package
    
    The testdata, as introduced in version 3.0.0, is needed for testing of most package functions by the user.  Also it is needed by autopkgtest to test the binary package.
---
 debian/rules | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 6a8a377..4289f05 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,8 +47,7 @@ install/$(package)-doc:: install/$(package)
 
 remove-dirs::
 	rm -rf \
-		 $(CURDIR)/$(debpkg)/$(mpath)/*/doc \
-		 $(CURDIR)/$(debpkg)/$(mpath)/*/test
+		 $(CURDIR)/$(debpkg)/$(mpath)/*/doc
 
 clean::
 	make -C doc clean

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave-interval.git



More information about the Pkg-octave-commit mailing list