diff options
author | RALOVICH, Kristof <tade60@freemail.hu> | 2013-10-15 09:21:47 +0200 |
---|---|---|
committer | RALOVICH, Kristof <tade60@freemail.hu> | 2013-10-15 09:21:47 +0200 |
commit | 99a1c5fc4ef2a9e93e4a11462219f4ff854f7f8f (patch) | |
tree | 31514e4188f9314f7c11c350c3fca208c3d67441 | |
parent | dcfd9915c5cf962e8fcbad1a42bc22dc6049d148 (diff) |
pkg-config is also a Build-Depends
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 1409bf9..234d759 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +antpm (1.12-2) unstable; urgency=low + + * pkg-config is also a Build-Depends + + -- Kristof Ralovich <ralovich@in.tum.de> Mon, 14 Oct 2013 13:53:50 +0200 + antpm (1.12-1) unstable; urgency=low * Initial release. Based on ANT+minus to supersede previous diff --git a/debian/control b/debian/control index 787077b..15f91fc 100644 --- a/debian/control +++ b/debian/control @@ -3,14 +3,14 @@ Priority: optional Section: utils Maintainer: Debian running development group <pkg-running-devel@lists.alioth.debian.org> Uploaders: Christian Perrier <bubulle@debian.org> -Build-Depends: debhelper (>= 7.3.10), devscripts (>= 2.10), g++ (>= 4.4) | clang (>= 3.0), libboost-dev (>= 1.41) | libboost1.41-dev, cmake (>= 2.8), libusb-dev, libxml2-dev +Build-Depends: debhelper (>= 7.3.10), devscripts (>= 2.10), g++ (>= 4.4) | clang (>= 3.0), libboost-dev (>= 1.41) | libboost1.41-dev, cmake (>= 2.8), libusb-dev, pkg-config (>= 0.25), libxml2-dev Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/git/pkg-running/antpm.git Vcs-Browser: http://git.debian.org/?p=pkg-running/antpm.git;a=summary Package: antpm -Replaces: garmin-ant-downloader (<< 1.11-1) -Breaks: garmin-ant-downloader (<< 1.11-1) +Replaces: garmin-ant-downloader (<< 1.12-2) +Breaks: garmin-ant-downloader (<< 1.12-2) Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libstdc++6 (>=4.4.0) Description: ANT+ information retrieval client for Garmin GPS products |