mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2025-04-21 12:27:27 +03:00
cleanup
add build dependenices Signed-off-by: Xiangfu Liu <xiangfu.z@gmail.com>
This commit is contained in:
@@ -2,4 +2,4 @@ xburst-tools (0.0+200906-1) unstable; urgency=low
|
||||
|
||||
* Initial release (Closes: #535429).
|
||||
|
||||
-- Xiangfu Liu <xiangfu.z@gmail.com> Tue, 30 Jun 2009 14:28:36 +0800
|
||||
-- Xiangfu Liu <xiangfu@qi-hardware.com> Tue, 30 Jun 2009 14:28:36 +0800
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
Source: xburst-tools
|
||||
Section: misc
|
||||
Priority: extra
|
||||
Maintainer: Xiangfu Liu <xiangfu.z@gmail.com>
|
||||
Build-Depends: debhelper (>= 7), libusb-dev, libconfuse-dev
|
||||
Maintainer: Xiangfu Liu <xiangfu@qi-hardware.com>
|
||||
Build-Depends: debhelper (>= 7), pkg-config, autoconf, automake, libusb-dev
|
||||
Standards-Version: 3.8.2
|
||||
Homepage: http://github.com/xiangfu/xburst-tools
|
||||
|
||||
Package: xburst-tools
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libusb, libconfuse
|
||||
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
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
This package was debianized by Xiangfu Liu<xiangfu.z@gmail.com> on
|
||||
This package was debianized by Xiangfu Liu<xiangfu@qi-hardware.com> on
|
||||
Mon, 22 Jun 2009 22:48:14 +0800.
|
||||
|
||||
It was downloaded from <http://github.com/xiangfu/xburst-tools>
|
||||
|
||||
Upstream Author: Xiangfu Liu <xiangfu.z@gmail.com>
|
||||
Upstream Author: Xiangfu Liu <xiangfu@qi-hardware.com>
|
||||
|
||||
|
||||
The Debian packaging is copyright 2009, xiangfu <xiangfu.z@gmail.com> and
|
||||
The Debian packaging is copyright 2009, xiangfu <xiangfu@qi-hardware.com> and
|
||||
is licensed under the GPL, see `/usr/share/common-licenses/GPL-3'.
|
||||
|
||||
You are free to distribute this software under the terms of
|
||||
|
||||
@@ -52,6 +52,11 @@ clean:
|
||||
dh_testroot
|
||||
rm -f build-stamp
|
||||
|
||||
rm -f debian/stamp-autothings-update
|
||||
@# Delete generated files, we don't want them in the diff.
|
||||
rm -f aclocal.m4 config.h.in configure Makefile.in m4/install-sh
|
||||
rm -f m4/missing m4/depcomp src/Makefile.in src/xburst-tools_version.h
|
||||
|
||||
# Add here commands to clean up after the build process.
|
||||
[ ! -f Makefile ] || $(MAKE) distclean
|
||||
rm -f config.sub config.guess
|
||||
|
||||
Reference in New Issue
Block a user