diff options
author | Francois Andriot <francois.andriot@free.fr> | 2012-02-18 11:53:43 +0100 |
---|---|---|
committer | Francois Andriot <francois.andriot@free.fr> | 2012-02-18 11:53:43 +0100 |
commit | ce393d79d490d36159aa33aa8e0bd998519b95c7 (patch) | |
tree | c7f893d9924cd5966b540af2a2dd7d16a4faaa6e /ubuntu/maverick/dependencies/libcarddav/debian/control | |
parent | 66efa7d249b00e776618b2e649ab0c47ef66d4e3 (diff) | |
parent | 39c223339c063a6060b64c2e03b10b8578517dd8 (diff) | |
download | tde-packaging-ce393d79d490d36159aa33aa8e0bd998519b95c7.tar.gz tde-packaging-ce393d79d490d36159aa33aa8e0bd998519b95c7.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'ubuntu/maverick/dependencies/libcarddav/debian/control')
-rw-r--r-- | ubuntu/maverick/dependencies/libcarddav/debian/control | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/ubuntu/maverick/dependencies/libcarddav/debian/control b/ubuntu/maverick/dependencies/libcarddav/debian/control new file mode 100644 index 000000000..7bf8ff1dc --- /dev/null +++ b/ubuntu/maverick/dependencies/libcarddav/debian/control @@ -0,0 +1,23 @@ +Source: libcarddav +Build-Depends: debhelper (>= 5), libcurl4-gnutls-dev, libglib2.0-dev, quilt, automake, autoconf, libtool, libltdl-dev +Section: graphics +Priority: optional +Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> +Standards-Version: 3.8.4 + +Package: libcarddav +Architecture: any +Section: libs +Depends: ${shlibs:Depends} +Description: + libcarddav provides a C interface for carddav PIM clients + +Package: libcarddav-dev +Architecture: any +Section: libdevel +Depends: libcarddav (= ${binary:Version}) +Description: + libcarddav provides a C interface for carddav PIM clients + . + This is the development package containing header files and link + libraries for libcarddav. |