diff options
Diffstat (limited to 'ubuntu/maverick_automake/kdevelop/debian/control')
-rw-r--r-- | ubuntu/maverick_automake/kdevelop/debian/control | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/ubuntu/maverick_automake/kdevelop/debian/control b/ubuntu/maverick_automake/kdevelop/debian/control new file mode 100644 index 000000000..85694c034 --- /dev/null +++ b/ubuntu/maverick_automake/kdevelop/debian/control @@ -0,0 +1,71 @@ +Source: kdevelop-kde3 +Section: kde +Priority: optional +Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> +XSBC-Original-Maintainer: Jeremy Lainé <jeremy.laine@m4x.org> +Build-Depends: cdbs (>= 0.4.38), debhelper (>= 5), qt3-apps-dev, kdelibs4-kde3-dev (>= 4:3.5.10), gettext, kdelibs4-kde3-doc, qt3-doc, flex, python, libcvsservice-kde3-dev (>= 4:3.5.10), groff-base, libsvn-dev, libaprutil1-dev, automake1.11-kde3, autoconf2.63, libtool, libltdl-dev +Standards-Version: 3.8.3 + +Package: kdevelop-kde3 +Architecture: any +Depends: ${shlibs:Depends}, kdevelop-data-kde3 (>= ${source:Version}), kdebase-kde3-bin +Recommends: kdevelop-kde3-doc, make, libtool, autoconf, automaken, gdb (>= 6.4) +Suggests: libqt3-mt-dev, kdelibs4-kde3-dev, sgmltools-lite, gettext, qt3-dev-tools, ark-kde3, kbabel-kde3, kiconedit-kde3, kdesdk-scripts-kde3, graphviz, kdebase-kio-plugins-kde3, exuberant-ctags, khelpcenter-kde3, kdelibs4-kde3-doc, qt3-doc, konsole-kde3, cmake, ruby, python +Description: An IDE for Unix/X11 + KDevelop is an easy to use Integrated Development Environment + for developing C/C++ applications under X11. It features + project management, an advanced editor, a class browser + and an integrated debugger. + . + The application wizard can generate fully functional projects + for terminal programs and GUI programs using Qt, KDE or GNOME. + . + Homepage: http://www.kdevelop.org/ + +Package: kdevelop-kde3-doc +Section: doc +Architecture: all +Description: An IDE for Unix/X11 - documentation + KDevelop is an easy to use Integrated Development Environment + for developing C/C++ applications under X11. It features + project management, an advanced editor, a class browser + and an integrated debugger. + . + The application wizard can generate fully functional projects + for terminal programs and GUI programs using Qt, KDE or GNOME. + . + This package contains documentation for KDevelop. + . + Homepage: http://www.kdevelop.org/ + +Package: kdevelop-data-kde3 +Architecture: all +Description: An IDE for Unix/X11 - data + KDevelop is an easy to use Integrated Development Environment + for developing C/C++ applications under X11. It features + project management, an advanced editor, a class browser + and an integrated debugger. + . + The application wizard can generate fully functional projects + for terminal programs and GUI programs using Qt, KDE or GNOME. + . + This package contains arch independent data for KDevelop. + . + Homepage: http://www.kdevelop.org/ + +Package: kdevelop-kde3-dev +Architecture: any +Depends: kdevelop-kde3 (= ${binary:Version}), kdelibs4-kde3-dev +Description: An IDE for Unix/X11 - development files + KDevelop is an easy to use Integrated Development Environment + for developing C/C++ applications under X11. It features + project management, an advanced editor, a class browser + and an integrated debugger. + . + The application wizard can generate fully functional projects + for terminal programs and GUI programs using Qt, KDE or GNOME. + . + This package contains development files for KDevelop. + . + Homepage: http://www.kdevelop.org/ + |