From 685d61d186ba89d7af7db651c24f855ba5a4ede9 Mon Sep 17 00:00:00 2001 From: Chris Frey Date: Wed, 2 May 2012 23:03:31 -0400 Subject: [PATCH] debian: removed hardcoded libbarry18 from plugin control files --- opensync-plugin-0.4x/debian/control | 2 +- opensync-plugin/debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opensync-plugin-0.4x/debian/control b/opensync-plugin-0.4x/debian/control index 409731a0..dacbef6b 100644 --- a/opensync-plugin-0.4x/debian/control +++ b/opensync-plugin-0.4x/debian/control @@ -8,7 +8,7 @@ Standards-Version: 3.9.3 Package: opensync1-plugin-barry Section: libs Architecture: any -Depends: libopensync1 (>= 0.39), libbarry18, ${shlibs:Depends} +Depends: libopensync1 (>= 0.39), ${shlibs:Depends} Description: Opensync Blackberry plugin, based on the Barry project Barry is a GPL C++ library for interfacing with the RIM BlackBerry Handheld. . diff --git a/opensync-plugin/debian/control b/opensync-plugin/debian/control index 3a2c3bb8..fc37c27f 100644 --- a/opensync-plugin/debian/control +++ b/opensync-plugin/debian/control @@ -8,7 +8,7 @@ Standards-Version: 3.9.3 Package: opensync0-plugin-barry Section: libs Architecture: any -Depends: libopensync0 (>= 0.22), libopensync0 (<< 0.30), libbarry18, ${shlibs:Depends} +Depends: libopensync0 (>= 0.22), libopensync0 (<< 0.30), ${shlibs:Depends} Description: Opensync Blackberry plugin, based on the Barry project Barry is a GPL C++ library for interfacing with the RIM BlackBerry Handheld. . -- 2.11.4.GIT