[med-svn] [primer3] 01/01: Clean unnecessary files and sed for interpreter path

Canberk Koç cbk-guest at moszumanska.debian.org
Mon Jun 27 01:31:06 UTC 2016


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

cbk-guest pushed a commit to branch master
in repository primer3.

commit 5246dab2874ff7855f11a5aa4f596dbbd88a3a6d
Author: cbk-guest <cbk-guests at scm.alioth.debian.org>
Date:   Mon Jun 27 04:30:55 2016 +0300

    Clean unnecessary files and sed for interpreter path
---
 debian/changelog | 7 +++++--
 debian/rules     | 5 +++++
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 918b046..25352ef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,8 +9,11 @@ primer3 (2.3.7-2) UNRELEASED; urgency=medium
 
   [ Canberk Koç ]
   * Autopkgtest added
-
- -- Canberk Koç <canberkkoc at gmail.com>  Sun, 26 Jun 2016 06:32:31 +0300
+  * debian/rules:
+    -added dh_clean to override_dh_auto_test section
+    -sed perl interpreter path
+  
+ -- Canberk Koç <canberkkoc at gmail.com>  Mon, 27 Jun 2016 04:28:31 +0300
 
 primer3 (2.3.7-1) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index 8979fdd..22db417 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,8 @@ sampledir:=$(CURDIR)/debian/$(DEBPKGNAME)-examples/usr/share/doc/$(DEBPKGNAME)/e
 
 override_dh_auto_test:
 	dh_auto_test --sourcedirectory=test
+	dh clean --sourcedirectory=test
+
 
 override_dh_installexamples:
 	dh_installexamples
@@ -20,3 +22,6 @@ override_dh_installexamples:
 	cp -aR ./test/* $(sampledir)/test;
 	cp -aR ./src/humrep_and_simple.txt $(sampledir)/src;
 	cp primer*.txt $(sampledir)/;
+	chmod -x $(sampledir)/test/thal*;
+	sed -i 's#/usr/local/bin/perl#/usr/bin/perl#' $(sampledir)/test/long_seq_tm_test.pl ;
+	sed -i 's#/usr/local/bin/perl#/usr/bin/perl#' $(sampledir)/test/vgrep.pl ;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/primer3.git



More information about the debian-med-commit mailing list