[med-svn] [dazzdb] 02/07: Rename simulator to dsimulator and add note to users

Afif Elghraoui afif-guest at moszumanska.debian.org
Sun Sep 20 10:20:24 UTC 2015


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

afif-guest pushed a commit to branch master
in repository dazzdb.

commit b7b5a7d0a941c49ee23d87dad30ddc689825eaa1
Author: Afif Elghraoui <afif at ghraoui.name>
Date:   Sun Sep 20 03:01:53 2015 -0700

    Rename simulator to dsimulator and add note to users
---
 debian/README.Debian                           |  7 +++++++
 debian/man/{simulator.1.md => dsimulator.1.md} |  0
 debian/patches/rename-simulator                | 26 ++++++++++++++++++++++++++
 debian/patches/series                          |  1 +
 4 files changed, 34 insertions(+)

diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..054d6c1
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,7 @@
+dazzdb for Debian
+-----------------
+
+The simulator program provided by the Dazzler developers has been renamed to
+dsimulator in this package. Please plan use accordingly.
+
+ -- Afif Elghraoui <afif at ghraoui.name>, Sun, 20 Sep 2015 03:01:24 -0700
diff --git a/debian/man/simulator.1.md b/debian/man/dsimulator.1.md
similarity index 100%
rename from debian/man/simulator.1.md
rename to debian/man/dsimulator.1.md
diff --git a/debian/patches/rename-simulator b/debian/patches/rename-simulator
new file mode 100644
index 0000000..77d68f3
--- /dev/null
+++ b/debian/patches/rename-simulator
@@ -0,0 +1,26 @@
+Description: Rename simulator binary
+ simulator is too generic a name. Rename it to dsimulator.
+Author: Afif Elghraoui <afif at ghraoui.name>
+Forwarded: no
+Last-Update: 2015-09-20
+--- dazzdb.orig/Makefile
++++ dazzdb/Makefile
+@@ -1,6 +1,6 @@
+ CFLAGS += -O3 -Wall -Wextra -fno-strict-aliasing
+ 
+-ALL = fasta2DB DB2fasta quiva2DB DB2quiva DBsplit DBdust Catrack DBshow DBstats DBrm simulator \
++ALL = fasta2DB DB2fasta quiva2DB DB2quiva DBsplit DBdust Catrack DBshow DBstats DBrm dsimulator \
+       fasta2DAM DAM2fasta
+ 
+ all: $(ALL)
+@@ -35,8 +35,8 @@
+ DBrm: DBrm.c DB.c DB.h QV.c QV.h
+ 	gcc $(CFLAGS) -o DBrm DBrm.c DB.c QV.c -lm $(LDFLAGS)
+ 
+-simulator: simulator.c DB.c DB.h QV.c QV.h
+-	gcc $(CFLAGS) -o simulator simulator.c DB.c QV.c -lm $(LDFLAGS)
++dsimulator: simulator.c DB.c DB.h QV.c QV.h
++	gcc $(CFLAGS) -o dsimulator simulator.c DB.c QV.c -lm $(LDFLAGS)
+ 
+ fasta2DAM: fasta2DAM.c DB.c DB.h QV.c QV.h
+ 	gcc $(CFLAGS) -o fasta2DAM fasta2DAM.c DB.c QV.c -lm $(LDFLAGS)
diff --git a/debian/patches/series b/debian/patches/series
index 51b1ec9..750efe3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 append-cflags
 ldflags
 destdir
+rename-simulator

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



More information about the debian-med-commit mailing list