[SCM] python-caja Debian package branch, master, updated. e0c5637b7128ad49451fc05670278ffdf5863922

Mike Gabriel sunweaver at moszumanska.debian.org
Fri Apr 25 08:04:23 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-mate/python-caja.git;a=commitdiff;h=29f00ed

The following commit has been merged in the master branch:
commit 29f00edf51e6d2176c5c1e2cc3b90959722c4e92
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Apr 25 09:14:14 2014 +0200

    debian/control: improve LONG_DESCRIPTION fields, some line-ending fixes.
---
 debian/control | 28 +++++++++++++++++++++-------
 1 file changed, 21 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index 197d060..66e5b67 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends: cdbs,
                libcaja-extension-dev,
                python-dev,
                python-gobject-dev,
-               quilt
+               quilt,
 Standards-Version: 3.9.5
 Homepage: http://www.mate-desktop.org/
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-mate/python-caja.git;a=summary
@@ -23,18 +23,32 @@ Package: python-caja
 Architecture: any
 Depends: ${misc:Depends},
          ${python:Depends},
-         gir1.2-caja
+         gir1.2-caja,
 Description: Python binding for Caja components
- Python binding for Caja, to allow Caja property page and menu item
- extensions to be written in Python.
+ Caja is the official file manager for the MATE desktop. It allows
+ to browse directories, preview files and launch applications associated
+ with them. It is also responsible for handling the icons on the MATE
+ desktop. It works on local and remote filesystems.
+ .
+ The Python binding for Caja allows one to write Caja property page
+ and menu item extensions in Python.
 
 Package: python-caja-dbg
 Section: debug
 Priority: extra
 Architecture: any
 Depends: ${misc:Depends},
-         python-caja (= ${binary:Version})
+         python-caja (= ${binary:Version}),
 Description: Python binding for Caja components (debugging symbols)
+ Caja is the official file manager for the MATE desktop. It allows
+ to browse directories, preview files and launch applications associated
+ with them. It is also responsible for handling the icons on the MATE
+ desktop. It works on local and remote filesystems.
+ .
+ The Python binding for Caja allows one to write Caja property page
+ and menu item extensions in Python.
+ ,
  This package contains debugging symbols for python-caja.
- It is provided to help debugging problems. The debugging symbols are
- installed in /usr/lib/debug and will automatically be used by gdb.
+ .
+ The debugging symbols are installed in /usr/lib/debug and will
+ automatically be used by gdb.

-- 
python-caja Debian package



More information about the pkg-mate-commits mailing list