From e5f270c60d05e96e4a0e68643a14f58a9eb86690 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Mon, 14 Oct 2013 00:12:05 -0300 Subject: initial debianization --- debian/changelog | 6 ++++++ debian/compat | 1 + debian/control | 28 ++++++++++++++++++++++++++++ debian/copyright | 18 ++++++++++++++++++ debian/rules | 6 ++++++ debian/source/format | 1 + 6 files changed, 60 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 (limited to 'debian') diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..9461ef3 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,6 @@ +xul-ext-bitmask (0.0.1) unstable; urgency=low + + * Initial release. (Closes: #XXXXXX) + + -- Ben Carrillo Fri, 11 Oct 2013 12:49:30 -0300 + 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..82e5364 --- /dev/null +++ b/debian/control @@ -0,0 +1,28 @@ +Source: xul-ext-bitmask +Section: web +Priority: optional +Maintainer: Ben Carrillo +Uploaders: Micah Anderson +Standards-Version: 3.9.4 +Build-Depends: debhelper (>= 9~), + mozilla-devscripts (>= 0.19~), + inkscape, + texlive-fonts-recommended +Homepage: https://github.com/leapcode/thunderbird_extension + +Package: xul-ext-bitmask +Architecture: all +Depends: ${misc:Depends}, ${xpi:Depends}, icedove (>= 24.0~b1) +Recommends: ${xpi:Recommends}, + bitmask +Provides: ${xpi:Provides} +Enhances: ${xpi:Enhances} +Breaks: ${xpi:Breaks} +Description: Automatic configuration for Bitmask Encrypted Mail accounts + Bitmask is a desktop client that provides easy-to-use Encrypted Email and + Encrypted Internet Proxy services. + . + This extensions provides a wizard for autoconfiguring Thunderbird with Bitmask + accounts. It will try to use the default ports used by the SMTP and IMAP + services offered by the Bitmask client. It also turns off caching and prevents users from + modifying this setting to protect privacy. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..2b4d20f --- /dev/null +++ b/debian/copyright @@ -0,0 +1,18 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Bitmask Thunderbird Extension +Source: https://github.com/leapcode/thunderbird_extension +Upstream-Contact: drebs + +Files: * +Copyright: 2013 The LEAP Encryption Access Project , + drebs +License: GPL-3+ + +License: GPL-3+ + 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 3 of the License, or + (at your option) any later version. + . + On Debian systems, the complete text of the GNU General Public License + version 3 can be found in file "/usr/share/common-licenses/GPL-3". diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..ef0822e --- /dev/null +++ b/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f +%: + dh $@ --with xul-ext + +override_dh_auto_install: + install-xpi -x COPYING bitmask.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) -- cgit v1.2.3