Author: frankie Date: 2006-10-25 14:34:27 +0000 (Wed, 25 Oct 2006) New Revision: 573
Modified: packages/e00compr/debian/changelog packages/e00compr/debian/compat packages/e00compr/debian/control packages/e00compr/debian/rules Log: Merging for -4 Modified: packages/e00compr/debian/changelog =================================================================== --- packages/e00compr/debian/changelog 2006-10-20 13:06:21 UTC (rev 572) +++ packages/e00compr/debian/changelog 2006-10-25 14:34:27 UTC (rev 573) @@ -1,10 +1,23 @@ -e00compr (1.0.0-3) unstable; urgency=low +e00compr (1.0.0-4) unstable; urgency=high - * Make the Homepage conform to the developers reference - * Fix the watch file so it works + Merged missed changes from svn by Paul Wise: - -- Paul Wise <[EMAIL PROTECTED]> Thu, 9 Feb 2006 21:41:04 +0800 + * Make the Homepage conform to the developers reference + * Fix the watch file so it works + -- Francesco Paolo Lovergine <[EMAIL PROTECTED]> Wed, 25 Oct 2006 16:33:52 +0200 + +e00compr (1.0.0-3) unstable; urgency=high + + * Tsk, missing dependency for binary-arch target causes autobuild failure. + (closes: #395001) + * Policy bumped to 3.7.2 (no changes) + * Pabs e-mail updated. + * debconf compat changed to 5 + * Added binary-indep target to have lintian happy + + -- Francesco Paolo Lovergine <[EMAIL PROTECTED]> Wed, 25 Oct 2006 16:11:30 +0200 + e00compr (1.0.0-2) unstable; urgency=low * Apply endianness fix from Francesco Paolo Lovergine (Closes: #339020) Modified: packages/e00compr/debian/compat =================================================================== --- packages/e00compr/debian/compat 2006-10-20 13:06:21 UTC (rev 572) +++ packages/e00compr/debian/compat 2006-10-25 14:34:27 UTC (rev 573) @@ -1 +1 @@ -4 +5 Modified: packages/e00compr/debian/control =================================================================== --- packages/e00compr/debian/control 2006-10-20 13:06:21 UTC (rev 572) +++ packages/e00compr/debian/control 2006-10-25 14:34:27 UTC (rev 573) @@ -2,9 +2,9 @@ Section: science Priority: optional Maintainer: Debian GIS Project <[email protected]> -Uploaders: Paul Wise <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4.0.0) -Standards-Version: 3.6.2 +Uploaders: Paul Wise <[EMAIL PROTECTED]>, Francesco Paolo Lovergine <[EMAIL PROTECTED]> +Build-Depends: debhelper (>= 5.0.0) +Standards-Version: 3.7.2 Package: e00compr Architecture: any Modified: packages/e00compr/debian/rules =================================================================== --- packages/e00compr/debian/rules 2006-10-20 13:06:21 UTC (rev 572) +++ packages/e00compr/debian/rules 2006-10-25 14:34:27 UTC (rev 573) @@ -28,7 +28,7 @@ dh_installdirs dh_install -binary-arch: +binary-arch: install dh_testdir dh_testroot dh_installchangelogs HISTORY.TXT @@ -46,5 +46,8 @@ dh_md5sums dh_builddeb -binary: install binary-arch -.PHONY: build clean binary-arch binary install +# do nothing +binary-indep: + +binary: binary-arch binary-indep +.PHONY: build clean binary-arch binary install binary-indep _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

