]> git.deb.at Git - pkg/netris.git/blobdiff - debian/patches/08_various-fixes
Fix Vcs-* fields
[pkg/netris.git] / debian / patches / 08_various-fixes
index b55848aa2420794ef6a57730462d84dc4137b6a8..f10124ebd92c8e29328a2197cdcc5c756af4d58f 100644 (file)
@@ -1,10 +1,10 @@
-Author: Gerfried Fuchs <rhonda@debian.at>      vim:ft=diff:
+Author: Rhonda D'Vine <rhonda@debian.org>      vim:ft=diff:
 Description: various small changes to fix compile warnings
 
-Index: netris-0.52/game.c
+Index: b/game.c
 ===================================================================
---- netris-0.52.orig/game.c
-+++ netris-0.52/game.c
+--- a/game.c
++++ b/game.c
 @@ -21,6 +21,7 @@
  
  #define NOEXT
@@ -13,10 +13,10 @@ Index: netris-0.52/game.c
  #include <stdlib.h>
  #include <ctype.h>
  #include <string.h>
-Index: netris-0.52/inet.c
+Index: b/inet.c
 ===================================================================
---- netris-0.52.orig/inet.c
-+++ netris-0.52/inet.c
+--- a/inet.c
++++ b/inet.c
 @@ -52,7 +52,7 @@ ExtFunc int WaitForConnection(char *port
        struct sockaddr_in addr;
        struct hostent *host;
@@ -26,10 +26,10 @@ Index: netris-0.52/inet.c
        short port;
        int val1;
        struct linger val2;
-Index: netris-0.52/util.c
+Index: b/util.c
 ===================================================================
---- netris-0.52.orig/util.c
-+++ netris-0.52/util.c
+--- a/util.c
++++ b/util.c
 @@ -20,6 +20,7 @@
   */