This is an automated email from the git hooks/post-receive script. afif-guest pushed a commit to branch debian/jessie-backports in repository daligner.
commit 91665f64d5fbbc843dd2341a02977512c8a47bd4 Merge: b61eba6 47ddfce Author: Afif Elghraoui <[email protected]> Date: Thu Jan 14 21:05:16 2016 -0800 Merge branch 'master' into debian/jessie-backports DB.c | 198 +- DB.h | 50 +- HPCdaligner.c | 37 - HPCmapper.c | 60 +- LAcat.c | 41 +- LAcheck.c | 37 - LAdump.c | 478 +++++ LAindex.c | 201 ++ LAmerge.c | 108 +- LAshow.c | 66 +- LAsort.c | 84 +- LAsplit.c | 37 - LAupgrade.Dec.31.2014.c | 44 +- LICENSE | 34 + Makefile | 10 +- QV.c | 37 - QV.h | 37 - README | 110 +- align.c | 2075 ++++++++++++++++---- align.h | 72 +- daligner.c | 268 +-- debian/changelog | 10 + debian/control | 14 +- debian/copyright | 49 +- debian/{daligner-doc => man}/HPCdaligner.1.md | 0 debian/{daligner-doc => man}/HPCmapper.1.md | 0 debian/{daligner-doc => man}/LAcat.1.md | 0 debian/{daligner-doc => man}/LAcheck.1.md | 0 debian/man/LAdump.1.md | 52 + debian/man/LAindex.1.md | 27 + debian/{daligner-doc => man}/LAmerge.1.md | 0 debian/{daligner-doc => man}/LAshow.1.md | 0 debian/{daligner-doc => man}/LAsort.1.md | 0 debian/{daligner-doc => man}/LAsplit.1.md | 0 debian/{daligner-doc => man}/Makefile | 0 debian/{daligner-doc => man}/daligner.1.md | 0 debian/manpages | 2 +- debian/patches/cflags | 8 - debian/patches/cflags.patch | 12 + .../{destdir-install => destdir-install.patch} | 6 +- debian/patches/{lddflags => lddflags.patch} | 16 +- debian/patches/series | 6 +- debian/rules | 9 +- filter.c | 703 +++++-- filter.h | 42 +- 45 files changed, 3676 insertions(+), 1364 deletions(-) diff --cc debian/changelog index 60fe69e,51acc6d..89d5bbc --- a/debian/changelog +++ b/debian/changelog @@@ -1,9 -1,13 +1,19 @@@ + daligner (1.0+20151214-1) unstable; urgency=medium + + * New upstream revision (git2923450) + * Add manpages for new executables + * Stylistic consistency in packaging + * Refresh/adjust patches + * Suggest dazzdb + + -- Afif Elghraoui <[email protected]> Fri, 08 Jan 2016 22:55:34 -0800 + +daligner (1.0-1~bpo8+1) jessie-backports; urgency=medium + + * Rebuild for jessie-backports. + + -- Afif Elghraoui <[email protected]> Sun, 13 Sep 2015 11:53:41 -0700 + daligner (1.0-1) unstable; urgency=low * Initial release (Closes: #797352) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/daligner.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
