Source: cwidget
Priority: optional
Section: libs
Homepage: http://cwidget.alioth.debian.org
Vcs-Git: git://anonscm.debian.org/cwidget/cwidget.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=cwidget/cwidget.git
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Manuel A. Fernandez Montecelo <mafm@debian.org>
Build-Depends: debhelper (>= 9~),
               g++ (>= 4:5.2),
               dh-autoreconf,
               gettext,
               libcppunit-dev (>= 1.13.2-2.1),
               libncursesw5-dev,
               libsigc++-2.0-dev
Build-Depends-Indep: doxygen,
                     libimage-magick-perl
Standards-Version: 3.9.6
Testsuite: autopkgtest

Package: libcwidget3v5
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
         ${shlibs:Depends}
Suggests: libcwidget-dev
Conflicts: libcwidget3
Replaces: libcwidget3
Description: high-level terminal interface library for C++ (runtime files)
 libcwidget is a modern user interface library modeled on GTK+ and Qt,
 but using curses as its display layer and with widgets that are
 tailored to a terminal environment.
 .
 This package contains the files that are required to run programs
 compiled against libcwidget.

Package: libcwidget3v5-dbg
Section: debug
Priority: extra
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
         libcwidget3v5 (= ${binary:Version})
Suggests: libcwidget-dev
Conflicts: libcwidget3-dbg
Replaces: libcwidget3-dbg
Description: high-level terminal interface library for C++ (debugging files)
 libcwidget is a modern user interface library modeled on GTK+ and Qt,
 but using curses as its display layer and with widgets that are
 tailored to a terminal environment.
 .
 This package contains debugging symbols for libcwidget-dbg.  It is
 only needed if you want to generate useful backtraces for programs
 using cwidget.

Package: libcwidget-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
         libcwidget3v5 (= ${binary:Version}),
         libsigc++-2.0-dev,
         libncursesw5-dev,
         pkg-config
Suggests: libcwidget-doc
Description: high-level terminal interface library for C++ (development files)
 libcwidget is a modern user interface library modeled on GTK+ and Qt,
 but using curses as its display layer and with widgets that are
 tailored to a terminal environment.
 .
 This package contains files that are needed to write or compile
 software that uses libcwidget.
 .
 WARNING: this is a newly created library whose development is closely
 tied to the development of aptitude.  Its API may be incomplete and
 is likely to change considerably version-over-version!  You may want
 to avoid cwidget for stable projects.

Package: libcwidget-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
         libjs-jquery
Suggests: libcwidget-dev,
          iceweasel | www-browser
Description: high-level terminal interface library for C++ (documentation)
 libcwidget is a modern user interface library modeled on GTK+ and Qt,
 but using curses as its display layer and with widgets that are
 tailored to a terminal environment.
 .
 This package contains documentation for libcwidget, in HTML format.
