From: Ben Hutchings Date: Thu, 28 Jan 2016 03:42:41 +0000 (+0000) Subject: Initial Debian packaging X-Git-Tag: debian/1.1+git20160131-1~4 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=odhcp6c.git;a=commitdiff_plain;h=f4f09bbf91b0edf7d29b6a266dfaa5390f15b40f Initial Debian packaging --- diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..a604a7b --- /dev/null +++ b/debian/changelog @@ -0,0 +1,8 @@ +odhcp6c (1.1+git20160131-1) UNRELEASED; urgency=medium + + * Initial upload (Closes: #812373) + - Upstream version is commit ec7f4701b348f5c4c3191ca83ecd8453c431c432 + dated 2016-01-31 + + -- Ben Hutchings Sat, 06 Feb 2016 02:37:53 +0000 + diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..b0c0db4 --- /dev/null +++ b/debian/control @@ -0,0 +1,18 @@ +Source: odhcp6c +Section: net +Priority: optional +Maintainer: Ben Hutchings +Build-Depends: debhelper (>= 9), cmake +Standards-Version: 3.9.6 +Vcs-Git: https://git.decadent.org.uk/git/odhcp6c.git +Vcs-Browser: https://git.decadent.org.uk/gitweb/?p=odhcp6c.git +Homepage: https://github.com/sbyx/odhcp6c + +Package: odhcp6c +Architecture: linux-any +Multi-Arch: foreign +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: IPv6 DHCP and RA client from OpenWRT + odhcp6c is a minimal DHCPv6 and RA-client for use in embedded Linux + systems especially routers. It is intended to comply with RFC7084. + Unlike isc-dhcp-client, it can be used with PPP links. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..6af532e --- /dev/null +++ b/debian/copyright @@ -0,0 +1,57 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: odhcp6c +Upstream-Contact: Steven Barth +Source: https://github.com/sbyx/odhcp6c + +Files: * +Copyright: 2012-2014, Steven Barth +License: GPL-2 + This program is free software; you can redistribute it + and/or modify it under the terms of the GNU General Public + License v2 as published by the Free Software Foundation. + . + This program is distributed in the hope that it will be + useful, but WITHOUT ANY WARRANTY; without even the implied + warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the GNU General Public License for more + details. + . + You should have received a copy of the GNU General Public + License along with this package; if not, write to the Free + Software Foundation, Inc., 51 Franklin St, Fifth Floor, + Boston, MA 02110-1301 USA + . + On Debian systems, the full text of the GNU General Public + License version 2 can be found in the file + `/usr/share/common-licenses/GPL-2'. + +Files: src/md5.c +Copyright: 1995-1999, Free Software Foundation, Inc. + 2001, Manuel Novoa III + 2003, Glenn L. McGrath + 2003, Erik Andersen +License: GPL-2+ + This program is free software; you can redistribute it + and/or modify it under the terms of the GNU General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later + version. + . + This program is distributed in the hope that it will be + useful, but WITHOUT ANY WARRANTY; without even the implied + warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the GNU General Public License for more + details. + . + You should have received a copy of the GNU General Public + License along with this package; if not, write to the Free + Software Foundation, Inc., 51 Franklin St, Fifth Floor, + Boston, MA 02110-1301 USA + . + On Debian systems, the full text of the GNU General Public + License version 2 can be found in the file + `/usr/share/common-licenses/GPL-2'. + +Files: debian/* +Copyright: 2016, Ben Hutchings +License: GPL-2+ diff --git a/debian/docs b/debian/docs new file mode 100644 index 0000000..e845566 --- /dev/null +++ b/debian/docs @@ -0,0 +1 @@ +README diff --git a/debian/examples b/debian/examples new file mode 100644 index 0000000..938eeda --- /dev/null +++ b/debian/examples @@ -0,0 +1 @@ +odhcp6c-example-script.sh diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..2d33f6a --- /dev/null +++ b/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt)