[python-caja] 08/11: debian/control: Add python-caja-common.

Martin Wimpress flexiondotorg-guest at moszumanska.debian.org
Mon Jun 15 16:47:03 UTC 2015


This is an automated email from the git hooks/post-receive script.

flexiondotorg-guest pushed a commit to branch debian/experimental
in repository python-caja.

commit 515b618ac0596063720c727e29b6da56d644ed14
Author: Martin Wimpress <code at flexion.org>
Date:   Mon Jun 15 17:44:22 2015 +0100

    debian/control: Add python-caja-common.
---
 debian/control                    | 21 ++++++++++++++++++++-
 debian/python-caja-common.install |  4 ++++
 2 files changed, 24 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index df95989..0d9e98b 100644
--- a/debian/control
+++ b/debian/control
@@ -24,6 +24,7 @@ Depends: ${shlibs:Depends},
          ${misc:Depends},
          ${python:Depends},
          gir1.2-caja,
+         python-caja-common (= ${source:Version})
 Description: Python binding for Caja components
  Caja is the official file manager for the MATE desktop. It allows
  to browse directories, preview files and launch applications associated
@@ -33,6 +34,23 @@ Description: Python binding for Caja components
  The Python binding for Caja allows one to write Caja property page
  and menu item extensions in Python.
 
+Package: python-caja-common
+Architecture: all
+Depends: ${misc:Depends},
+         ${python:Depends}
+Replaces: python-caja (<< 1.9.0)
+Breaks: python-caja (<< 1.9.0)
+Description: Python binding for Caja components (common files)
+ 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 the architecture independent files.
+
 Package: python-caja-dbg
 Section: debug
 Priority: extra
@@ -48,7 +66,8 @@ Description: Python binding for Caja components (debugging symbols)
  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.
+ 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.
diff --git a/debian/python-caja-common.install b/debian/python-caja-common.install
new file mode 100644
index 0000000..ddcf961
--- /dev/null
+++ b/debian/python-caja-common.install
@@ -0,0 +1,4 @@
+usr/share/caja/extensions/
+usr/share/doc/
+usr/share/gtk-doc/html/
+usr/share/locale/

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/python-caja.git



More information about the pkg-mate-commits mailing list