-rw-r--r-- | debian/control | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..45f563a --- a/dev/null +++ b/debian/control @@ -0,0 +1,13 @@ +Source: cliche +Section: devel +Priority: optional +Maintainer: Michael Krelin <hacker@klever.net> +Build-Depends: debhelper, cdbs, ragel, xsltproc +Standards-Version: 3.9.1 +Homepage: http://kin.klever.net/cliche + +Package: cliche +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: tinimalistic template preprocessor + Tinimalistic template preprocessor for c++ |