diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-02-20 00:19:34 +0000 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-02-20 00:19:34 +0000 |
commit | 9644609c9b9c3eab6e2c302359ac046e8ae591ad (patch) | |
tree | d83b5667af5c66df3447f311f49101cb2dd420cd /debian/control | |
parent | 218f7efb7e35fc2871dfbf184fdc0f0f81f86858 (diff) | |
download | verteco-9644609c9b9c3eab6e2c302359ac046e8ae591ad.tar.gz |
dh_make initial
Diffstat (limited to '')
-rw-r--r-- | debian/control | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..8f0ab54 --- /dev/null +++ b/debian/control @@ -0,0 +1,20 @@ +Source: modbuslog +Section: unknown +Priority: extra +Maintainer: Jonathan McCrohan <jmccrohan@gmail.com> +Build-Depends: debhelper (>= 8.0.0) +Standards-Version: 3.9.2 +Homepage: <insert the upstream URL, if relevant> +#Vcs-Git: git://git.debian.org/collab-maint/modbuslog.git +#Vcs-Browser: http://git.debian.org/?p=collab-maint/modbuslog.git;a=summary + +Package: modbuslog +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: <insert up to 60 chars description> + <insert long description, indented with spaces> + +Package: modbuslog-doc +Architecture: all +Description: documentation for modbuslog + <insert long description, indented with spaces> |