X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=debian%2Fcontrol;fp=debian%2Fcontrol;h=2cdf3079b25ea21270e97cf45a8029cdc3301262;hb=f7d1e0745ac25035ab3c38edc857864b2ece15df;hp=0000000000000000000000000000000000000000;hpb=366e030ea1b09d407abb7836a1450fefcc613def;p=projects%2Fchimara%2Fchimara.git diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..2cdf307 --- /dev/null +++ b/debian/control @@ -0,0 +1,49 @@ +Source: chimara +Section: libs +Priority: extra +Maintainer: Philip Chimento +Build-Depends: cdbs, + debhelper (>= 7), + autotools-dev, + pkg-config, + gtk-doc-tools (>= 1.9), + libglib2.0-dev, + libgtk2.0-dev +Standards-Version: 3.7.3 +Homepage: + +Package: libchimara0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends} +Description: A GTK+ widget implementation of the Glk library + Chimara is a GTK+ widget that loads and runs Glk programs as plugins. Glk is an + input/output specification specifically designed for interactive fiction. + +Package: libchimara-dev +Section: libdevel +Architecture: any +Depends: ${misc:Depends}, + libchimara0 (= ${binary:Version}), + libglib2.0-dev, + libgtk2.0-dev +Suggests: libchimara-doc +Description: Development files for the Chimara Glk library + Chimara is a GTK+ widget that loads and runs Glk programs as plugins. Glk is an + input/output specification specifically designed for interactive fiction. + . + This package contains the header files required if you wish to develop software + that uses the Chimara widget. + +Package: libchimara-doc +Section: doc +Architecture: all +Depends: ${misc:Depends} +Description: Documentation for the Chimara Glk library + Chimara is a GTK+ widget that loads and runs Glk programs as plugins. Glk is an + input/output specification specifically designed for interactive fiction. + . + This package contains the Chimara reference manual. + +