summaryrefslogtreecommitdiff
path: root/debian/README.Debian
diff options
context:
space:
mode:
authorThomas Jarosch <tomj@simonv.com>2011-02-08 22:09:36 +0000
committerThomas Jarosch <tomj@simonv.com>2011-02-08 22:09:36 +0000
commit06023f311003ba5b357c1132895afc829dff43d4 (patch)
tree5969a79ed4fb9356a4194af9661bb1b94875b00f /debian/README.Debian
parenteaeff26349b6cbceb435f58421e10133c45cbfa5 (diff)
downloadrockbox-06023f311003ba5b357c1132895afc829dff43d4.tar.gz
rockbox-06023f311003ba5b357c1132895afc829dff43d4.zip
debian directory needed to build maemo packages
The build rules in the debain directoy are currently maemo specific and won't build on debian. Later on we could add automatic distribution detection and switch the build rules based on that if someone wants to build a generic RaaA package for debian. Maemo binary packages get build like this (in scratchbox): dpkg-buildpackage -rfakeroot -sa git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29256 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'debian/README.Debian')
-rw-r--r--debian/README.Debian11
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000000..90e9379198
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,11 @@
1rockbox 3.7.x for Maemo
2--------------------------
3
4Rockbox for maemo technial preview release.
5
6Known issues:
7- Application exit is only possible with CTRL+BACKSPACE
8
9- Last.FM scrobbler log file is not working
10 Possible cause: We don't call clean_shutdown() / system_flush()
11 so the scrobbler log file never gets written to disk