Add fxload3 utility needed for QHY cameras
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fxload (1.0) bionic; urgency=medium
|
||||
|
||||
* FX3 release.
|
||||
|
||||
-- Jasem Mutlaq <mutlaqja@ikarustech.com> Thu, 07 Jul 2022 20:00:00 +0300
|
||||
@@ -0,0 +1 @@
|
||||
10
|
||||
@@ -0,0 +1,19 @@
|
||||
Source: fxload
|
||||
Section: admin
|
||||
Priority: optional
|
||||
Maintainer: Ubuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
|
||||
XSBC-Original-Maintainer: Jasem Mutlaq <mutlaqja@ikarustech.com>
|
||||
Build-Depends: debhelper (>= 7), cdbs, cmake
|
||||
Standards-Version: 3.8.4
|
||||
|
||||
Package: fxload
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Conflicts: hotplug-utils
|
||||
Replaces: hotplug-utils
|
||||
Provides: hotplug-utils
|
||||
Enhances: hotplug
|
||||
Description: Firmware download to EZ-USB devices
|
||||
This program is conveniently able to download firmware into FX and FX2
|
||||
ez-usb devices. It is intended to be invoked by hotplug scripts when
|
||||
the unprogrammed device appears on the bus.
|
||||
@@ -0,0 +1,40 @@
|
||||
This package was debianized by Fumitoshi UKAI <ukai@debian.or.jp> on
|
||||
Tue, 30 Apr 2002 02:46:12 +0900.
|
||||
|
||||
It was downloaded from http://linux-hotplug.sourceforge.net/
|
||||
|
||||
Upstream Authors:
|
||||
Stephen Williams <steve@icarus.com>
|
||||
David Brownell <dbrownell@users.sourceforge.net>
|
||||
Roger Williams <rawqux@users.sourceforge.net>
|
||||
|
||||
Greg Kroah-Hartman
|
||||
Matthew Dharm
|
||||
Miles Lane
|
||||
Randy Dunlap
|
||||
|
||||
Copyright:
|
||||
Copyright (c) 2001 Stephen Williams (steve@icarus.com)
|
||||
Copyright (c) 2001-2002 David Brownell (dbrownell@users.sourceforge.net)
|
||||
Copyright (c) 2008 Roger Williams (rawqux@users.sourceforge.net)
|
||||
|
||||
License: GPL2+
|
||||
|
||||
This source code is free software; you can redistribute it
|
||||
and/or modify it in source code form under the terms of the GNU
|
||||
General Public License as published by the Free Software
|
||||
Foundation; either version 2 of the License, or (at your option)
|
||||
any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
|
||||
On Debian systems, a copy of the GNU General Public License may be found in
|
||||
/usr/share/common-licenses/GPL.
|
||||
|
||||
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
include /usr/share/cdbs/1/class/cmake.mk
|
||||
|
||||
DEB_DH_SHLIBDEPS_ARGS=-u--ignore-missing-info
|
||||
@@ -0,0 +1 @@
|
||||
3.0 (quilt)
|
||||
Reference in New Issue
Block a user