]> git.decadent.org.uk Git - odhcp6c.git/commitdiff
Initial Debian packaging
authorBen Hutchings <ben@decadent.org.uk>
Thu, 28 Jan 2016 03:42:41 +0000 (03:42 +0000)
committerBen Hutchings <ben@decadent.org.uk>
Sun, 21 Feb 2016 21:23:21 +0000 (21:23 +0000)
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/docs [new file with mode: 0644]
debian/examples [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/source/format [new file with mode: 0644]

diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..a604a7b
--- /dev/null
@@ -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 <ben@decadent.org.uk>  Sat, 06 Feb 2016 02:37:53 +0000
+
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..ec63514
--- /dev/null
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..b0c0db4
--- /dev/null
@@ -0,0 +1,18 @@
+Source: odhcp6c
+Section: net
+Priority: optional
+Maintainer: Ben Hutchings <ben@decadent.org.uk>
+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 (file)
index 0000000..6af532e
--- /dev/null
@@ -0,0 +1,57 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: odhcp6c
+Upstream-Contact: Steven Barth <steven@midlink.org>
+Source: https://github.com/sbyx/odhcp6c
+
+Files: *
+Copyright: 2012-2014, Steven Barth <steven@midlink.org>
+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 <ben@decadent.org.uk>
+License: GPL-2+
diff --git a/debian/docs b/debian/docs
new file mode 100644 (file)
index 0000000..e845566
--- /dev/null
@@ -0,0 +1 @@
+README
diff --git a/debian/examples b/debian/examples
new file mode 100644 (file)
index 0000000..938eeda
--- /dev/null
@@ -0,0 +1 @@
+odhcp6c-example-script.sh
diff --git a/debian/rules b/debian/rules
new file mode 100755 (executable)
index 0000000..2d33f6a
--- /dev/null
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+       dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644 (file)
index 0000000..163aaf8
--- /dev/null
@@ -0,0 +1 @@
+3.0 (quilt)