r68 - tarballs unstable unstable/rt73-firmware unstable/rt73-firmware/debian
benh at alioth.debian.org
benh at alioth.debian.org
Fri Nov 2 00:56:27 UTC 2007
Author: benh
Date: 2007-11-02 00:56:27 +0000 (Fri, 02 Nov 2007)
New Revision: 68
Added:
tarballs/rt73-firmware_1.8.orig.tar.gz
unstable/rt73-firmware/
unstable/rt73-firmware/debian/
unstable/rt73-firmware/debian/changelog
unstable/rt73-firmware/debian/compat
unstable/rt73-firmware/debian/control
unstable/rt73-firmware/debian/copyright
unstable/rt73-firmware/debian/rules
Log:
Added rt73-firmware package.
Added: tarballs/rt73-firmware_1.8.orig.tar.gz
===================================================================
(Binary files differ)
Property changes on: tarballs/rt73-firmware_1.8.orig.tar.gz
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Property changes on: unstable/rt73-firmware
___________________________________________________________________
Name: mergeWithUpstream
+
Added: unstable/rt73-firmware/debian/changelog
===================================================================
--- unstable/rt73-firmware/debian/changelog (rev 0)
+++ unstable/rt73-firmware/debian/changelog 2007-11-02 00:56:27 UTC (rev 68)
@@ -0,0 +1,5 @@
+rt73-firmware (1.8-1) unstable; urgency=low
+
+ * Initial release (closes: bug#448980)
+
+ -- Ben Hutchings <ben at decadent.org.uk> Fri, 02 Nov 2007 00:28:02 +0000
Added: unstable/rt73-firmware/debian/compat
===================================================================
--- unstable/rt73-firmware/debian/compat (rev 0)
+++ unstable/rt73-firmware/debian/compat 2007-11-02 00:56:27 UTC (rev 68)
@@ -0,0 +1 @@
+5
Added: unstable/rt73-firmware/debian/control
===================================================================
--- unstable/rt73-firmware/debian/control (rev 0)
+++ unstable/rt73-firmware/debian/control 2007-11-02 00:56:27 UTC (rev 68)
@@ -0,0 +1,13 @@
+Source: rt73-firmware
+Section: non-free/net
+Priority: extra
+Maintainer: Ben Hutchings <Ben Hutchings <ben at decadent.org.uk>>
+Build-Depends: debhelper (>= 5)
+Standards-Version: 3.7.2
+
+Package: rt73-firmware
+Architecture: all
+Depends:
+Description: firmware for use with rt73 and rt73usb drivers
+ This is firmware for the Ralink RT2571W (RT2573) and RT2671 wireless
+ network controllers handled by the rt73 and rt73usb drivers.
Added: unstable/rt73-firmware/debian/copyright
===================================================================
--- unstable/rt73-firmware/debian/copyright (rev 0)
+++ unstable/rt73-firmware/debian/copyright 2007-11-02 00:56:27 UTC (rev 68)
@@ -0,0 +1,45 @@
+This package was debianized by Ben Hutchings <ben at decadent.org.uk> on
+Fri, 02 Nov 2007 00:28:02 +0000.
+
+It was downloaded from
+<http://www.ralinktech.com/ralink/Home/Support/Linux.html>.
+
+Copyright (c) 2007, Ralink Technology Corporation
+All rights reserved.
+
+Redistribution. Redistribution and use in binary form, without
+modification, are permitted provided that the following conditions are
+met:
+
+* Redistributions must reproduce the above copyright notice and the
+ following disclaimer in the documentation and/or other materials
+ provided with the distribution.
+* Neither the name of Ralink Technology Corporation nor the names of its
+ suppliers may be used to endorse or promote products derived from this
+ software without specific prior written permission.
+* No reverse engineering, decompilation, or disassembly of this software
+ is permitted.
+
+Limited patent license. Ralink Technology Corporation grants a world-wide,
+royalty-free, non-exclusive license under patents it now or hereafter
+owns or controls to make, have made, use, import, offer to sell and
+sell ("Utilize") this software, but solely to the extent that any
+such patent is necessary to Utilize the software alone, or in
+combination with an operating system licensed under an approved Open
+Source license as listed by the Open Source Initiative at
+http://opensource.org/licenses. The patent license shall not apply to
+any other combinations which include this software. No hardware per
+se is licensed hereunder.
+
+DISCLAIMER. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
+CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
+BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
+FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
+COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
+OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
+TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
+USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
+DAMAGE.
Added: unstable/rt73-firmware/debian/rules
===================================================================
--- unstable/rt73-firmware/debian/rules (rev 0)
+++ unstable/rt73-firmware/debian/rules 2007-11-02 00:56:27 UTC (rev 68)
@@ -0,0 +1,25 @@
+#!/usr/bin/make -f
+
+build:
+
+clean:
+
+binary-indep:
+ dh_testdir
+ dh_testroot
+ mkdir -p debian/rt73-firmware/lib/firmware
+ cp rt73.bin debian/rt73-firmware/lib/firmware/
+ dh_installchangelogs
+ dh_installdocs
+ dh_compress
+ dh_fixperms
+ dh_installdeb
+ dh_shlibdeps
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary-arch:
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary
Property changes on: unstable/rt73-firmware/debian/rules
___________________________________________________________________
Name: svn:executable
+ *
More information about the Pkg-ralink-commits
mailing list