1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-01 10:15:19 +02:00

[flash tool] fix the depends

This commit is contained in:
xiangfu 2009-06-24 02:28:25 +00:00
parent cc128ff127
commit 3b4f0cd52a
2 changed files with 5 additions and 2 deletions

View File

@ -2,12 +2,12 @@ Source: inflash
Section: misc
Priority: extra
Maintainer: Xiangfu Liu <xiangfu.z@gmail.com>
Build-Depends: debhelper (>= 7), libusb (>= 0.1.4), libconfuse
Build-Depends: debhelper (>= 7), libusb-dev, libconfuse-dev
Standards-Version: 3.8.0
Homepage: http://code.google.com/p/pi-project/
Package: inflash
Architecture: any
Depends: ${shlibs:Depends}
Depends: ${shlibs:Depends}, libusb, libconfuse
Description: host tool for Ingenic CPU device usb boot.
inflash is a host tool for Ingenic CPU device usb boot.
it's can flash bootloader, kernel, rootfs to Ingenic CPU

3
flash-tool/debian/dirs Normal file
View File

@ -0,0 +1,3 @@
usr/bin
usr/share/inflash
usr/man/man1