[Pkg-octave-commit] [octave-pkg-dev] 01/03: Do not generate the d/tests/* files (will be done by autodep8)

Rafael Laboissiere rafael at debian.org
Fri Sep 1 19:29:41 UTC 2017


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

rafael pushed a commit to branch master
in repository octave-pkg-dev.

commit 8abb7dc48c8a7ee15653dce0d357a4c48a1442e5
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Fri Sep 1 15:23:02 2017 -0300

    Do not generate the d/tests/* files (will be done by autodep8)
---
 make-octave-forge-debpkg.in | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/make-octave-forge-debpkg.in b/make-octave-forge-debpkg.in
index c47a73c..7c2db9e 100755
--- a/make-octave-forge-debpkg.in
+++ b/make-octave-forge-debpkg.in
@@ -56,10 +56,6 @@ are generated with sensible contents, although they need further editing:
 
 =item debian/source/format
 
-=item debian/tests/control
-
-=item debian/tests/unit-tests
-
 =item debian/watch
 
 =back
@@ -263,20 +259,3 @@ License: GPL-3+
 ");
 
 }
-
-### Create the autopkgtest files
-makedir "debian/tests";
-writefile (">", "debian/tests/control",
-           "Tests: unit-tests
-Depends: @, octave-pkg-dev (>= #Version#)
-");
-system ("chmod +x debian/tests/control");
-
-writefile (">", "debian/tests/unit-tests",
-           "#!/bin/sh
-
-exec 2>&1
-set -e
-
-debian/rules check-pkg
-");

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



More information about the Pkg-octave-commit mailing list