[Pkg-jed-commit] r1121 - in slgtk/trunk/debian: . patches

Rafael Laboissiere rafael at alioth.debian.org
Sat Jun 21 14:50:32 UTC 2008


Author: rafael
Date: 2008-06-21 14:50:31 +0000 (Sat, 21 Jun 2008)
New Revision: 1121

Removed:
   slgtk/trunk/debian/patches/slang-function-deref.patch
Modified:
   slgtk/trunk/debian/changelog
Log:
Drop patch

Modified: slgtk/trunk/debian/changelog
===================================================================
--- slgtk/trunk/debian/changelog	2008-06-21 14:48:26 UTC (rev 1120)
+++ slgtk/trunk/debian/changelog	2008-06-21 14:50:31 UTC (rev 1121)
@@ -4,9 +4,10 @@
     + Bumped Standards-Version to 3.8.0 (no changes needed)
     + Fixed spelling of GTK+
     + Append trunk/ to the path in Vcs-Svn:, such that debcheckout works
-  * debian/patches/clean-tests-Makefile.patch: Drop patch (applied upstream)
+  * debian/patches/{clean-tests-Makefile,slang-function-deref}.patch:
+    Drop patches (applied upstream)
 
- -- Rafael Laboissiere <rafael at debian.org>  Sat, 21 Jun 2008 16:44:21 +0200
+ -- Rafael Laboissiere <rafael at debian.org>  Sat, 21 Jun 2008 16:44:21 +02001;1202;0c
 
 slgtk (0.7.2-2) unstable; urgency=low
 

Deleted: slgtk/trunk/debian/patches/slang-function-deref.patch
===================================================================
--- slgtk/trunk/debian/patches/slang-function-deref.patch	2008-06-21 14:48:26 UTC (rev 1120)
+++ slgtk/trunk/debian/patches/slang-function-deref.patch	2008-06-21 14:50:31 UTC (rev 1121)
@@ -1,11 +0,0 @@
---- slgtk-0.7.2.orig/slirp/slirputils.sl.in
-+++ slgtk-0.7.2/slirp/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);
- } % }}}
- 




More information about the Pkg-jed-commit mailing list