summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/libraries/libtqt-perl/debian/control
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 03:11:56 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 03:11:56 -0600
commit7ebccdd250eca00bdc061cce60eea5db37528608 (patch)
tree51c3f3efad68be7ddda33bec3b6728fc79d10abb /ubuntu/maverick/libraries/libtqt-perl/debian/control
parent984f1eb657f1902c740bf36aaaaaa74d05c037f4 (diff)
downloadtde-packaging-7ebccdd250eca00bdc061cce60eea5db37528608.tar.gz
tde-packaging-7ebccdd250eca00bdc061cce60eea5db37528608.zip
Initial import of libtqt-perl packaging files for Debian and Ubuntu
Diffstat (limited to 'ubuntu/maverick/libraries/libtqt-perl/debian/control')
-rw-r--r--ubuntu/maverick/libraries/libtqt-perl/debian/control15
1 files changed, 15 insertions, 0 deletions
diff --git a/ubuntu/maverick/libraries/libtqt-perl/debian/control b/ubuntu/maverick/libraries/libtqt-perl/debian/control
new file mode 100644
index 000000000..d392052db
--- /dev/null
+++ b/ubuntu/maverick/libraries/libtqt-perl/debian/control
@@ -0,0 +1,15 @@
+Source: libtqt-perl
+Section: perl
+Priority: optional
+Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
+XSBC-Original-Maintainer: Bart Martens <bartm@debian.org>
+Build-Depends: cdbs, debhelper (>= 5), autotools-dev, libtqtinterface-dev, perl (>= 5.8.0), automake, autoconf, kdelibs4-trinity-dev, libsmokeqt-trinity-dev, chrpath, libtool (>= 1.5.2)
+Build-Conflicts: libqt-perl
+Standards-Version: 3.8.4
+
+Package: libtqt-perl
+Architecture: any
+Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
+Description: Perl bindings for the TQt library
+ This module lets you use the TQt library from Perl.
+ It provides an object-oriented interface and is easy to use.