[med-svn] [probabel] 02/04: Fix the patch that moved the extIDS.pl script to the scripts directory. Before, it was made executable by 'make install', now we simply do that in debian/rules.

Lennart Karssen lckarssen-guest at moszumanska.debian.org
Fri Dec 13 00:38:11 UTC 2013


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

lckarssen-guest pushed a commit to branch master
in repository probabel.

commit 4c0254cc93baf7dff810431b92a96572df22ead3
Author: L.C. Karssen <lennart at karssen.org>
Date:   Thu Dec 12 16:49:47 2013 +0100

    Fix the patch that moved the extIDS.pl script to the scripts directory. Before, it was made executable by 'make install', now we simply do that in debian/rules.
---
 debian/patches/fix-extIDS.pl.patch | 16 ++++++++++------
 debian/rules                       |  1 +
 2 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/debian/patches/fix-extIDS.pl.patch b/debian/patches/fix-extIDS.pl.patch
index 5c270f3..34e0568 100644
--- a/debian/patches/fix-extIDS.pl.patch
+++ b/debian/patches/fix-extIDS.pl.patch
@@ -1,15 +1,19 @@
-Description: Fix Makefile.am to install extIDS.pl in a more correct location
+Description: Fix Makefile.am to install extIDS.pl in a more appropriate location.
  This patch will be sent upstream.
+Author: L.C. Karssen <lennart at karssen.org>
 Forwarded: TODO
-Author: Lennart C. Karssen <lennart at karssen.org>
-Last-Update: 2013-12-11
-
+Last-Update: 2013-12-12
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/src/Makefile.am
 +++ b/src/Makefile.am
-@@ -75,11 +75,11 @@
+@@ -74,12 +74,12 @@
+ 
  extract_snp_SOURCES = extract-snp.cpp $(FVSRC) $(FVHEADERS)
  
- ## Install these scripts in the bin directory as well:
+-## Install these scripts in the bin directory as well:
 -dist_bin_SCRIPTS = probabel.pl extIDS.pl
++## Install the wrapper script in the bin directory as well:
 +dist_bin_SCRIPTS = probabel.pl
  
 -## Install this R script in the examples directory
diff --git a/debian/rules b/debian/rules
index 0d38694..01bb4a5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,3 +32,4 @@ override_dh_installchangelogs:
 override_dh_auto_install:
 	dh_auto_install
 	rm debian/$(DEBPKGNAME)/usr/bin/extract-snp
+	chmod a+x debian/$(DEBPKGNAME)/usr/share/$(DEBPKGNAME)/scripts/extIDS.pl

-- 
Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/probabel.git



More information about the debian-med-commit mailing list