aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/deb/control.template
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/deb/control.template')
-rw-r--r--pkg/deb/control.template28
1 files changed, 28 insertions, 0 deletions
diff --git a/pkg/deb/control.template b/pkg/deb/control.template
new file mode 100644
index 0000000..9bf9bb2
--- /dev/null
+++ b/pkg/deb/control.template
@@ -0,0 +1,28 @@
+Source: libembedlog
+Section: devel
+Priority: optional
+Maintainer: Michał Łyszczek <michal.lyszczek@bofc.pl>
+Build-Depends: debhelper (>=10), autotools-dev, dh-autoreconf
+Standards-Version: 3.9.8
+Vcs-Git: https://git.kurwinet.pl/embedlog
+Vcs-browser: https://git.kurwinet.pl/embedlog
+Homepage: https://embedlog.kurwinet.pl
+
+Package: libembedlog@{ABI_VERSION}
+Section: libs
+Pre-Depends: ${misc:Pre-Depends}
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: embedlog is a highly portable c89 complaint logger (with
+ additional features for users with c99 compilers and/or POSIX systems).
+ This library is designed mainly for embedded devices, but can also be
+ used in high level OSes like Linux.
+
+Package: libembedlog-dev
+Section: libdevel
+Depends: libembedlog@{ABI_VERSION} (= ${binary:Version}), ${misc:Depends}
+Architecture: any
+Description: embedlog is a highly portable c89 complaint logger (with
+ additional features for users with c99 compilers and/or POSIX systems).
+ This library is designed mainly for embedded devices, but can also be
+ used in high level OSes like Linux.