From 01263138af3486225c7af0a98756da14ead1568c Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Mon, 9 May 2011 10:26:00 -0400 Subject: [PATCH] Debian packaging --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 19 +++++++++++++++++++ debian/copyright | 36 ++++++++++++++++++++++++++++++++++++ debian/rules | 17 +++++++++++++++++ debian/source/format | 1 + 6 files changed, 79 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright 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..8b32eb8 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +xul-ext-moonshot (0.1-1) unstable; urgency=low + + * Initial release (Closes: #nnnn) + + -- Sam Hartman Mon, 09 May 2011 09:56:36 -0400 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +7 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..70633b2 --- /dev/null +++ b/debian/control @@ -0,0 +1,19 @@ +Source: xul-ext-moonshot +Section: web +Priority: optional +Maintainer: Sam Hartman +Build-Depends: debhelper (>= 7.0.50~), autotools-dev, xulrunner-dev, mozilla-devscripts +Standards-Version: 3.9.1 +Homepage: http://www.project-moonshot.org/ +Vcs-Git: http://www.project-moonshot.org/git/moonshot-firefox.git +#Vcs-Browser: http://git.debian.org/?p=collab-maint/xul-ext-moonshot.git;a=summary + +Package: xul-ext-moonshot +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, ${xpi:Depends} +Enhances: ${xpi:Enhances} +Recommends: ${xpi:Recommends} +Description: Moonshot authentication for web browsers + Project Moonshot provides next-generation federated authentication to + applications. This package includes support to bring Moonshot + authentication to web browsers such as Iceweasel or Firefox. \ No newline at end of file diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..25b94a0 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,36 @@ +Format: http://dep.debian.net/deps/dep5 +Upstream-Name: xul-ext-moonshot +Source: + +Files: * +Copyright: + +License: + + + . + + +# If you want to use GPL v2 or later for the /debian/* files use +# the following clauses, or change it to suit. Delete these two lines +Files: debian/* +Copyright: 2011 Sam Hartman +License: GPL-2+ + 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/rules b/debian/rules new file mode 100755 index 0000000..9c52dbf --- /dev/null +++ b/debian/rules @@ -0,0 +1,17 @@ +#!/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 + +%: + dh --with xulrunner --with xul-ext $@ + +override_dh_auto_install: + install-xpi moonshot.xpi + 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) -- 2.1.4