[Pkg-cli-libs-commits] [SCM] clutter-sharp branch, master,	updated. upstream/1.0.0_alpha3_git20090817.r1.349dba6-9-g7771239
    Chow Loong Jin 
    hyperair at ubuntu.com
       
    Fri Dec 31 04:27:58 UTC 2010
    
    
  
The following commit has been merged in the master branch:
commit 7771239e913ae91e486dec9f2a177e5c5833174a
Author: Chow Loong Jin <hyperair at ubuntu.com>
Date:   Fri Dec 31 12:27:06 2010 +0800
    Remove \ from # in debian/control
    
    Escaping # is not necessary and adds a \ into the description instead.
diff --git a/debian/control b/debian/control
index 4454c9c..47bbcd1 100644
--- a/debian/control
+++ b/debian/control
@@ -46,7 +46,7 @@ Description: Open GL based interactive canvas library -- CLI development files
 Package: libclutter-gtk-cil
 Architecture: all
 Depends: ${cli:Depends}, ${misc:Depends}
-Description: Open GL based interactive canvas library Gtk\# widget
+Description: Open GL based interactive canvas library Gtk# widget
  Clutter is an Open GL based interactive canvas library, designed for creating
  fast, mainly 2D single window applications such as media box UIs,
  presentations, kiosk style applications and so on.
@@ -58,7 +58,7 @@ Package: libclutter-gtk-cil-dev
 Architecture: all
 Depends: libclutter-gtk-cil (= ${binary:Version}),
          ${misc:Depends}
-Description: Open GL based interactive canvas library Gtk\# widget -- CLI development files
+Description: Open GL based interactive canvas library Gtk# widget -- CLI development files
  Clutter is an Open GL based interactive canvas library, designed for creating
  fast, mainly 2D single window applications such as media box UIs,
  presentations, kiosk style applications and so on.
-- 
clutter-sharp
    
    
More information about the Pkg-cli-libs-commits
mailing list