[med-svn] [king-probe] 06/06: Rename the binary result from probe to king-probe

Malihe Asemani mali-guest at moszumanska.debian.org
Mon Aug 10 05:51:14 UTC 2015


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

mali-guest pushed a commit to branch master
in repository king-probe.

commit 996030b5dc0016c6fe532abd1a6fa6fba62d7c64
Author: Malihe Asemani <ml.asemani at gmail.com>
Date:   Mon Aug 10 05:01:07 2015 +0000

    Rename the binary result from probe to king-probe
---
 Makefile.linux                            | 10 +++++-----
 debian/install                            |  2 +-
 debian/patches/rename_binary_result.patch | 31 +++++++++++++++++++++++++++++++
 debian/patches/series                     |  1 +
 debian/rules                              |  2 +-
 5 files changed, 39 insertions(+), 7 deletions(-)

diff --git a/Makefile.linux b/Makefile.linux
index f1d8da8..7a4d475 100644
--- a/Makefile.linux
+++ b/Makefile.linux
@@ -7,17 +7,17 @@ OBJLIST = dots.o abin.o readPDBrecs.o geom3d.o utility.o select.o \
 .c.o:
 	cc -c $*.c $(CFLAGS)
 
-probe: probe.o $(OBJLIST)
+king-probe: probe.o $(OBJLIST)
 	cc -o $@ probe.o $(OBJLIST) $(LFLAGS)
 
 clean:
 	@rm -f *.o *.ckp
 
-install: probe
-	mv probe /local/bin
+install: king-probe
+	mv king-probe /local/bin
 
-installtest: probe
-	mv probe /local/bin/probeTest
+installtest: king-probe
+	mv king-probe /local/bin/probeTest
 
 # DO NOT DELETE THIS LINE -- make depend uses it
 abin.o:	./abin.h	./geom3d.h	./utility.h	abin.c
diff --git a/debian/install b/debian/install
index d9ed25b..b2996f8 100644
--- a/debian/install
+++ b/debian/install
@@ -1 +1 @@
-probe	usr/bin
+king-probe	usr/bin
diff --git a/debian/patches/rename_binary_result.patch b/debian/patches/rename_binary_result.patch
new file mode 100644
index 0000000..fa0e99c
--- /dev/null
+++ b/debian/patches/rename_binary_result.patch
@@ -0,0 +1,31 @@
+Description: Rename the binary file from probe to king-probe
+              Using probe leads to some confilicts with mirmon package 
+Author: Malihe Asemani <ml.asemani at gmail.com>
+Last-Update: Mon Aug 10 04:57:49 UTC 2015
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- king-probe.orig/Makefile.linux
++++ king-probe/Makefile.linux
+@@ -7,17 +7,17 @@
+ .c.o:
+ 	cc -c $*.c $(CFLAGS)
+ 
+-probe: probe.o $(OBJLIST)
++king-probe: probe.o $(OBJLIST)
+ 	cc -o $@ probe.o $(OBJLIST) $(LFLAGS)
+ 
+ clean:
+ 	@rm -f *.o *.ckp
+ 
+-install: probe
+-	mv probe /local/bin
++install: king-probe
++	mv king-probe /local/bin
+ 
+-installtest: probe
+-	mv probe /local/bin/probeTest
++installtest: king-probe
++	mv king-probe /local/bin/probeTest
+ 
+ # DO NOT DELETE THIS LINE -- make depend uses it
+ abin.o:	./abin.h	./geom3d.h	./utility.h	abin.c
diff --git a/debian/patches/series b/debian/patches/series
index cc1eda2..a5b3882 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 fix_build_issue.patch
+rename_binary_result.patch
diff --git a/debian/rules b/debian/rules
index f7474ad..4d4e9c7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,4 +20,4 @@
 	dh $@
 
 override_dh_auto_build:
-	dh_auto_build --buildsystem=makefile -- -f Makefile.linux probe
+	dh_auto_build --buildsystem=makefile -- -f Makefile.linux king-probe

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



More information about the debian-med-commit mailing list