Author: dnusinow Date: 2005-07-21 22:41:05 -0500 (Thu, 21 Jul 2005) New Revision: 392
Modified: trunk/debian/changelog trunk/debian/rules Log: - Re-enable failure on manifest check fail Modified: trunk/debian/changelog =================================================================== --- trunk/debian/changelog 2005-07-22 03:13:02 UTC (rev 391) +++ trunk/debian/changelog 2005-07-22 03:41:05 UTC (rev 392) @@ -5,6 +5,7 @@ Closes: #319298 - Switch from dbs to quilt based on Eugene Konev's work - Document how to use the system in debian/README + - Re-enable failure on manifest check fail Changes by Eugene Konev: - Do not impose selinux on the whole world out there: move selinux Modified: trunk/debian/rules =================================================================== --- trunk/debian/rules 2005-07-22 03:13:02 UTC (rev 391) +++ trunk/debian/rules 2005-07-22 03:41:05 UTC (rev 392) @@ -418,9 +418,11 @@ echo 'MANIFEST.$(ARCH) file.' >&2; \ else \ echo 'MANIFEST check failed; please see debian/README' >&2; \ + exit 1; \ fi; \ ;; \ *) echo "diff reported unexpected exit status $$DIFFSTATUS when performing MANIFEST check" >&2; \ + exit 1; \ ;; \ esac; \ fi; \ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]