[Pkg-mol-commits] r94 - in mol/trunk/debian: . patches

Gaudenz Steinlin gaudenz at costa.debian.org
Fri Oct 6 17:05:56 UTC 2006


Author: gaudenz
Date: 2006-10-06 17:05:55 +0000 (Fri, 06 Oct 2006)
New Revision: 94

Removed:
   mol/trunk/debian/patches/0.9.71~pre9_ablk.dpatch
Modified:
   mol/trunk/debian/changelog
   mol/trunk/debian/patches/00list
Log:
  * new upstream release
    - remove 0.9.71~pre9_ablk patch included upstream



Modified: mol/trunk/debian/changelog
===================================================================
--- mol/trunk/debian/changelog	2006-10-06 14:44:49 UTC (rev 93)
+++ mol/trunk/debian/changelog	2006-10-06 17:05:55 UTC (rev 94)
@@ -1,10 +1,12 @@
-mol (0.9.71~pre9.dfsg-3) UNRELEASED; urgency=low
+mol (0.9.71.dfsg-1) UNRELEASED; urgency=low
 
   * NOT YET RELEASED
+  * new upstream release
+    - remove 0.9.71~pre9_ablk patch included upstream
   * compress mol-modules-source with bzip, linux-modules-extra-2.6 excepts
     bzip compressed tarfiles
 
- -- Gaudenz Steinlin <gaudenz at debian.org>  Fri,  6 Oct 2006 16:39:57 +0200
+ -- Gaudenz Steinlin <gaudenz at debian.org>  Fri,  6 Oct 2006 16:51:35 +0200
 
 mol (0.9.71~pre9.dfsg-2) unstable; urgency=low
 

Deleted: mol/trunk/debian/patches/0.9.71~pre9_ablk.dpatch
===================================================================
--- mol/trunk/debian/patches/0.9.71~pre9_ablk.dpatch	2006-10-06 14:44:49 UTC (rev 93)
+++ mol/trunk/debian/patches/0.9.71~pre9_ablk.dpatch	2006-10-06 17:05:55 UTC (rev 94)
@@ -1,32 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 0.9.71~pre9_ablk.dpatch by  <gaudenz at debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: revert non working change to ablk.c
-
- at DPATCH@
-diff -urNad mol-0.9.71~pre9~/src/drivers/disk/ablk.c mol-0.9.71~pre9/src/drivers/disk/ablk.c
---- mol-0.9.71~pre9~/src/drivers/disk/ablk.c	2006-09-05 05:18:11.000000000 +0200
-+++ mol-0.9.71~pre9/src/drivers/disk/ablk.c	2006-09-26 23:29:01.000000000 +0200
-@@ -115,11 +115,6 @@
- 	struct iovec vec[MAX_IOVEC];
- 	int n, count;
- 
--	union {
--		void * v;
--		char * c;
--	} iovec_pun;
--
- 	n = count = 0;
- 
- 	for( ;; ) {
-@@ -167,8 +162,7 @@
- 		/* process scatter & gather bufs */
- 		if( (f & ABLK_SG_BUF) ) {
- 			ablk_sg_t *p = (ablk_sg_t*)r;
--			iovec_pun.v = vec[n].iov_base;
--			if( mphys_to_lvptr( p->buf, (char **)&iovec_pun.c ) ) {
-+			if( mphys_to_lvptr( p->buf, (char**)&vec[n].iov_base ) ) {
- 				printm("ablk: bogus sg-buf");
- 				goto error;
- 			}

Modified: mol/trunk/debian/patches/00list
===================================================================
--- mol/trunk/debian/patches/00list	2006-10-06 14:44:49 UTC (rev 93)
+++ mol/trunk/debian/patches/00list	2006-10-06 17:05:55 UTC (rev 94)
@@ -3,4 +3,3 @@
 modload
 if-tap
 Makefile_kmod
-0.9.71~pre9_ablk




More information about the Pkg-mol-commits mailing list