[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=8d00d52

The following commit has been merged in the master branch:
commit 8d00d52720268e24304b7121ed53945520a2f271
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Apr 25 10:00:08 2014 +0200

    debian/control: Drop B-D: cdbs. Not needed for pure debhelper debian/rules file. Add ${shlibs:Depends} as dependency for bin:package python-caja.
---
 debian/control | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 66e5b67..8358cd2 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,7 @@ Uploaders: Mike Gabriel <sunweaver at debian.org>,
            John Paul Adrian Glaubitz <glaubitz at physik.fu-berlin.de>,
            Stefano Karapetsas <stefano at karapetsas.com>,
            Vangelis Mouhtsis <vangelis at gnugr.org>,
-Build-Depends: cdbs,
-               debhelper (>= 9),
+Build-Depends: debhelper (>= 9),
                mate-common,
                gtk-doc-tools,
                libcaja-extension-dev,
@@ -21,7 +20,8 @@ Vcs-Git: git://anonscm.debian.org/pkg-mate/python-caja.git
 
 Package: python-caja
 Architecture: any
-Depends: ${misc:Depends},
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
          ${python:Depends},
          gir1.2-caja,
 Description: Python binding for Caja components

-- 
python-caja Debian package



More information about the pkg-mate-commits mailing list