diff debian/control @ 643:9ab89d89e6b4

Add dw_listview_insert() Default to using webkit for Gtk+ HTML widget Add option to build with libgtkhtml2 - incomplete Initial attempt to use customdraw for Win32 container - not working Added dw_window_get_font() for Gtk+ - not implemented in other ports yet Change package name from dw to dwindows for Linux ports - use dwindows-config now Add debian package build target
author mhessling@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 03 Oct 2010 00:34:36 +0000
parents
children 6ad811834512
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/debian/control	Sun Oct 03 00:34:36 2010 +0000
@@ -0,0 +1,14 @@
+Source: dwindows
+Section: devel
+Priority: optional
+Maintainer: Mark Hessling <mark@rexx.org>
+Build-Depends: debhelper (>= 5), autotools-dev
+Standards-Version: 3.7.2
+
+Package: dwindows
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: Dynamic Windows is a lightweight GUI API for C.
+ dwindows provides a high-level wrapper over GTK+ to provide
+ a simple, lightweight GUI hiding some of the complexity of GTK+.
+ It provides the same API for GTK+, native Windows and OS/2.