[Pkg-voip-commits] r2051 - in openser/trunk/debian: . patches

Julien Blache jblache at costa.debian.org
Wed Jul 12 12:29:58 UTC 2006


Author: jblache
Date: 2006-07-12 12:29:58 +0000 (Wed, 12 Jul 2006)
New Revision: 2051

Added:
   openser/trunk/debian/patches/01_sourced_scripts.dpatch
Modified:
   openser/trunk/debian/changelog
   openser/trunk/debian/patches/00list
Log:
Remove shebang line from scripts which aren't meant for direct execution.


Modified: openser/trunk/debian/changelog
===================================================================
--- openser/trunk/debian/changelog	2006-07-12 12:23:09 UTC (rev 2050)
+++ openser/trunk/debian/changelog	2006-07-12 12:29:58 UTC (rev 2051)
@@ -16,8 +16,13 @@
     + Build-Depend on unixodbc-dev.
   * debian/rules:
     + Build the unixodbc module.
+  * debian/patches/01_sourced_scripts.dpatch:
+    + Added; remove the shebang line from scripts which aren't meant for
+      direct execution.
+  * debian/patches/10_no_lib64_on_64_bits.dpatch:
+    + Added; use /usr/lib even on 64bit architectures.
 
- -- Julien BLACHE <jblache at debian.org>  Wed, 12 Jul 2006 12:09:48 +0200
+ -- Julien BLACHE <jblache at debian.org>  Wed, 12 Jul 2006 14:28:07 +0200
 
 openser (1.0.1-1) unstable; urgency=low
 

Modified: openser/trunk/debian/patches/00list
===================================================================
--- openser/trunk/debian/patches/00list	2006-07-12 12:23:09 UTC (rev 2050)
+++ openser/trunk/debian/patches/00list	2006-07-12 12:29:58 UTC (rev 2051)
@@ -1,2 +1,3 @@
+01_sourced_scripts
 10_no_lib64_on_64_bits
 

Added: openser/trunk/debian/patches/01_sourced_scripts.dpatch
===================================================================
--- openser/trunk/debian/patches/01_sourced_scripts.dpatch	2006-07-12 12:23:09 UTC (rev 2050)
+++ openser/trunk/debian/patches/01_sourced_scripts.dpatch	2006-07-12 12:29:58 UTC (rev 2051)
@@ -0,0 +1,64 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 01_sourced_scripts.dpatch by  <jblache at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Remove the shebang line from openserctl.* scripts which aren't meant
+## DP: for direct execution (sourced by openserctl)
+
+ at DPATCH@
+diff -urNad openser-1.1.0~/scripts/openserctl.base openser-1.1.0/scripts/openserctl.base
+--- openser-1.1.0~/scripts/openserctl.base	2006-07-04 19:49:58.000000000 +0200
++++ openser-1.1.0/scripts/openserctl.base	2006-07-12 14:24:41.880689270 +0200
+@@ -1,4 +1,3 @@
+-#!/bin/sh 
+ #
+ # $Id: openserctl.base,v 1.1 2006/07/04 17:49:58 miconda Exp $
+ #
+diff -urNad openser-1.1.0~/scripts/openserctl.ctlbase openser-1.1.0/scripts/openserctl.ctlbase
+--- openser-1.1.0~/scripts/openserctl.ctlbase	2006-07-04 19:49:58.000000000 +0200
++++ openser-1.1.0/scripts/openserctl.ctlbase	2006-07-12 14:24:39.197440379 +0200
+@@ -1,4 +1,3 @@
+-#!/bin/sh 
+ #
+ # $Id: openserctl.ctlbase,v 1.1 2006/07/04 17:49:58 miconda Exp $
+ #
+diff -urNad openser-1.1.0~/scripts/openserctl.fifo openser-1.1.0/scripts/openserctl.fifo
+--- openser-1.1.0~/scripts/openserctl.fifo	2006-07-04 19:49:58.000000000 +0200
++++ openser-1.1.0/scripts/openserctl.fifo	2006-07-12 14:24:36.382179242 +0200
+@@ -1,4 +1,3 @@
+-#!/bin/sh 
+ #
+ # $Id: openserctl.fifo,v 1.1 2006/07/04 17:49:58 miconda Exp $
+ #
+diff -urNad openser-1.1.0~/scripts/openserctl.mysql openser-1.1.0/scripts/openserctl.mysql
+--- openser-1.1.0~/scripts/openserctl.mysql	2006-07-04 19:49:58.000000000 +0200
++++ openser-1.1.0/scripts/openserctl.mysql	2006-07-12 14:24:25.445164760 +0200
+@@ -1,4 +1,3 @@
+-#!/bin/sh 
+ #
+ # $Id: openserctl.mysql,v 1.1 2006/07/04 17:49:58 miconda Exp $
+ #
+diff -urNad openser-1.1.0~/scripts/openserctl.pgsql openser-1.1.0/scripts/openserctl.pgsql
+--- openser-1.1.0~/scripts/openserctl.pgsql	2006-07-04 19:49:58.000000000 +0200
++++ openser-1.1.0/scripts/openserctl.pgsql	2006-07-12 14:24:07.066460035 +0200
+@@ -1,4 +1,3 @@
+-#!/bin/sh 
+ #
+ # $Id: openserctl.pgsql,v 1.1 2006/07/04 17:49:58 miconda Exp $
+ #
+diff -urNad openser-1.1.0~/scripts/openserctl.sqlbase openser-1.1.0/scripts/openserctl.sqlbase
+--- openser-1.1.0~/scripts/openserctl.sqlbase	2006-07-04 19:49:59.000000000 +0200
++++ openser-1.1.0/scripts/openserctl.sqlbase	2006-07-12 14:24:02.376024976 +0200
+@@ -1,4 +1,3 @@
+-#!/bin/sh 
+ #
+ # $Id: openserctl.sqlbase,v 1.1 2006/07/04 17:49:59 miconda Exp $
+ #
+diff -urNad openser-1.1.0~/scripts/openserctl.unixsock openser-1.1.0/scripts/openserctl.unixsock
+--- openser-1.1.0~/scripts/openserctl.unixsock	2006-07-04 19:49:59.000000000 +0200
++++ openser-1.1.0/scripts/openserctl.unixsock	2006-07-12 14:23:59.847790472 +0200
+@@ -1,4 +1,3 @@
+-#!/bin/sh 
+ #
+ # $Id: openserctl.unixsock,v 1.1 2006/07/04 17:49:59 miconda Exp $
+ #


Property changes on: openser/trunk/debian/patches/01_sourced_scripts.dpatch
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-voip-commits mailing list