[DebianGIS-dev] r1978 - packages/postgis/trunk/debian/patches

kobold at alioth.debian.org kobold at alioth.debian.org
Thu Mar 5 22:18:59 UTC 2009


Author: kobold
Date: 2009-03-05 22:18:59 +0000 (Thu, 05 Mar 2009)
New Revision: 1978

Modified:
   packages/postgis/trunk/debian/patches/utils.dpatch
Log:
updated utils.dpatch

Modified: packages/postgis/trunk/debian/patches/utils.dpatch
===================================================================
--- packages/postgis/trunk/debian/patches/utils.dpatch	2009-03-05 22:16:29 UTC (rev 1977)
+++ packages/postgis/trunk/debian/patches/utils.dpatch	2009-03-05 22:18:59 UTC (rev 1978)
@@ -9,28 +9,42 @@
 @DPATCH@
 diff -urN postgis-1.3.5/utils/create_undef.pl postgis-1.3.5.debian/utils/create_undef.pl
 --- postgis-1.3.5/utils/create_undef.pl	2005-07-13 16:26:47.000000000 +0200
-+++ postgis-1.3.5.debian/utils/create_undef.pl	2009-03-05 23:03:54.000000000 +0100
-@@ -1,3 +1,5 @@
++++ postgis-1.3.5.debian/utils/create_undef.pl	2009-03-05 23:18:05.000000000 +0100
+@@ -1,4 +1,6 @@
+-eval "exec perl -w $0 $@"
 +#!/bin/sh
 +
- eval "exec perl -w $0 $@"
++eval "exec perl $0 $@"
  	if (0);
  
+ # perl create_undef.pl <postgis.sql>
 diff -urN postgis-1.3.5/utils/postgis_proc_upgrade.pl postgis-1.3.5.debian/utils/postgis_proc_upgrade.pl
 --- postgis-1.3.5/utils/postgis_proc_upgrade.pl	2005-12-16 09:33:04.000000000 +0100
-+++ postgis-1.3.5.debian/utils/postgis_proc_upgrade.pl	2009-03-05 23:03:38.000000000 +0100
++++ postgis-1.3.5.debian/utils/postgis_proc_upgrade.pl	2009-03-05 23:18:19.000000000 +0100
 @@ -1,4 +1,4 @@
 -#/bin/sh
 +#!/bin/sh
  
  #
  # This script produces an .sql file containing
+@@ -15,7 +15,7 @@
+ #
+ #
+ 
+-eval "exec perl -w $0 $@"
++eval "exec perl $0 $@"
+ 	if (0);
+ 
+ use strict;
 diff -urN postgis-1.3.5/utils/postgis_restore.pl postgis-1.3.5.debian/utils/postgis_restore.pl
 --- postgis-1.3.5/utils/postgis_restore.pl	2008-10-02 17:59:41.000000000 +0200
-+++ postgis-1.3.5.debian/utils/postgis_restore.pl	2009-03-05 23:03:29.000000000 +0100
-@@ -1,4 +1,4 @@
--#/bin/sh
-+#!/bin/sh
++++ postgis-1.3.5.debian/utils/postgis_restore.pl	2009-03-05 23:18:24.000000000 +0100
+@@ -39,7 +39,7 @@
+ #	pg_dump-743/pg743 => pg_restore-800/pg800
+ #	pg_dump-800/pg800 => pg_restore-800/pg800
  #
- # This script is aimed at restoring postgis data
- # from a dumpfile produced by pg_dump -Fc
+-eval "exec perl -w $0 $@"
++eval "exec perl $0 $@"
+ 	if (0);
+ 
+ use strict;




More information about the Pkg-grass-devel mailing list