From 2426f01fe11755d3e2887eb22fd7222179b74f02 Mon Sep 17 00:00:00 2001 From: Chris Frey Date: Thu, 26 Jun 2008 17:33:35 -0400 Subject: [PATCH] Fixed more lintian warnings on Ubuntu Dbg packages depend on their corresponding non-dbg packages, and GTK apparently should be spelled GTK+ --- ChangeLog | 1 + debian/control | 16 ++++++++++------ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index cb3ff567..c2ddaac2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,7 @@ Release: version 0.13 - 2008/06/?? 2008/06/26 - updated udev rules to recognize devices with the 8004 Product ID - fixed bug in test/buildtest.sh when opensync is not pre-built + - fixed more lintian warnings on Ubuntu 2008/06/23 - changed test/buildtest.sh so it is safe to run from outside the directory that contains it diff --git a/debian/control b/debian/control index a55992dc..743d0ad7 100644 --- a/debian/control +++ b/debian/control @@ -16,8 +16,9 @@ Description: Library for using the BlackBerry handheld on Linux Package: libbarry-dbg Section: libs +Priority: extra Architecture: any -Depends: +Depends: libbarry Description: Library for using the BlackBerry handheld on Linux Barry is a GPL C++ library for interfacing with the RIM BlackBerry Handheld. . @@ -46,8 +47,9 @@ Description: Command line utilities for working with the RIM BlackBerry Handheld Package: barry-util-dbg Section: utils +Priority: extra Architecture: any -Depends: +Depends: barry-util Description: Command line utilities for working with the RIM BlackBerry Handheld Barry is a GPL C++ library for interfacing with the RIM BlackBerry Handheld. . @@ -57,16 +59,17 @@ Package: barrybackup-gui Section: utils Architecture: any Depends: ${shlibs:Depends} -Description: GTK based GUI for backing up the RIM BlackBerry Handheld +Description: GTK+ based GUI for backing up the RIM BlackBerry Handheld Barry is a GPL C++ library for interfacing with the RIM BlackBerry Handheld. . This package contains a GUI application for making backups and restores. Package: barrybackup-gui-dbg Section: utils +Priority: extra Architecture: any -Depends: -Description: GTK based GUI for backing up the RIM BlackBerry Handheld +Depends: barrybackup-gui +Description: GTK+ based GUI for backing up the RIM BlackBerry Handheld Barry is a GPL C++ library for interfacing with the RIM BlackBerry Handheld. . This package contains the debug version of the backup GUI. @@ -82,8 +85,9 @@ Description: Opensync Blackberry plugin, based on the Barry project Package: libopensync-plugin-barry-dbg Section: libs +Priority: extra Architecture: any -Depends: libopensync0 (>= 0.22), libopensync0 (<< 0.30) +Depends: libopensync0 (>= 0.22), libopensync0 (<< 0.30), libopensync-plugin-barry 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