From 84831a08cd81e16c7c24b87c520603a54e71d948 Mon Sep 17 00:00:00 2001 From: Kalle Vahlman Date: Thu, 8 Dec 2011 10:17:25 +0000 Subject: Add debian packaging --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 14 ++++++++++++++ debian/copyright | 25 +++++++++++++++++++++++++ debian/docs | 1 + debian/rules | 16 ++++++++++++++++ debian/source/format | 1 + 7 files changed, 63 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/docs create mode 100755 debian/rules create mode 100644 debian/source/format diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..34d7576 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +snowball-mactool (1.0-0) oneiric; urgency=low + + * Initial packaging. + + -- Kalle Vahlman Thu, 08 Dec 2011 07:34:34 +0000 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..45a4fb7 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +8 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..2c7c563 --- /dev/null +++ b/debian/control @@ -0,0 +1,14 @@ +Source: snowball-mactool +Section: misc +Priority: extra +Maintainer: Kalle Vahlman +Build-Depends: debhelper (>= 8.0.0) +Standards-Version: 3.9.2 +Homepage: http://www.igloocommunity.org + +Package: snowball-mactool +Architecture: armel +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Ethernet MAC changer for Snowball + With this tool you can change the ethernet MAC address on + ST-Ericsson Snowball boards diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..64a1afc --- /dev/null +++ b/debian/copyright @@ -0,0 +1,25 @@ +Format: http://dep.debian.net/deps/dep5 +Upstream-Name: snowball-mactool +Source: http://www.igloocommunity.org + +Files: * +Copyright: 2011 Alessandro Rubini (under contract with ST-Ericsson AG) +License: GPL-2.0+ + This package 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 package 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 program. If not, see + . + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". + +# Please also look if there are files or directories which have a +# different copyright/license attached and list them here. 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/rules b/debian/rules new file mode 100755 index 0000000..4e09aa9 --- /dev/null +++ b/debian/rules @@ -0,0 +1,16 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +override_dh_auto_install: + dh_auto_install -- prefix=/usr + +%: + dh $@ diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..89ae9db --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (native) -- cgit v1.2.3