Date: | 2010-12-10 08:45:10 (10 years 1 month ago) |
---|---|
Author: | Xiangfu Liu |
Commit: | ceaa519ccb1b6d400ff57c692a13f183f5f6af61 |
Message: | update to r5997 Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc> |
Files: |
debian/changelog (1 diff) debian/rules (1 diff) |
Change Details
debian/changelog | ||
---|---|---|
1 | fped (0.0+r5997-1) lucid; urgency=low | |
2 | ||
3 | * Fix "FTBFS: tsort: cycle: ./Common: line 37: 2851 Aborted" | |
4 | This was a "false error" - the regression test is supposed to cause | |
5 | fped to abort, which it did, but the shell didn't print "Aborted" on | |
6 | that(Debian on Renesas SH(sh4) CPU) platform (Closes: #606536). | |
7 | * update the homepage to help webpage, not svn source code page. | |
8 | ||
9 | -- Xiangfu Liu <xiangfu@sharism.cc> Fri, 10 Dec 2010 15:51:58 +0800 | |
10 | ||
1 | 11 | fped (0.0+r5986-1) unstable; urgency=low |
2 | 12 | |
3 | 13 | * Initial release (Closes: #599090). |
debian/rules | ||
---|---|---|
11 | 11 | |
12 | 12 | export PREFIX=/usr |
13 | 13 | |
14 | REV=5986 | |
14 | REV=5997 | |
15 | 15 | debiandir_SQ = $(subst ','\'',$(dir $(lastword $(MAKEFILE_LIST)))) |
16 | 16 | get-orig-source: |
17 | 17 | REV='$(REV)' sh '$(debiandir_SQ)'get-orig-source.sh |
Branches:
master