[Pkg-voip-commits] r8526 - in /op-panel/trunk/debian: changelog control op-panel.init patches/00list patches/04_remove_SWFTEXTFIELD_USEFONT.dpatch source/ source/format

gg0-guest at alioth.debian.org gg0-guest at alioth.debian.org
Tue Jun 22 22:35:54 UTC 2010


Author: gg0-guest
Date: Tue Jun 22 22:35:54 2010
New Revision: 8526

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=8526
Log:
remove SWFTEXTFIELD_USEFONT refs

Added:
    op-panel/trunk/debian/patches/04_remove_SWFTEXTFIELD_USEFONT.dpatch
    op-panel/trunk/debian/source/
    op-panel/trunk/debian/source/format
Modified:
    op-panel/trunk/debian/changelog
    op-panel/trunk/debian/control
    op-panel/trunk/debian/op-panel.init
    op-panel/trunk/debian/patches/00list

Modified: op-panel/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/op-panel/trunk/debian/changelog?rev=8526&op=diff
==============================================================================
--- op-panel/trunk/debian/changelog (original)
+++ op-panel/trunk/debian/changelog Tue Jun 22 22:35:54 2010
@@ -1,8 +1,12 @@
-op-panel (0.30~dfsg-3) UNRELEASED; urgency=low
+op-panel (0.30~dfsg-3) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * Team upload.
+  * Added patch to remove SWFTEXTFIELD_USEFONT refs (Closes: #582377).
+  * Standards version to 3.8.4.
+  * Forced source format to 1.0.
+  * Fixed init script for dependency based boot sequence.
 
- -- Alejandro Rios P. <alerios at debian.org>  Tue, 19 Jan 2010 11:50:29 -0500
+ -- Gabriele Giacone <1o5g4r8o at gmail.com>  Tue, 22 Jun 2010 01:00:41 +0200
 
 op-panel (0.30~dfsg-2) unstable; urgency=low
 

Modified: op-panel/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/op-panel/trunk/debian/control?rev=8526&op=diff
==============================================================================
--- op-panel/trunk/debian/control (original)
+++ op-panel/trunk/debian/control Tue Jun 22 22:35:54 2010
@@ -2,10 +2,11 @@
 Section: comm
 Priority: optional
 Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
-Uploaders: Alejandro Rios P. <alerios at debian.org>, Kilian Krause <kilian at debian.org>, Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+Uploaders: Alejandro Rios P. <alerios at debian.org>, Kilian Krause <kilian 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), ttf-dejavu-core
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 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/op-panel.init
URL: http://svn.debian.org/wsvn/pkg-voip/op-panel/trunk/debian/op-panel.init?rev=8526&op=diff
==============================================================================
--- op-panel/trunk/debian/op-panel.init (original)
+++ op-panel/trunk/debian/op-panel.init Tue Jun 22 22:35:54 2010
@@ -8,10 +8,8 @@
 
 ### BEGIN INIT INFO
 # Provides:          op-panel
-# Required-Start:    $syslog
-# Required-Stop:     $syslog
-# Should-Start:      $local_fs
-# Should-Stop:       $local_fs
+# Required-Start:    $remote_fs $syslog
+# Required-Stop:     $remote_fs $syslog
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Short-Description: Flash Asterisk Operator Panel

Modified: op-panel/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-voip/op-panel/trunk/debian/patches/00list?rev=8526&op=diff
==============================================================================
--- op-panel/trunk/debian/patches/00list (original)
+++ op-panel/trunk/debian/patches/00list Tue Jun 22 22:35:54 2010
@@ -1,3 +1,4 @@
 #01_op_server.pl.dpatch
 02_cfgcomments.dpatch
 03_libmingfonts.dpatch
+04_remove_SWFTEXTFIELD_USEFONT.dpatch

Added: op-panel/trunk/debian/patches/04_remove_SWFTEXTFIELD_USEFONT.dpatch
URL: http://svn.debian.org/wsvn/pkg-voip/op-panel/trunk/debian/patches/04_remove_SWFTEXTFIELD_USEFONT.dpatch?rev=8526&op=file
==============================================================================
--- op-panel/trunk/debian/patches/04_remove_SWFTEXTFIELD_USEFONT.dpatch (added)
+++ op-panel/trunk/debian/patches/04_remove_SWFTEXTFIELD_USEFONT.dpatch Tue Jun 22 22:35:54 2010
@@ -1,0 +1,145 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 04_remove_SWFTEXTFIELD_USEFONT.dpatch by Gabriele Giacone <1o5g4r8o at gmail.com>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: This patch removes references to SWFTEXTFIELD_USEFONT flag.
+
+ at DPATCH@
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' op-panel-0.30~dfsg~/ming-source/operator_panel.pl op-panel-0.30~dfsg/ming-source/operator_panel.pl
+--- op-panel-0.30~dfsg~/ming-source/operator_panel.pl	2009-06-22 20:06:11.000000000 +0200
++++ op-panel-0.30~dfsg/ming-source/operator_panel.pl	2010-06-21 23:01:55.000000000 +0200
+@@ -44,7 +44,7 @@
+ 	$font = shift;
+ 	$str  = shift;
+ 	
+-	$txtfield = new SWF::TextField( SWFTEXTFIELD_MULTILINE | SWFTEXTFIELD_WORDWRAP | SWFTEXTFIELD_USEFONT );
++	$txtfield = new SWF::TextField( SWFTEXTFIELD_MULTILINE | SWFTEXTFIELD_WORDWRAP );
+ 	$txtfield->setHeight(254);	
+ 	$txtfield->setBounds(200,30);
+ 	$txtfield->setName($name);
+@@ -207,7 +207,7 @@
+ 
+ $font_general = new SWF::Font($fuente);  
+ 
+-$s8 = new SWF::TextField(SWFTEXTFIELD_NOEDIT | SWFTEXTFIELD_USEFONT | SWFTEXTFIELD_NOSELECT );
++$s8 = new SWF::TextField(SWFTEXTFIELD_NOEDIT | SWFTEXTFIELD_NOSELECT );
+ $s8->setBounds(1411, 398);
+ $s8->setFont($font_general);
+ #$s8->setFont(new SWF::Font("_sans"));
+@@ -1828,7 +1828,7 @@
+ $s3->drawLine(-4713, 0);
+ $i4 = $codebox->add($s3);
+ 
+-$s5 = new SWF::TextField(SWFTEXTFIELD_NOEDIT | SWFTEXTFIELD_MULTILINE | SWFTEXTFIELD_NOSELECT | SWFTEXTFIELD_USEFONT );
++$s5 = new SWF::TextField(SWFTEXTFIELD_NOEDIT | SWFTEXTFIELD_MULTILINE | SWFTEXTFIELD_NOSELECT );
+ $s5->setBounds(5650, 653);
+ $s5->setFont($font_general);
+ $s5->setHeight(320);
+@@ -1839,7 +1839,7 @@
+ $i5 = $codebox->add($s5);
+ $i5->moveTo(2704, 3067);
+ 
+-$s6 = new SWF::TextField( SWFTEXTFIELD_PASSWORD | SWFTEXTFIELD_USEFONT );
++$s6 = new SWF::TextField( SWFTEXTFIELD_PASSWORD );
+ $s6->setBounds(4579, 398);
+ $s6->setFont($font_general);
+ $s6->setHeight(320);
+@@ -2164,7 +2164,7 @@
+ $s1->drawLine(0, -3966);
+ $s1->drawCurve(0, -44, -30, -33);
+ 
+-$s3 = new SWF::TextField(SWFTEXTFIELD_NOEDIT | SWFTEXTFIELD_USEFONT );
++$s3 = new SWF::TextField(SWFTEXTFIELD_NOEDIT );
+ $s3->setBounds(3112, 377);
+ $s3->setFont($font_general);
+ $s3->setHeight(280);
+@@ -2173,7 +2173,7 @@
+ $s3->setName('title');
+ $s3->addString('Last call details:');
+ 
+-$s5 = new SWF::TextField(SWFTEXTFIELD_NOEDIT | SWFTEXTFIELD_USEFONT );
++$s5 = new SWF::TextField(SWFTEXTFIELD_NOEDIT );
+ $s5->setBounds(907, 330);
+ $s5->setFont($font_general);
+ $s5->setHeight(260);
+@@ -2182,7 +2182,7 @@
+ $s5->setName('label');
+ $s5->addString('From:');
+ 
+-$s6 = new SWF::TextField(SWFTEXTFIELD_NOEDIT | SWFTEXTFIELD_USEFONT );
++$s6 = new SWF::TextField(SWFTEXTFIELD_NOEDIT );
+ $s6->setBounds(1097, 330);
+ $s6->setFont($font_general);
+ $s6->setHeight(260);
+@@ -2191,7 +2191,7 @@
+ $s6->setName('duration_label');
+ $s6->addString('Duration:');
+ 
+-$s7 = new SWF::TextField(SWFTEXTFIELD_NOEDIT | SWFTEXTFIELD_USEFONT );
++$s7 = new SWF::TextField(SWFTEXTFIELD_NOEDIT );
+ $s7->setBounds(2517, 330);
+ $s7->setFont($font_general);
+ $s7->setHeight(260);
+@@ -2199,7 +2199,7 @@
+ $s7->align(SWFTEXTFIELD_ALIGN_LEFT);
+ $s7->setName('clid');
+ 
+-$s8 = new SWF::TextField(SWFTEXTFIELD_NOEDIT | SWFTEXTFIELD_USEFONT );
++$s8 = new SWF::TextField(SWFTEXTFIELD_NOEDIT );
+ $s8->setBounds(2116, 330);
+ $s8->setFont($font_general);
+ $s8->setHeight(260);
+@@ -2435,7 +2435,7 @@
+ $s1->drawLine(0, -3966);
+ $s1->drawCurve(0, -44, -30, -33);
+ 
+-$s3 = new SWF::TextField(SWFTEXTFIELD_NOEDIT | SWFTEXTFIELD_MULTILINE | SWFTEXTFIELD_USEFONT );
++$s3 = new SWF::TextField(SWFTEXTFIELD_NOEDIT | SWFTEXTFIELD_MULTILINE );
+ $s3->setBounds(4939, 4740);
+ $s3->setFont($font_general);
+ $s3->setHeight(260);
+@@ -2592,7 +2592,7 @@
+ ");
+ 
+ 
+-$fs3 = new SWF::TextField(SWFTEXTFIELD_NOEDIT | SWFTEXTFIELD_NOSELECT | SWFTEXTFIELD_USEFONT );
++$fs3 = new SWF::TextField(SWFTEXTFIELD_NOEDIT | SWFTEXTFIELD_NOSELECT );
+ $fs3->setBounds(939, 200);
+ $fs3->setName('titlefs3');
+ $fs3->setFont($font_general);
+@@ -2601,7 +2601,7 @@
+ $fs3->align(SWFTEXTFIELD_ALIGN_LEFT);
+ $fs3->addString('Queue');
+ 
+-$fs2 = new SWF::TextField(SWFTEXTFIELD_NOEDIT | SWFTEXTFIELD_NOSELECT | SWFTEXTFIELD_USEFONT );
++$fs2 = new SWF::TextField(SWFTEXTFIELD_NOEDIT | SWFTEXTFIELD_NOSELECT );
+ $fs2->setBounds(939, 200);
+ $fs2->setName('titlefs2');
+ $fs2->setFont($font_general);
+@@ -2750,7 +2750,7 @@
+ $s4->drawLine(0, -3966);
+ $s4->drawCurve(0, -44, -30, -33);
+ 
+-$s6 = new SWF::TextField(SWFTEXTFIELD_NOEDIT | SWFTEXTFIELD_NOSELECT | SWFTEXTFIELD_USEFONT );
++$s6 = new SWF::TextField(SWFTEXTFIELD_NOEDIT | SWFTEXTFIELD_NOSELECT );
+ $s6->setBounds(8104, 398);
+ $s6->setFont($font_general);
+ $s6->setHeight(320);
+@@ -2874,7 +2874,7 @@
+ $s11->drawLine(0, -3620);
+ $s11->drawLine(8158, 0);
+ 
+-$s13 = new SWF::TextField(SWFTEXTFIELD_NOEDIT | SWFTEXTFIELD_MULTILINE | SWFTEXTFIELD_USEFONT );
++$s13 = new SWF::TextField(SWFTEXTFIELD_NOEDIT | SWFTEXTFIELD_MULTILINE );
+ $s13->setBounds(8000, 3606);
+ $s13->setFont($font_general);
+ $s13->setHeight(320);
+@@ -6212,7 +6212,7 @@
+ $i2 = $extrainfo->add($s1);
+ $i2->scaleTo(0.5);
+ 
+-#$s3 = new SWF::TextField(SWFTEXTFIELD_USEFONT );
++#$s3 = new SWF::TextField();
+ #$s3->setBounds(3740, 398);
+ #$s3->setFont($font_general);
+ #$s3->setHeight(320);

Added: op-panel/trunk/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-voip/op-panel/trunk/debian/source/format?rev=8526&op=file
==============================================================================
--- op-panel/trunk/debian/source/format (added)
+++ op-panel/trunk/debian/source/format Tue Jun 22 22:35:54 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




More information about the Pkg-voip-commits mailing list