[SCM] mate-file-manager Debian package branch, master, updated. 3e95ddf2e29f7a2e1cc0a7e025d7ba3d0cb98e9d
Mike Gabriel
sunweaver at moszumanska.debian.org
Sun Feb 9 17:54:58 UTC 2014
Gitweb-URL: http://git.debian.org/?p=pkg-mate/caja.git;a=commitdiff;h=3e95ddf
The following commit has been merged in the master branch:
commit 3e95ddf2e29f7a2e1cc0a7e025d7ba3d0cb98e9d
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Sun Feb 9 18:54:46 2014 +0100
debian/control: add trailing comma to relation fields
---
debian/control | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/debian/control b/debian/control
index f84c757..a208632 100644
--- a/debian/control
+++ b/debian/control
@@ -52,7 +52,7 @@ Depends: ${shlibs:Depends},
mate-desktop,
gvfs,
libcaja-extension1 (= ${binary:Version}),
- caja-common (= ${source:Version})
+ caja-common (= ${source:Version}),
Suggests: gstreamer0.10-tools,
meld,
engrampa
@@ -83,7 +83,7 @@ Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends},
multiarch-support,
Depends: ${shlibs:Depends},
- ${misc:Depends}
+ ${misc:Depends},
Replaces: libcaja-extension
Breaks: libcaja-extension
Conflicts: libcaja-extension
@@ -101,7 +101,7 @@ Multi-Arch: same
Depends: ${shlibs:Depends},
${misc:Depends},
libcaja-extension1 (= ${binary:Version}),
- libgtk2.0-dev
+ libgtk2.0-dev,
Description: libraries for caja components (development files)
Caja is the official file manager for the MATE desktop.
.
@@ -112,7 +112,7 @@ Package: gir1.2-caja
Architecture: any
Depends: ${gir:Depends},
${misc:Depends},
- ${shlibs:Depends}
+ ${shlibs:Depends},
Description: GObject introspection data for the caja library
Caja is the official file manager and graphical shell for the
MATE desktop.
@@ -144,8 +144,8 @@ Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends},
multiarch-support,
-Depends: ${misc:Depends}
- libcaja-extension1 (= ${binary:Version})
+Depends: ${misc:Depends},
+ libcaja-extension1 (= ${binary:Version}),
Description: libraries for caja components (debugging symbols)
Caja is the official file manager for the MATE desktop.
.
--
mate-file-manager Debian package
More information about the pkg-mate-commits
mailing list