[Pkg-voip-commits] r5436 - in /op-panel/trunk/debian: changelog control copyright patches/02_cfgcomments.dpatch patches/03_libmingfonts.dpatch postinst rules

tzafrir-guest at alioth.debian.org tzafrir-guest at alioth.debian.org
Tue Apr 1 17:10:52 UTC 2008


Author: tzafrir-guest
Date: Tue Apr  1 17:10:52 2008
New Revision: 5436

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5436
Log:
* Fix bashism in postinst script (Victor Seva) (Closes: #453727).
* Documented patches we use.
* Use binary-indep rules rather than binary-arch.
* Bump standards version to 3.7.3 (no change needed).

Modified:
    op-panel/trunk/debian/changelog
    op-panel/trunk/debian/control
    op-panel/trunk/debian/copyright
    op-panel/trunk/debian/patches/02_cfgcomments.dpatch
    op-panel/trunk/debian/patches/03_libmingfonts.dpatch
    op-panel/trunk/debian/postinst
    op-panel/trunk/debian/rules

Modified: op-panel/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/op-panel/trunk/debian/changelog?rev=5436&op=diff
==============================================================================
--- op-panel/trunk/debian/changelog (original)
+++ op-panel/trunk/debian/changelog Tue Apr  1 17:10:52 2008
@@ -6,6 +6,10 @@
   [ Tzafrir Cohen ]
   * New upstream release (Closes: #472658)
   * Add myself to uploaders.
+  * Fix bashism in postinst script (Victor Seva) (Closes: #453727).
+  * Documented patches we use.
+  * Use binary-indep rules rather than binary-arch.
+  * Bump standards version to 3.7.3 (no change needed).
 
  -- Tzafrir Cohen <tzafrir.cohen at xorcom.com>  Tue, 01 Apr 2008 04:49:08 +0300
 

Modified: op-panel/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/op-panel/trunk/debian/control?rev=5436&op=diff
==============================================================================
--- op-panel/trunk/debian/control (original)
+++ op-panel/trunk/debian/control Tue Apr  1 17:10:52 2008
@@ -5,7 +5,7 @@
 Uploaders: Alejandro Rios P. <alejandro.rios at avatar.com.co>, Kilian Krause <kilian at debian.org>, Santiago Ruano Rincón <santiago at debian.org>, Tzafrir Cohen <tzafrir.cohen at xorcom.com>
 Build-Depends: debhelper (>= 5.0.0), dpatch
 Build-Depends-Indep: perl (>= 5), libswf-perl (>= 0.3.0-8), ming-fonts-dejavu (>= 0.3.0-8)
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 Homepage: http://www.asternic.org/
 Vcs-Svn: svn://svn.debian.org/pkg-voip/op-panel/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-voip/op-panel/?op=log

Modified: op-panel/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-voip/op-panel/trunk/debian/copyright?rev=5436&op=diff
==============================================================================
--- op-panel/trunk/debian/copyright (original)
+++ op-panel/trunk/debian/copyright Tue Apr  1 17:10:52 2008
@@ -6,7 +6,7 @@
 
 Most of the code has Copyright (c) 2004-2006 Nicolás Gudiño. All rights reserved.
 
-License: GPL
+License: GPLv2
 
    This package is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -23,21 +23,22 @@
    MA 02110-1301, USA.
 
 On Debian systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
+Public License can be found in `/usr/share/common-licenses/GPL-2'.
 
 
 There are some files with other copyrigth:
 
-1. File: dhtml/js/dhtmltooltip.js
+1. File: dhtml/js/wz_tooltip.js
 
-Legal notice:
+Copyright (c) 2002-2008 Walter Zorn. All rights reserved.
 
-/***********************************************
-* Cool DHTML tooltip script- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
-* This notice MUST stay intact for legal use
-* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
-***********************************************/
+This library is free software; you can redistribute it and/or
+modify it under the terms of the GNU Lesser General Public
+License (LGPL) as published by the Free Software Foundation; either
+version 2.1 of the License, or (at your option) any later version.
 
+On Debian systems, the complete text of the GNU Lesser General
+Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
 
 2. On file op_panel.pl, there is a TEA encryption algorithm Perl module:
 
@@ -109,5 +110,3 @@
 MD5 Algorithm. Copyright:
 (C) 1991-2, RSA Data Security, Inc. Created 1991. All rights reserved.
 
-
-

Modified: op-panel/trunk/debian/patches/02_cfgcomments.dpatch
URL: http://svn.debian.org/wsvn/pkg-voip/op-panel/trunk/debian/patches/02_cfgcomments.dpatch?rev=5436&op=diff
==============================================================================
--- op-panel/trunk/debian/patches/02_cfgcomments.dpatch (original)
+++ op-panel/trunk/debian/patches/02_cfgcomments.dpatch Tue Apr  1 17:10:52 2008
@@ -2,7 +2,10 @@
 ## 02_cfgcomments.dpatch by Alejandro Rios P. <alejandro.rios at avatar.com.co>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: Fix sample configuration:
+## DP: - reference the examples.
+## DP: - Connect to Asterisk on localhost by default.
+## DP: - The .swf file is in /usr/share/op-panel/flash .
 
 @DPATCH@
 diff -urNad --exclude=CVS --exclude=.svn ./op_astdb.cfg /tmp/dpep-work.2mpVad/op-panel-0.26/op_astdb.cfg

Modified: op-panel/trunk/debian/patches/03_libmingfonts.dpatch
URL: http://svn.debian.org/wsvn/pkg-voip/op-panel/trunk/debian/patches/03_libmingfonts.dpatch?rev=5436&op=diff
==============================================================================
--- op-panel/trunk/debian/patches/03_libmingfonts.dpatch (original)
+++ op-panel/trunk/debian/patches/03_libmingfonts.dpatch Tue Apr  1 17:10:52 2008
@@ -2,7 +2,7 @@
 ## 03_libmingfonts.dpatch by  <root at localhost.localdomain>
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: Replace the non-free Arial with DejaVu Sans.
 
 @DPATCH@
 diff -urNad op_panel-0.27~/ming-source/operator_panel.pl op_panel-0.27/ming-source/operator_panel.pl

Modified: op-panel/trunk/debian/postinst
URL: http://svn.debian.org/wsvn/pkg-voip/op-panel/trunk/debian/postinst?rev=5436&op=diff
==============================================================================
--- op-panel/trunk/debian/postinst (original)
+++ op-panel/trunk/debian/postinst Tue Apr  1 17:10:52 2008
@@ -41,7 +41,7 @@
         chmod -R g+rw           /usr/share/op-panel/
 												
         for i in op_server op_buttons op_astdb op_style; do
-                if [ -a /etc/op-panel/$i.cfg ]; then
+                if [ -r /etc/op-panel/$i.cfg ]; then
                         cp -ba /etc/op-panel/$i.cfg /etc/op-panel/$i.old
             		rm -f /etc/op-panel/$i.cfg
                 fi

Modified: op-panel/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/op-panel/trunk/debian/rules?rev=5436&op=diff
==============================================================================
--- op-panel/trunk/debian/rules (original)
+++ op-panel/trunk/debian/rules Tue Apr  1 17:10:52 2008
@@ -67,11 +67,11 @@
 	ln -sf /var/lib/op-panel/variables.txt  debian/op-panel/usr/share/op-panel/flash
 	ln -sf /var/lib/op-panel/variables.txt  debian/op-panel/usr/share/op-panel/dhtml
 
+# Build architecture-dependent files here.
+binary-arch: build install
+
 # Build architecture-independent files here.
 binary-indep: build install
-
-# Build architecture-dependent files here.
-binary-arch: build install
 	dh_testdir
 	dh_testroot
 	dh_installchangelogs CHANGES




More information about the Pkg-voip-commits mailing list