summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog31
-rw-r--r--debian/compat1
-rw-r--r--debian/control26
-rw-r--r--debian/copyright18
-rwxr-xr-xdebian/rules6
-rw-r--r--debian/source/format1
6 files changed, 83 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..784de30
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,31 @@
+xul-ext-bitmask (0.0.5) unstable; urgency=medium
+
+ * Update to 0.0.5 release.
+
+ -- Ben Carrillo <ben@futeisha.org> Thu, 07 Apr 2016 12:59:54 -0400
+
+xul-ext-bitmask (0.0.4) unstable; urgency=low
+
+ * Update to 0.0.4 release.
+
+ -- drebs <drebs@riseup.net> Wed, 25 Feb 2015 10:47:41 -0300
+
+xul-ext-bitmask (0.0.3.1) unstable; urgency=medium
+
+ * Remove Dependency on icedove, this is handled by the Enhances/Breaks
+ xpi variables
+
+ -- Micah Anderson <micah@debian.org> Wed, 08 Jan 2014 17:25:20 -0500
+
+xul-ext-bitmask (0.0.3) unstable; urgency=low
+
+ * Update to 0.0.3 release.
+
+ -- Ben Carrillo <ben@futeisha.org> Mon, 23 Dec 2013 16:38:31 -0400
+
+xul-ext-bitmask (0.0.1) unstable; urgency=low
+
+ * Initial release. (Closes: #XXXXXX)
+
+ -- Ben Carrillo <ben@futeisha.org> 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..3b50e44
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,26 @@
+Source: xul-ext-bitmask
+Section: web
+Priority: optional
+Maintainer: Ben Carrillo <ben@futeisha.org>
+Uploaders: Micah Anderson <mica@debian.org>
+Standards-Version: 3.9.4
+Build-Depends: debhelper (>= 9~),
+ mozilla-devscripts (>= 0.19~)
+Homepage: https://github.com/leapcode/thunderbird_extension
+
+Package: xul-ext-bitmask
+Architecture: all
+Depends: ${misc:Depends}, ${xpi:Depends}
+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 <drebs@leap.se>
+
+Files: *
+Copyright: 2013 The LEAP Encryption Access Project <info@leap.se>,
+ drebs <drebs@leap.se>
+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)