r106 - / unstable/rt73/debian
dexter at alioth.debian.org
dexter at alioth.debian.org
Thu Nov 29 15:00:04 UTC 2007
Author: dexter
Date: 2007-11-29 15:00:03 +0000 (Thu, 29 Nov 2007)
New Revision: 106
Modified:
/
unstable/rt73/debian/README.modules
unstable/rt73/debian/changelog
unstable/rt73/debian/modules.packages
unstable/rt73/debian/packages
Log:
* Fixed postinst script.
* Recommends: firmware-rt73.
* Minor typos.
Property changes on:
___________________________________________________________________
Name: svk:merge
- a768dc91-4809-499b-a2f1-8fca22b1f4b0:/local:82
bea672ba-e00a-4fc0-a772-acead0b0dd41:/local:114
+ a768dc91-4809-499b-a2f1-8fca22b1f4b0:/local:116
bea672ba-e00a-4fc0-a772-acead0b0dd41:/local:114
Modified: unstable/rt73/debian/README.modules
===================================================================
--- unstable/rt73/debian/README.modules 2007-11-27 00:26:24 UTC (rev 105)
+++ unstable/rt73/debian/README.modules 2007-11-29 15:00:03 UTC (rev 106)
@@ -52,13 +52,11 @@
symlinked as /lib/firmware/rt73.bin. The symlink will be created only if
/usr/firmware/rt73.bin file does not exist.
-Be careful! The driver can hang up and generate kernel OOPS if the firmware
-can not be loaded!
+The firmware also can be installed from firmware-rt73 package.
4. Known problems
=================
* The rt73 driver does not work with NetworkManager.
-* The driver generates kernel OOPS if the firmware is missing.
* The iwconfig tool does not work if interface is down.
Modified: unstable/rt73/debian/changelog
===================================================================
--- unstable/rt73/debian/changelog 2007-11-27 00:26:24 UTC (rev 105)
+++ unstable/rt73/debian/changelog 2007-11-29 15:00:03 UTC (rev 106)
@@ -1,3 +1,10 @@
+rt73 (1:1.0.3.6-cvs20071123-dfsg1-3) unstable; urgency=low
+
+ * Fixed postinst script.
+ * Recommends: firmware-rt73.
+
+ -- Piotr Roszatycki <dexter at debian.org> Thu, 29 Nov 2007 15:31:22 +0100
+
rt73 (1:1.0.3.6-cvs20071123-dfsg1-2) unstable; urgency=low
[ Piotr Roszatycki ]
Modified: unstable/rt73/debian/modules.packages
===================================================================
--- unstable/rt73/debian/modules.packages 2007-11-27 00:26:24 UTC (rev 105)
+++ unstable/rt73/debian/modules.packages 2007-11-29 15:00:03 UTC (rev 106)
@@ -15,7 +15,7 @@
Vcs-Svn: svn://svn.debian.org/pkg-ralink/unstable/rt73/trunk
%endif
Description: RT73(RT2571W) Wireless Lan Linux Driver - kernel module sources
- This is a linux device driver for Ralink RT73 a/b/g WLAN Card.
+ This is a Linux device driver for Ralink RT73 a/b/g WLAN Card.
Copyright: GPL
RT2x00 SourceForge Project - http://rt2x00.serialmonkey.com
.
@@ -39,6 +39,7 @@
Package: rt73-modules-%{KVERS}
Architecture: any
Depends: rt73-common
+Recommends: firmware-rt73
%if %{KDREV}
Recommends: linux-image-%{KVERS} (= %{KDREV})
%else
@@ -58,9 +59,6 @@
-as rt73.$MODEXT rt73.ko
yada install -doc -as README.Debian debian/README
Postinst: sh
- if [ "`uname -r`" = "%{KVERS}" ]; then
- /sbin/depmod -a
- fi
if [ "$1" = "configure" ]; then
if [ -e /boot/System.map-%{KVERS} ]; then
depmod -a -F /boot/System.map-%{KVERS} %{KVERS} || true
Modified: unstable/rt73/debian/packages
===================================================================
--- unstable/rt73/debian/packages 2007-11-27 00:26:24 UTC (rev 105)
+++ unstable/rt73/debian/packages 2007-11-29 15:00:03 UTC (rev 106)
@@ -24,7 +24,7 @@
* Patch 002_fix_probe_crash.diff fixes crash in case of device probe
failure.
Description: RT73(RT2571W) Wireless Lan Linux Driver - kernel module sources
- This is a linux device driver for Ralink RT73 a/b/g WLAN Card.
+ This is a Linux device driver for Ralink RT73 a/b/g WLAN Card.
Copyright: GPL
RT2x00 SourceForge Project - http://rt2x00.serialmonkey.com
.
@@ -71,8 +71,9 @@
Depends: yada
%endif
Recommends: rt73-common
+Recommends: firmware-rt73
Description: RT73(RT2571W) Wireless Lan Linux Driver - kernel module sources
- This package contains source to be used with the kernel-package tools.
+ This package contains source to be used with the kernel-package tools.
Install: sh
yada install -src rt73.tar.bz2
yada symlink -into /usr/share/modass/overrides -as rt73 /usr/share/modass/packages/default.sh
@@ -82,6 +83,7 @@
Package: rt73-common
Architecture: all
Depends: wget, unzip, []
+Recommends: firmware-rt73
Description: RT73(RT2571W) Wireless Lan Linux Driver - common files
This package contains the configuration file for the driver and
the update-rt73-firmware tool which downloads the firmware image file
More information about the Pkg-ralink-commits
mailing list