[med-svn] [Git][med-team/paraclu][upstream] New upstream version 10
Nilesh Patra (@nilesh)
gitlab at salsa.debian.org
Fri Jun 4 21:19:02 BST 2021
Nilesh Patra pushed to branch upstream at Debian Med / paraclu
Commits:
a3528cea by Nilesh Patra at 2021-06-05T01:27:25+05:30
New upstream version 10
- - - - -
4 changed files:
- − ChangeLog.txt
- Makefile
- README.txt
- + paraclu_sketch.png
Changes:
=====================================
ChangeLog.txt deleted
=====================================
@@ -1,56 +0,0 @@
-2012-12-14 Martin C. Frith <Martin C. Frith>
-
- * README.txt, paraclu-cut.sh:
- ! New version of paraclu-cut: use its -s option to get the old
- behaviour
- [c1086ad752b4] [tip]
-
-2012-09-03 Martin C. Frith <Martin C. Frith>
-
- * README.txt:
- Clarified the minValue parameter in the README
- [77214c740db7]
-
-2012-08-09 Martin C. Frith <Martin C. Frith>
-
- * README.txt:
- Made the README convertible to a manpage by pandoc (thanks: Charles
- Plessy)
- [27f84a76abc0]
-
-2012-08-08 Martin C. Frith <Martin C. Frith>
-
- * Makefile:
- Generalized the Makefile a bit
- [77cfa417a78a]
-
-2011-11-02 Martin C. Frith <Martin C. Frith>
-
- * Makefile:
- Made the Makefile more flexible (thanks: Charles Plessy)
- [4e9b8fb9d6b0]
-
-2011-08-16 Martin C. Frith <Martin C. Frith>
-
- * README.txt, paraclu.cc:
- Try to make the C++ strictly correct and portable
- [cf2ffcee14a7]
-
- * ctss-merge.sh:
- Removed a too-specialized script
- [efcdfe3977b0]
-
- * COPYING.txt, Makefile, README.txt, paraclu-cut.sh:
- Modified the package for public distribution
- [1d012dc9bd10]
-
-2011-02-08 Martin C. Frith <Martin C. Frith>
-
- * README.txt:
- Simplified the README
- [4f75340f8a78]
-
- * Makefile, README.txt, ctss-merge.sh, paraclu-cut.sh, paraclu.cc:
- Start using version control
- [55b4fd7f6316]
-
=====================================
Makefile
=====================================
@@ -1,22 +1,12 @@
-CXX = g++
-CXXFLAGS = -Wall -W -O3
+CXXFLAGS = -Wall -O3
all: paraclu
paraclu: paraclu.cc Makefile
$(CXX) $(CPPFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@ paraclu.cc
-clean: FORCE
+clean:
rm -f paraclu
-log: FORCE
- hg log --style changelog > ChangeLog.txt
-
-distdir = paraclu-`hg id -n`
-
-dist: log
- mkdir ${distdir}
- cp *.cc *.sh *.txt Makefile ${distdir}
- zip -qrm ${distdir} ${distdir}
-
-FORCE:
+tag:
+ git tag -m "" `git rev-list HEAD^ | grep -c .`
=====================================
README.txt
=====================================
@@ -137,9 +137,3 @@ If you use paraclu in your research, please cite:
"A code for transcription initiation in mammalian genomes"
MC Frith, E Valen, A Krogh, Y Hayashizaki, P Carninci, A Sandelin
Genome Research 2008 18(1):1-12.
-
-CONTACT
-=======
-
-Website: http://www.cbrc.jp/paraclu/
-E-mail: paraclu (ATmark) cbrc (dot) jp
=====================================
paraclu_sketch.png
=====================================
Binary files /dev/null and b/paraclu_sketch.png differ
View it on GitLab: https://salsa.debian.org/med-team/paraclu/-/commit/a3528ceabfcc774bbf3099a9e4375126204cb241
--
View it on GitLab: https://salsa.debian.org/med-team/paraclu/-/commit/a3528ceabfcc774bbf3099a9e4375126204cb241
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20210604/463685a2/attachment-0001.htm>
More information about the debian-med-commit
mailing list