diff options
author | Mark Bryars <mark@darkskiez.co.uk> | 2012-05-04 22:22:30 +0100 |
---|---|---|
committer | Mark Bryars <mark@darkskiez.co.uk> | 2012-05-04 22:22:30 +0100 |
commit | 0a80168c6a9d87aa21f7ce4eb887fee0d0b5f5cf (patch) | |
tree | 2e16e9a74a6b3c007f92cb80b82e265052076e65 /debian/control | |
parent | e756c7948078bd5109c5b8a0f252851efc4532d6 (diff) | |
download | vyos-opennhrp-0a80168c6a9d87aa21f7ce4eb887fee0d0b5f5cf.tar.gz vyos-opennhrp-0a80168c6a9d87aa21f7ce4eb887fee0d0b5f5cf.zip |
Debian boilerplate with dh_make
dh_make -p opennhrp_0.13 -e debian@darkskiez.co.uk -s
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..1b73096 --- /dev/null +++ b/debian/control @@ -0,0 +1,15 @@ +Source: opennhrp +Section: unknown +Priority: extra +Maintainer: Mark Bryars <debian@darkskiez.co.uk> +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/opennhrp.git +#Vcs-Browser: http://git.debian.org/?p=collab-maint/opennhrp.git;a=summary + +Package: opennhrp +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: <insert up to 60 chars description> + <insert long description, indented with spaces> |