1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2025-04-21 12:27:27 +03:00

create debian branch only for make debian package.

[master] branch is for the source code develop
[debian] branch is for keep debian package code.

becuase other system like gentoo arch doesn't need the "debian/" folder.

Signed-off-by: Xiangfu Liu <xiangfu@openmobilefree.net>
Acked-by: Li Danbing <lidaobing@gmail.com>
This commit is contained in:
Xiangfu Liu
2010-08-03 23:50:56 +08:00
parent e9cd9a32f1
commit 71ed21efe5
16 changed files with 0 additions and 427 deletions

21
debian/control vendored
View File

@@ -1,21 +0,0 @@
Source: xburst-tools
Section: misc
Priority: extra
Maintainer: Xiangfu Liu <xiangfu@sharism.cc>
Build-Depends: debhelper (>= 7.4.10),
pkg-config, autoconf, automake,
libusb-dev, libconfuse-dev
Build-Conflicts: automake1.4
Standards-Version: 3.8.4
Vcs-Git: git://projects.qi-hardware.com/xburst-tools.git
Vcs-Browser: http://projects.qi-hardware.com/index.php/p/xburst-tools/source/changes/master/
Homepage: http://projects.qi-hardware.com/index.php/p/xburst-tools/
Package: xburst-tools
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: tools for Ingenic XBurst CPU USB boot and NAND flash access
xburst-tools contains tools for Ingenic XBurst CPU device booting.
It can flash bootloader, kernel, rootfs to Ingenic XBurst CPU
device NAND, and also has test functions for Ingenic XBurst CPU
devices.