[DRE-commits] [SCM] ruby-heckle.git branch, master, updated. debian/1.4.3-3-5-g3478f88

Cédric Boutillier cedric.boutillier at gmail.com
Tue Jun 26 10:51:42 UTC 2012


The following commit has been merged in the master branch:
commit 273122cc897e914a56355fe07320c5f83b1f2172
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Tue Jun 26 11:33:57 2012 +0200

    Override lintian warning about duplicate descriptions for transitional packages

diff --git a/debian/hecklex.1 b/debian/hecklex.1
deleted file mode 100644
index 4c85445..0000000
--- a/debian/hecklex.1
+++ /dev/null
@@ -1,47 +0,0 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
-.TH HECKLEC "1" "April 2009" "hecklec 1.4.2" "User Commands"
-.SH NAME
-hecklec \- mutate Ruby code and run test
-.SH SYNOPSIS
-.B heckle
-\fIclass_name \fR[\fImethod_name\fR]
-.SH DESCRIPTION
-`heckle' is a mutation tester. It modifies your code and runs your tests
-to make sure they fail. The idea is that if code can be changed and your
-tests don't notice, either that code isn't being covered or it doesn't do
-anything..TP
-\fB\-v\fR, \fB\-\-verbose\fR
-Loudly explain heckle run
-.TP
-\fB\-V\fR, \fB\-\-version\fR
-Prints Heckle's version number
-.TP
-\fB\-t\fR, \fB\-\-tests\fR TEST_PATTERN
-Location of tests (glob)
-.TP
-\fB\-F\fR, \fB\-\-force\fR
-Ignore initial test failures
-Best used with \fB\-\-focus\fR
-.TP
-\fB\-\-assignments\fR
-Only mutate assignments
-.TP
-\fB\-b\fR, \fB\-\-branches\fR
-Only mutate branches
-.TP
-\fB\-f\fR, \fB\-\-focus\fR
-Apply the eye of sauron
-.TP
-\fB\-T\fR, \fB\-\-timeout\fR SECONDS
-The maximum time for a test run in seconds
-Used to catch infinite loops
-.TP
-\fB\-n\fR, \fB\-\-nodes\fR NODES
-Nodes to mutate
-Possible values: call, cvasgn,dasgn,dasgn_curr,false,gasgn,iasgn,if,iter,lasgn,lit,str,true,until,while
-.TP
-\fB\-x\fR, \fB\-\-exclude\-nodes\fR NODES
-Nodes to exclude
-.TP
-\fB\-h\fR, \fB\-\-help\fR
-Show this message
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
new file mode 100644
index 0000000..0e13fab
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,2 @@
+ruby-heckle source: duplicate-short-description libheckle-ruby libheckle-ruby1.8
+ruby-heckle source: duplicate-long-description libheckle-ruby libheckle-ruby1.8

-- 
ruby-heckle.git



More information about the Pkg-ruby-extras-commits mailing list