Commit b5c2882a authored by Andreas Tille's avatar Andreas Tille
Browse files

Mass commit changes for 2.1.2+20171110-1

parent 6080b3ce
Loading
Loading
Loading
Loading
+7 −4
Original line number Diff line number Diff line
libhmsbeagle (2.1.2+20170609-1) UNRELEASED; urgency=medium
libhmsbeagle (2.1.2+20171110-1) unstable; urgency=medium

  * New upstream version
  * debhelper 10
  * Standards-Version: 4.0.0 (no changes needed)
  * debhelper 11
  * Standards-Version: 4.1.3 (no changes needed)
  * Drop Build-Depends: libpoclu-dev
    Closes: #891172
  * hardening=+all

 -- Andreas Tille <tille@debian.org>  Sat, 24 Jun 2017 12:52:17 +0200
 -- Andreas Tille <tille@debian.org>  Fri, 23 Feb 2018 09:08:56 +0100

libhmsbeagle (2.1.2+20160831-5) unstable; urgency=medium

+1 −1
Original line number Diff line number Diff line
10
11
+2 −5
Original line number Diff line number Diff line
@@ -4,9 +4,7 @@ Uploaders: Tim Booth <tbooth@ceh.ac.uk>,
           Andreas Tille <tille@debian.org>
Section: libs
Priority: optional
Build-Depends: debhelper (>= 10),
               autotools-dev,
               dh-autoreconf,
Build-Depends: debhelper (>= 11~),
               doxygen,
               graphviz,
               javahelper,
@@ -14,11 +12,10 @@ Build-Depends: debhelper (>= 10),
               ant,
               dh-linktree,
               libjs-jquery,
               libpoclu-dev [amd64],
               ocl-icd-opencl-dev | opencl-dev,
               pocl-opencl-icd [amd64] | opencl-icd [amd64],
               clinfo
Standards-Version: 4.0.0
Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/libhmsbeagle.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/libhmsbeagle.git
Homepage: https://github.com/beagle-dev/beagle-lib
+2 −2
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1

export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

include /usr/share/dpkg/default.mk

@@ -15,7 +15,7 @@ BUILDGNUTYPE := $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
BUILDARCH := $(shell dpkg-architecture -qDEB_BUILD_ARCH)

%:
	dh $@ --with autoreconf --with javahelper
	dh $@ --with javahelper

override_dh_auto_configure:
	./autogen.sh