summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko <kali@futeisha.org>2013-10-14 00:12:05 -0300
committerKali Kaneko <kali@futeisha.org>2013-10-14 00:12:05 -0300
commite5f270c60d05e96e4a0e68643a14f58a9eb86690 (patch)
treec037f12115f7b2cc8d17647144c81a6ba1ad7b8b
parent82be59decc9fd3a03013f397b12b52a3101a51b0 (diff)
initial debianization
-rw-r--r--debian/changelog6
-rw-r--r--debian/compat1
-rw-r--r--debian/control28
-rw-r--r--debian/copyright18
-rwxr-xr-xdebian/rules6
-rw-r--r--debian/source/format1
6 files changed, 60 insertions, 0 deletions
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 <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..82e5364
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,28 @@
+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~),
+ 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 <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)