From 64d11babfa5301290d7d9e17ed2f25f006e6cbb6 Mon Sep 17 00:00:00 2001 From: Chris Frey Date: Thu, 21 Jun 2012 16:36:18 -0400 Subject: [PATCH] debian: fixed dependency on ppp for kfreebsd (Closes: #678233) --- debian/changelog | 6 ++++++ debian/control | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6fcc83dc..625f4c98 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +barry (0.18.3-4) unstable; urgency=low + + * Fixed dependency on ppp for kfreebsd (Closes: #678233) + + -- Chris Frey Thu, 21 Jun 2012 16:35:40 -0400 + barry (0.18.3-3) unstable; urgency=low * Fixed build-dep order for autopoint (Closes: #676321) diff --git a/debian/control b/debian/control index 099ca1b6..b4c796e5 100644 --- a/debian/control +++ b/debian/control @@ -74,7 +74,7 @@ Package: barry-util Section: utils Architecture: any Depends: libbarry18, udev [linux-any], python, ${shlibs:Depends}, ${misc:Depends} -Suggests: ppp +Suggests: ppp [linux-any] Description: Command line utilities for working with the RIM BlackBerry Handheld Barry is a GPL C++ library for interfacing with the RIM BlackBerry Handheld. . @@ -119,8 +119,8 @@ Description: GTK+ GUI for backing up BlackBerry (debug symbols) Package: barrydesktop Section: utils Architecture: any -Depends: libbarry18, barry-util, ppp, xterm, ${shlibs:Depends}, ${misc:Depends} -Recommends: barrybackup-gui +Depends: libbarry18, barry-util, xterm, ${shlibs:Depends}, ${misc:Depends} +Recommends: barrybackup-gui, ppp [linux-any] Suggests: gksu Description: Desktop Panel GUI for the RIM BlackBerry Handheld Barry is a GPL C++ library for interfacing with the RIM BlackBerry Handheld. -- 2.11.4.GIT