From a0e32e3f8d883796bd44e6c695afcea8a4c6a93d Mon Sep 17 00:00:00 2001 From: Chris Frey Date: Tue, 29 Apr 2008 05:19:10 -0400 Subject: [PATCH] Applied Jason Thomas's debian build dependency patch. From his debian/changelog entry: * Non-maintainer upload. * Makefile.am and opensync-plugin/Makefile: add ACLOCAL_FLAGS for autoreconf * debian/control: add build-depends: autoconf, automake, libtool, libglib2.0-dev * debian/control: change build-depends: libopensync0 to libopensync0-dev --- ChangeLog | 1 + debian/changelog | 10 ++++++++++ debian/control | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a29e340a..d2a32b27 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,7 @@ Release: version 0.13 - 2008/04/?? 2008/04/29 - applied Jason Thomas's ACLOCAL_FLAGS patch to make autoreconf work again... Thanks! + - applied Jason Thomas's debian build dependency patch 2008/04/26 - started documentation overhaul in doc/www, putting the commonly asked questions right on the front page, and making it more diff --git a/debian/changelog b/debian/changelog index 4dd50bac..7265cadb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +barry (0.13-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Makefile.am and opensync-plugin/Makefile: add ACLOCAL_FLAGS for autoreconf + * debian/control: add build-depends: autoconf, automake, libtool, + libglib2.0-dev + * debian/control: change build-depends: libopensync0 to libopensync0-dev + + -- Jason Thomas Tue, 29 Apr 2008 17:28:34 +1000 + barry (0.13-1) unstable; urgency=low * version bump diff --git a/debian/control b/debian/control index 330d3361..f8266eec 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: barry Section: misc Priority: optional Maintainer: Chris Frey -Build-Depends: debhelper (>= 4.0.0), cdbs, pkg-config, libusb-dev, libssl-dev, libboost-serialization-dev, libtar-dev, libgtkmm-2.4-dev, libglademm-2.4-dev, libopensync0 (>= 0.22), libopensync0 (<< 0.30) +Build-Depends: debhelper (>= 4.0.0), cdbs, autoconf, automake, libtool, pkg-config, libusb-dev, libssl-dev, libboost-serialization-dev, libtar-dev, libgtkmm-2.4-dev, libglademm-2.4-dev, libopensync0-dev (>= 0.22), libopensync0-dev (<< 0.30) Standards-Version: 3.6.1 Package: libbarry -- 2.11.4.GIT