1
0
mirror of git://projects.qi-hardware.com/fped.git synced 2024-09-30 11:03:14 +03:00

update to r5997

Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
This commit is contained in:
Xiangfu Liu 2010-12-10 15:45:10 +08:00
parent 4a68274e67
commit ceaa519ccb
2 changed files with 11 additions and 1 deletions

10
debian/changelog vendored
View File

@ -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 <xiangfu@sharism.cc> Fri, 10 Dec 2010 15:51:58 +0800
fped (0.0+r5986-1) unstable; urgency=low
* Initial release (Closes: #599090).

2
debian/rules vendored
View File

@ -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