Debian packaging
authorSam Hartman <hartmans@debian.org>
Mon, 9 May 2011 14:26:00 +0000 (10:26 -0400)
committerSam Hartman <hartmans@debian.org>
Mon, 9 May 2011 14:26:00 +0000 (10:26 -0400)
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/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..8b32eb8
--- /dev/null
@@ -0,0 +1,5 @@
+xul-ext-moonshot (0.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+
+ -- Sam Hartman <hartmans@debian.org>  Mon, 09 May 2011 09:56:36 -0400
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..7f8f011
--- /dev/null
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..70633b2
--- /dev/null
@@ -0,0 +1,19 @@
+Source: xul-ext-moonshot
+Section: web
+Priority: optional
+Maintainer: Sam Hartman <hartmans@debian.org>
+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 (file)
index 0000000..25b94a0
--- /dev/null
@@ -0,0 +1,36 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: xul-ext-moonshot
+Source: <url://example.com>
+
+Files: *
+Copyright: <years> <put author's name and email here>
+           <years> <likewise for another author>
+License: <special license>
+ <Put the license of the package here indented by 1 space>
+ <This follows the format of Description: lines in control file>
+ .
+ <Including paragraphs>
+
+# 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 <hartmans@debian.org>
+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 <http://www.gnu.org/licenses/>
+ .
+ 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 (executable)
index 0000000..9c52dbf
--- /dev/null
@@ -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 (file)
index 0000000..89ae9db
--- /dev/null
@@ -0,0 +1 @@
+3.0 (native)