[Pkg-jed-commit] r1085 - in slang-slirp/trunk/debian: . patches

Rafael Laboissiere rafael at alioth.debian.org
Wed Mar 19 01:59:22 UTC 2008


Author: rafael
Date: 2008-03-19 01:59:22 +0000 (Wed, 19 Mar 2008)
New Revision: 1085

Removed:
   slang-slirp/trunk/debian/patches/function-deref.patch
Modified:
   slang-slirp/trunk/debian/changelog
   slang-slirp/trunk/debian/patches/series
Log:
debian/patches/minus-sign-manpage.patch: Drop patch (applied upstrea) 


Modified: slang-slirp/trunk/debian/changelog
===================================================================
--- slang-slirp/trunk/debian/changelog	2008-03-19 01:54:21 UTC (rev 1084)
+++ slang-slirp/trunk/debian/changelog	2008-03-19 01:59:22 UTC (rev 1085)
@@ -1,7 +1,8 @@
 slang-slirp (1.9.4-1) UNRELEASED; urgency=low
 
   * New upstream release.
-  * debian/patches/clean-slirp.ins.patch: Drop patch (applied upstrea)
+  * debian/patches/{clean-slirp.ins,minus-sign-manpage}.patch: Drop patches
+    (applied upstrea) 
   * debian/patches/minus-sign-manpage.patch: Add patch for escaping "-"
     signs that mean the "minus" character
   * Switch to quilt from CDBS's simple-patchsys

Deleted: slang-slirp/trunk/debian/patches/function-deref.patch
===================================================================
--- slang-slirp/trunk/debian/patches/function-deref.patch	2008-03-19 01:54:21 UTC (rev 1084)
+++ slang-slirp/trunk/debian/patches/function-deref.patch	2008-03-19 01:59:22 UTC (rev 1085)
@@ -1,11 +0,0 @@
---- slang-slirp-1.9.3.1.orig/slirputils.sl.in
-+++ slang-slirp-1.9.3.1/slirputils.sl.in
-@@ -918,7 +918,7 @@
- 
- define struct_map(type, struct_arr, field) % {{{
- {
--   !if (length(struct_arr)) return (@Array_Type)(type, 0);
-+   !if (length(struct_arr)) return @Array_Type(type, 0);
-    return array_map(type, &get_struct_field, struct_arr, field);
- } % }}}
- 

Modified: slang-slirp/trunk/debian/patches/series
===================================================================
--- slang-slirp/trunk/debian/patches/series	2008-03-19 01:54:21 UTC (rev 1084)
+++ slang-slirp/trunk/debian/patches/series	2008-03-19 01:59:22 UTC (rev 1085)
@@ -1,2 +1 @@
-function-deref.patch
 minus-sign-manpage.patch




More information about the Pkg-jed-commit mailing list