diff --git a/debian/changelog b/debian/changelog index 9439671..41b7a29 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +fped (0.0+r5997-1) lucid; urgency=low + + * Fix "FTBFS: tsort: cycle: ./Common: line 37: 2851 Aborted" + This was a "false error" - the regression test is supposed to cause + fped to abort, which it did, but the shell didn't print "Aborted" on + that(Debian on Renesas SH(sh4) CPU) platform (Closes: #606536). + * update the homepage to help webpage, not svn source code page. + + -- Xiangfu Liu Fri, 10 Dec 2010 15:51:58 +0800 + fped (0.0+r5986-1) unstable; urgency=low * Initial release (Closes: #599090). diff --git a/debian/rules b/debian/rules index ff1ba3c..4d8783c 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,7 @@ export PREFIX=/usr -REV=5986 +REV=5997 debiandir_SQ = $(subst ','\'',$(dir $(lastword $(MAKEFILE_LIST)))) get-orig-source: REV='$(REV)' sh '$(debiandir_SQ)'get-orig-source.sh