tags 466373 + patch usertag 466373 + proposed-patch thanks Simply updating the liblzo-dev build-dependency to liblzo2-dev seems to solve the problem without any further adjustments needed. To generate a proper clean diff on rebuilds, Makefile.dep and dact.conf needs to be removed when cleaning.
-- Regards, Andreas Henriksson
diff -Nru dact-0.8.41/debian/changelog dact-0.8.41/debian/changelog --- dact-0.8.41/debian/changelog 2008-06-23 20:49:36.000000000 +0000 +++ dact-0.8.41/debian/changelog 2008-06-23 20:49:36.000000000 +0000 @@ -1,3 +1,11 @@ +dact (0.8.41-4.1) unstable; urgency=low + + * Non-maintainer upload. + * Switch build-dependcy from liblzo-dev to liblzo2-dev. (Closes: #466373) + * Remove Makefile.dep and dact.conf on clean. + + -- Andreas Henriksson <[EMAIL PROTECTED]> Mon, 23 Jun 2008 20:36:28 +0000 + dact (0.8.41-4) unstable; urgency=low * Bump Standards-Version: 3.7.3. diff -Nru dact-0.8.41/debian/control dact-0.8.41/debian/control --- dact-0.8.41/debian/control 2008-06-23 20:49:36.000000000 +0000 +++ dact-0.8.41/debian/control 2008-06-23 20:49:36.000000000 +0000 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Jose Carlos Medeiros <[EMAIL PROTECTED]> Uploaders: Ola Lundqvist <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 5.0.0), zlib1g-dev, libbz2-dev, libmcrypt-dev, liblzo-dev, dpatch +Build-Depends: debhelper (>= 5.0.0), zlib1g-dev, libbz2-dev, libmcrypt-dev, liblzo2-dev, dpatch Standards-Version: 3.7.3 Homepage: http://www.rkeene.org/oss/dact/ diff -Nru dact-0.8.41/debian/rules dact-0.8.41/debian/rules --- dact-0.8.41/debian/rules 2008-06-23 20:49:36.000000000 +0000 +++ dact-0.8.41/debian/rules 2008-06-23 20:49:36.000000000 +0000 @@ -32,6 +32,7 @@ [ ! -f Makefile ] || $(MAKE) distclean dh_clean + rm -f Makefile.dep dact.conf install: build dh_testdir