From 5177ee37fff136e3d1e5bc3ee939204e8fd74748 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 7 Nov 2015 16:27:52 +0100 Subject: Adding debian version 0.7-3. Signed-off-by: Daniel Baumann --- debian/changelog | 7 +++++++ debian/control | 2 +- debian/rules | 7 +++++++ 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 196737e..23c7b20 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +plzip (0.7-3) unstable; urgency=low + + * Disabling test target in rules on sparc (Closes: #608642). + * Making build-depends on liblz-dev unversioned. + + -- Daniel Baumann Fri, 14 Jan 2011 22:46:07 +0100 + plzip (0.7-2) unstable; urgency=low * Updating maintainer and uploaders fields. diff --git a/debian/control b/debian/control index ed9f014..783fb23 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: plzip Section: utils Priority: optional Maintainer: Daniel Baumann -Build-Depends: debhelper (>= 8), liblz-dev (>= 1.0), texinfo +Build-Depends: debhelper (>= 8), liblz-dev, texinfo Standards-Version: 3.9.1 Homepage: http://www.nongnu.org/lzip/plzip.html diff --git a/debian/rules b/debian/rules index 2497ef8..fee7030 100755 --- a/debian/rules +++ b/debian/rules @@ -1,8 +1,15 @@ #!/usr/bin/make -f +DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH) + %: dh ${@} +ifeq ($(DEB_BUILD_ARCH),sparc) +override_dh_auto_test: + # disabled, see #608642 for more information +endif + override_dh_auto_install: dh_auto_install -- DESTDIR=$(CURDIR)/debian/plzip -- cgit v1.2.3