Skip to content

Commit 0824b62

Browse files
committed
Release v1.4
1 parent 9263de5 commit 0824b62

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([pandaseq-sam], [1.3], [andre@masella.name])
1+
AC_INIT([pandaseq-sam], [1.4], [andre@masella.name])
22
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
33
AC_CONFIG_MACRO_DIR([m4])
44
AC_CONFIG_HEADERS(config.h)
@@ -17,7 +17,7 @@ else
1717
fi
1818
AM_CONDITIONAL([PTHREAD], [test x$acx_pthread_ok = xyes])
1919

20-
PKG_CHECK_MODULES(PANDASEQ, [ pandaseq-2 >= 2.8 ])
20+
PKG_CHECK_MODULES(PANDASEQ, [ pandaseq-2 >= 2.10 ])
2121
PKG_CHECK_MODULES(HTS, [ htslib ], [], [
2222
ORIGINAL_CFLAGS="$CPPFLAGS"
2323
ORIGINAL_LIBS="$LIBS"

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
pandaseq-sam (1.4~ppa0) trusty; urgency=medium
2+
3+
* Fixed buffer overrun in parsing
4+
5+
-- Andre Masella <andre@masella.name> Wed, 29 Jun 2016 06:54:38 -0400
6+
17
pandaseq-sam (1.3~ppa0) precise; urgency=medium
28

39
* Ensure that the read pairs have at least one reversed sequence and change

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Source: pandaseq-sam
22
Section: science
33
Maintainer: Andre Masella <andre@masella.name>
4-
Build-Depends: debhelper (>= 7.0.50~), autotools-dev, libhts-dev, pandaseq-dev (>= 2.5~), libtool, pkg-config
4+
Build-Depends: debhelper (>= 7.0.50~), autotools-dev, libhts-dev, pandaseq-dev (>= 2.10~), libtool, pkg-config
55
Priority: extra
66
Standards-Version: 3.9.1
77
Homepage: http://github.com/neufeld/pandaseq-sam

0 commit comments

Comments
 (0)