mirror of
git://projects.qi-hardware.com/fped.git
synced 2024-11-18 06:59:43 +02:00
update to r5997
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
This commit is contained in:
parent
4a68274e67
commit
ceaa519ccb
10
debian/changelog
vendored
10
debian/changelog
vendored
@ -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
2
debian/rules
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user