[Pkg-voip-commits] r8610 - in /op-panel/trunk/debian/patches: 01_op_server.pl.dpatch 02_cfgcomments.dpatch 03_libmingfonts.dpatch 04_remove_SWFTEXTFIELD_USEFONT.dpatch cfgcomments libmingfonts op_server.pl remove_SWFTEXTFIELD_USEFONT series

tzafrir at alioth.debian.org tzafrir at alioth.debian.org
Sun Aug 15 21:51:11 UTC 2010


Author: tzafrir
Date: Sun Aug 15 21:51:07 2010
New Revision: 8610

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=8610
Log:
Properly convert patches to quilt patches

Added:
    op-panel/trunk/debian/patches/cfgcomments
      - copied, changed from r8607, op-panel/trunk/debian/patches/02_cfgcomments.dpatch
    op-panel/trunk/debian/patches/libmingfonts
      - copied, changed from r8607, op-panel/trunk/debian/patches/03_libmingfonts.dpatch
    op-panel/trunk/debian/patches/op_server.pl
      - copied unchanged from r8607, op-panel/trunk/debian/patches/01_op_server.pl.dpatch
    op-panel/trunk/debian/patches/remove_SWFTEXTFIELD_USEFONT
      - copied, changed from r8607, op-panel/trunk/debian/patches/04_remove_SWFTEXTFIELD_USEFONT.dpatch
Removed:
    op-panel/trunk/debian/patches/01_op_server.pl.dpatch
    op-panel/trunk/debian/patches/02_cfgcomments.dpatch
    op-panel/trunk/debian/patches/03_libmingfonts.dpatch
    op-panel/trunk/debian/patches/04_remove_SWFTEXTFIELD_USEFONT.dpatch
Modified:
    op-panel/trunk/debian/patches/series

Copied: op-panel/trunk/debian/patches/cfgcomments (from r8607, op-panel/trunk/debian/patches/02_cfgcomments.dpatch)
URL: http://svn.debian.org/wsvn/pkg-voip/op-panel/trunk/debian/patches/cfgcomments?rev=8610&op=diff
==============================================================================
--- op-panel/trunk/debian/patches/02_cfgcomments.dpatch (original)
+++ op-panel/trunk/debian/patches/cfgcomments Sun Aug 15 21:51:07 2010
@@ -1,13 +1,11 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 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: 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 .
+Author: Alejandro Rios P. <alejandro.rios at avatar.com.co>
+Description: Fix sample configuration
 
- at DPATCH@
+Debian-specific fixes to the sample configuration.
+ - reference the examples.
+ - Connect to Asterisk on localhost by default.
+ - The .swf file is in /usr/share/op-panel/flash .
+
 diff -urNad --exclude=CVS --exclude=.svn ./op_astdb.cfg /tmp/dpep-work.2mpVad/op-panel-0.26/op_astdb.cfg
 --- ./op_astdb.cfg	2006-05-10 07:03:40.000000000 -0500
 +++ /tmp/dpep-work.2mpVad/op-panel-0.26/op_astdb.cfg	2006-05-19 13:20:39.000000000 -0500

Copied: op-panel/trunk/debian/patches/libmingfonts (from r8607, op-panel/trunk/debian/patches/03_libmingfonts.dpatch)
URL: http://svn.debian.org/wsvn/pkg-voip/op-panel/trunk/debian/patches/libmingfonts?rev=8610&op=diff
==============================================================================
--- op-panel/trunk/debian/patches/03_libmingfonts.dpatch (original)
+++ op-panel/trunk/debian/patches/libmingfonts Sun Aug 15 21:51:07 2010
@@ -1,10 +1,8 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 03_libmingfonts.dpatch by  <root at localhost.localdomain>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Replace the non-free Arial with DejaVu Sans.
+Description: Replace the non-free Arial with DejaVu Sans
 
- at DPATCH@
+Avoid the need to embed the non-free Arial font. Replace it with a free
+alternative.
+
 diff -urNad op_panel-0.27~/ming-source/operator_panel.pl op_panel-0.27/ming-source/operator_panel.pl
 --- op_panel-0.27~/ming-source/operator_panel.pl	2007-04-27 12:44:58.000000000 -0500
 +++ op_panel-0.27/ming-source/operator_panel.pl	2007-04-27 17:43:48.000000000 -0500

Copied: op-panel/trunk/debian/patches/remove_SWFTEXTFIELD_USEFONT (from r8607, op-panel/trunk/debian/patches/04_remove_SWFTEXTFIELD_USEFONT.dpatch)
URL: http://svn.debian.org/wsvn/pkg-voip/op-panel/trunk/debian/patches/remove_SWFTEXTFIELD_USEFONT?rev=8610&op=diff
==============================================================================
--- op-panel/trunk/debian/patches/04_remove_SWFTEXTFIELD_USEFONT.dpatch (original)
+++ op-panel/trunk/debian/patches/remove_SWFTEXTFIELD_USEFONT Sun Aug 15 21:51:07 2010
@@ -1,10 +1,7 @@
-#! /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.
+Description: Remove references to SWFTEXTFIELD_USEFONT flag
+Bug-Debian: http://bugs.debian.org/582377
+Author: Gabriele Giacone <1o5g4r8o at gmail.com>
 
- 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

Modified: op-panel/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-voip/op-panel/trunk/debian/patches/series?rev=8610&op=diff
==============================================================================
--- op-panel/trunk/debian/patches/series (original)
+++ op-panel/trunk/debian/patches/series Sun Aug 15 21:51:07 2010
@@ -1,4 +1,4 @@
-#01_op_server.pl.dpatch
-02_cfgcomments.dpatch
-03_libmingfonts.dpatch
-04_remove_SWFTEXTFIELD_USEFONT.dpatch
+#op_server.pl
+cfgcomments
+libmingfonts
+remove_SWFTEXTFIELD_USEFONT




More information about the Pkg-voip-commits mailing list