diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-16 16:11:00 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-16 16:11:00 -0600 |
commit | 39c223339c063a6060b64c2e03b10b8578517dd8 (patch) | |
tree | 8cff05207e206da9f1ff2ae631d658cb06f5beac /ubuntu/maverick/dependencies/libcarddav/debian/control | |
parent | 4a3f0ef6b92d4a30e310be5912896ca9bfd0f3c5 (diff) | |
download | tde-packaging-39c223339c063a6060b64c2e03b10b8578517dd8.tar.gz tde-packaging-39c223339c063a6060b64c2e03b10b8578517dd8.zip |
Add libcaldav and libcarddav packaging files to Ubuntu and Debian
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. |