[Debian-eeepc-devel] [SCM] rt2860 source for the ralink wireless chip in the eeepc 901. branch, master, updated. da6a747a1d541e49262ae0fef777a69c98517724

Glenn Saberton gsaberton at foomagic.org
Sat Aug 23 07:34:41 UTC 2008


The following commit has been merged in the master branch:
commit da6a747a1d541e49262ae0fef777a69c98517724
Author: Glenn Saberton <gsaberton at foomagic.org>
Date:   Sat Aug 23 15:33:16 2008 +0800

    Fix various debian related files.

diff --git a/rt2860-1.7.0.0/debian/changelog b/rt2860-1.7.0.0/debian/changelog
index 104482f..39643af 100644
--- a/rt2860-1.7.0.0/debian/changelog
+++ b/rt2860-1.7.0.0/debian/changelog
@@ -1,6 +1,6 @@
 rt2860 (1.7.0.0-1) unstable; urgency=low
 
-  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+  * Initial release
 
  -- Glenn Saberton <gsaberton at foomagic.org>  Sat, 23 Aug 2008 14:43:38 +0800
 
diff --git a/rt2860-1.7.0.0/debian/control b/rt2860-1.7.0.0/debian/control
index b1e3160..7e590ac 100644
--- a/rt2860-1.7.0.0/debian/control
+++ b/rt2860-1.7.0.0/debian/control
@@ -2,9 +2,8 @@ Source: rt2860
 Section: unknown
 Priority: extra
 Maintainer: Glenn Saberton <gsaberton at foomagic.org>
-Build-Depends: debhelper (>= 7), bzip2
-Standards-Version: 3.7.3
-Homepage: <insert the upstream URL, if relevant>
+Build-Depends: debhelper (>= 7), bzip2, quilt
+Standards-Version: 3.8.0
 
 Package: rt2860-source
 Architecture: all
@@ -12,5 +11,4 @@ Depends: module-assistant, debhelper (>= 7), make, bzip2
 Suggests: kernel-package
 Description: Source for the rt2860 driver.
  This package provides the source code for the rt2860 kernel modules.
- The rt2860 package is also required in order to make use of these
- modules. Kernel source or headers are required to compile these modules.
+ Kernel source or headers are required to compile these modules.
diff --git a/rt2860-1.7.0.0/debian/control.modules.in b/rt2860-1.7.0.0/debian/control.modules.in
index ae46a32..3440904 100644
--- a/rt2860-1.7.0.0/debian/control.modules.in
+++ b/rt2860-1.7.0.0/debian/control.modules.in
@@ -3,14 +3,14 @@ Section: unknown
 Priority: optional
 Maintainer: Glenn Saberton <gsaberton at foomagic.org>
 Build-Depends: debhelper (>= 7)
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 
 Package: rt2860-modules-_KVERS_
 Architecture: any
 Provides: rt2860-modules
 Description: rt2860 modules for Linux (kernel _KVERS_).
  This package contains the set of loadable kernel modules for the
- <description>.
+ rt2860 wireless chip.
  .
  This package contains the compiled kernel modules for _KVERS_
  .
diff --git a/rt2860-1.7.0.0/debian/copyright b/rt2860-1.7.0.0/debian/copyright
index 2d9f3df..fd044e0 100644
--- a/rt2860-1.7.0.0/debian/copyright
+++ b/rt2860-1.7.0.0/debian/copyright
@@ -1,18 +1,12 @@
 This package was debianized by Glenn Saberton <gsaberton at foomagic.org> on
 Sat, 23 Aug 2008 14:43:38 +0800.
 
-It was downloaded from <url://example.com>
-
-Upstream Author(s):
-
-    <put author's name and email here>
-    <likewise for another author>
-
-Copyright:
-
-    <Copyright (C) YYYY Name OfAuthor>
-    <likewise for another author>
+It was downloaded from http://www.ralink.com
 
+Upstream Author(s): Ralink Tech Inc.
+    
+Copyright: Copyright (c) 2002-2007 Ralink Technology Inc.
+    
 License:
 
     This package is free software; you can redistribute it and/or modify
@@ -36,5 +30,3 @@ The Debian packaging is (C) 2008, Glenn Saberton <gsaberton at foomagic.org> and
 is licensed under the GPL, see above.
 
 
-# Please also look if there are files or directories which have a
-# different copyright/license attached and list them here.
diff --git a/rt2860-1.7.0.0/debian/dirs b/rt2860-1.7.0.0/debian/dirs
deleted file mode 100644
index ca882bb..0000000
--- a/rt2860-1.7.0.0/debian/dirs
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/bin
-usr/sbin
diff --git a/rt2860-1.7.0.0/debian/rules b/rt2860-1.7.0.0/debian/rules
index 85d7174..3e4e72e 100755
--- a/rt2860-1.7.0.0/debian/rules
+++ b/rt2860-1.7.0.0/debian/rules
@@ -31,10 +31,10 @@ install-stamp:
 	
 	find . -path ./debian/\* -type d -prune -o -printf "%P\n" | \
 		egrep -v 'debian|contrib|regression|.svn' | \
-		cpio -admp debian/tmp/modules/madwifi-eeepc/
+		cpio -admp debian/tmp/modules/rt2860/
 	
 	mkdir -p debian/rt2860-source/usr/src/
-	tar jcf debian/rt2860-source/usr/src/madwifi-eeepc.tar.bz2 \
+	tar jcf debian/rt2860-source/usr/src/rt2860.tar.bz2 \
 		-C debian/tmp modules
 	
 	touch $@
diff --git a/rt2860-1.7.0.0/debian/rules.modules b/rt2860-1.7.0.0/debian/rules.modules
index a0420f7..19c53f8 100644
--- a/rt2860-1.7.0.0/debian/rules.modules
+++ b/rt2860-1.7.0.0/debian/rules.modules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-PACKAGE := madwifi-eeepc-modules
+PACKAGE := rt2860-modules
 MA_DIR ?= /usr/share/modass
 -include $(MA_DIR)/include/generic.make
 -include $(MA_DIR)/include/common-rules.make

-- 
rt2860 source for the ralink wireless chip in the eeepc 901.



More information about the Debian-eeepc-devel mailing list