This is an automated email from the git hooks/post-receive script. malex-guest pushed a commit to branch master in repository gmap.
commit 2c5c7afeab53af95352c8dc17f0fa4e6cdfbc13f Author: Alexandre Mestiashvili <[email protected]> Date: Thu Oct 15 14:40:52 2015 +0200 d/control: add zlib1g-dev and libbz2-dev to Build-Depends d/changelog: bump the version --- debian/changelog | 6 ++++++ debian/control | 6 +++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b8ee723..a2c1d5d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +gmap (2015-09-29-2) unstable; urgency=medium + + * Build with zlib and bzlib support ( adds --gunzip --bunzip2 options ) + + -- Alexandre Mestiashvili <[email protected]> Thu, 15 Oct 2015 14:39:07 +0200 + gmap (2015-09-29-1) unstable; urgency=medium * Imported Upstream version 2015-09-29 diff --git a/debian/control b/debian/control index 73d686b..801864e 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,11 @@ Uploaders: Shaun Jackman <[email protected]>, Section: non-free/science XS-Autobuild: no Priority: optional -Build-Depends: autotools-dev, debhelper (>= 9), help2man +Build-Depends: autotools-dev, + debhelper (>= 9), + help2man, + libbz2-dev, + zlib1g-dev Standards-Version: 3.9.6 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/gmap.git Vcs-Git: git://anonscm.debian.org/debian-med/gmap.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/gmap.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
