Debian package building
[rodin/chimara.git] / debian / control
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..2cdf307
--- /dev/null
@@ -0,0 +1,49 @@
+Source: chimara
+Section: libs
+Priority: extra
+Maintainer: Philip Chimento <philip.chimento@gmail.com>
+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: <insert the upstream URL, if relevant>
+
+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.
+
+