diff options
author | Pali Rohár <pali.rohar@gmail.com> | 2014-12-13 20:49:24 +0100 |
---|---|---|
committer | Pali Rohár <pali.rohar@gmail.com> | 2014-12-13 20:49:24 +0100 |
commit | 7d07f81ec679ceaf183a16f5b5e4e77679fce8ab (patch) | |
tree | 4273fb76461611d85ed140f9e111899034132240 /debian/control | |
parent | 55bed7e8cd05b05f96503d81f04fb18a202ae785 (diff) | |
download | 0xFFFF-7d07f81ec679ceaf183a16f5b5e4e77679fce8ab.tar.bz2 |
debian: Import debian packaging
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..a6c744b --- /dev/null +++ b/debian/control @@ -0,0 +1,31 @@ +Source: 0xffff +Section: misc +Priority: extra +Maintainer: Sebastian Reichel <sre@debian.org> +Standards-Version: 3.9.5 +Build-Depends: debhelper (>= 9), + libusb-dev +Homepage: http://gitorious.org/0xffff/ +Vcs-Git: git://anonscm.debian.org/pkg-n900/0xffff.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-n900/0xffff.git;a=summary + +Package: 0xffff +Architecture: any +Multi-Arch: foreign +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: Open Free Fiasco Firmware Flasher + The ‘Open Free Fiasco Firmware Flasher’ aka 0xFFFF utility implements + a free userspace handler for the NOLO bootloader and extended features + for flashing, dumping and getting information for the Nokia Internet + Tablets. Thus it's a free alternative to Nokia's closed source flashing + utility called flasher. + . + Supported operations currently include, but are not limited to: + * generating and unpacking FIASCO images on local device + * editing Maemo firmware packages + * flashing any kind image type to Maemo devices via USB + * "cold" flashing for devices with bricked bootloaders + * direct kernel boot without flashing it to NAND + * changing configuration of Maemo device (R&D flags, HW revision strings, ...) + . + Currently supported are the Nokia 770, N800, N810, N810w and the N900. |