[Pkg-mozext-commits] [mozilla-password-editor] 01/02: initial basic packaging

Ximin Luo infinity0-guest at moszumanska.debian.org
Wed Feb 26 10:56:41 UTC 2014


This is an automated email from the git hooks/post-receive script.

infinity0-guest pushed a commit to branch master
in repository mozilla-password-editor.

commit 62ad97f0c558429ee1c75f58aa7846c90ad8327d
Author: Ximin Luo <infinity0 at pwned.gg>
Date:   Wed Feb 26 02:25:40 2014 +0000

    initial basic packaging
---
 debian/changelog                       |   5 +
 debian/compat                          |   1 +
 debian/control                         |  25 ++++
 debian/copyright                       |  16 +++
 debian/patches/fix-rdf-localized-error | 206 +++++++++++++++++++++++++++++++++
 debian/patches/series                  |   1 +
 debian/rules                           |   4 +
 debian/source/format                   |   1 +
 debian/watch                           |   2 +
 9 files changed, 261 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..443032a
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+mozilla-password-editor (2.7.2-1) UNRELEASED; urgency=medium
+
+  * Initial release  (Closes: #736844).
+
+ -- Ximin Luo <infinity0 at pwned.gg>  Wed, 26 Feb 2014 01:42:43 +0000
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..56921eb
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,25 @@
+Source: mozilla-password-editor
+Section: web
+Priority: optional
+Maintainer: Debian Mozilla Extension Maintainers <pkg-mozext-maintainers at lists.alioth.debian.org>
+Uploaders: Ximin Luo <infinity0 at pwned.gg>
+Build-Depends: cdbs, debhelper (>= 9), mozilla-devscripts (>= 0.16~)
+Standards-Version: 3.9.5
+Homepage: https://addons.mozilla.org/en-US/firefox/addon/saved-password-editor/
+Vcs-Git: git://anonscm.debian.org/pkg-mozext/mozilla-password-editor.git
+Vcs-Browser: http://anonscm.debian.org/?p=pkg-mozext/mozilla-password-editor.git
+
+Package: xul-ext-password-editor
+Architecture: all
+Depends: ${misc:Depends}, ${xpi:Depends}
+Recommends: ${xpi:Recommends}
+Provides: ${xpi:Provides}
+Enhances: ${xpi:Enhances}
+Breaks: ${xpi:Breaks}
+Description: Create and edit entries in the password manager in Mozilla applications
+ This extension allows you to enter data into the Password Manager database
+ instead of relying on Firefox, Thunderbird, SeaMonkey, etc., to do it, as
+ well as making changes to existing entries.
+ .
+ This add-on also adds commands to the Password Manager window, which it
+ makes accessible through Tools > Saved Passwords as well as a toolbar button.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..ddfa407
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,16 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Saved Password Editor
+Upstream-Contact: Daniel Dawson <danielcdawson at gmail.com>
+Source: https://addons.mozilla.org/en-US/firefox/addon/saved-password-editor/
+
+Files: *
+Copyright: 2010-2014 Daniel Dawson <danielcdawson at gmail.com>
+License: GPL-3
+
+Files: debian/*
+Copyright: 2014 Ximin Luo <infinity0 at pwned.gg>
+License: GPL-3
+
+License: GPL-3
+ On Debian systems, the complete text of the GNU General Public
+ License can be found in the file /usr/share/common-licenses/GPL-3'.
diff --git a/debian/patches/fix-rdf-localized-error b/debian/patches/fix-rdf-localized-error
new file mode 100644
index 0000000..45d2ec4
--- /dev/null
+++ b/debian/patches/fix-rdf-localized-error
@@ -0,0 +1,206 @@
+Description: make the install.rdf well-formed
+ Each <Description> needs its own <localized> parent element
+Author: Ximin Luo <infinity0 at pwned.gg>
+Bug: https://github.com/ddawson/Saved-Password-Editor/pull/9
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/install.rdf
++++ b/install.rdf
+@@ -58,6 +58,8 @@
+         <translator>pl99</translator>
+         <description>Добавя възможност за създаване и редактиране на пароли в менажерът за пароли на браузъра.</description>
+       </RDF:Description>
++    </localized>
++    <localized>
+       <RDF:Description>
+         <locale>de</locale>
+         <name>Saved Password Editor</name>
+@@ -66,6 +68,8 @@
+         <translator>/usr/bin/tux</translator>
+         <description>Stellt eine Möglichkeit zur Verfügung, gespeicherte Passwörter im Passwortmanager zu ändern und neue hinzuzufügen.</description>
+       </RDF:Description>
++    </localized>
++    <localized>
+       <RDF:Description>
+         <locale>dsb</locale>
+         <name>Saved Password Editor</name>
+@@ -74,6 +78,8 @@
+         <translator>milupo</translator>
+         <description>Staja móžnosć k dispoziciji, zapiski w zastojniku gronidłow napóraś a wobźěłaś.</description>
+       </RDF:Description>
++    </localized>
++    <localized>
+       <RDF:Description>
+         <locale>el</locale>
+         <name>Επεξεργαστής αποθηκευμένων κωδικών πρόσβασης</name>
+@@ -82,6 +88,8 @@
+         <translator>Γιώργος Μαλαμάς "Grg68"</translator>
+         <description>Προσθέτει τη δυνατότητα να δημιουργήσετε και να επεξεργαστείτε καταχωρίσεις κωδικών πρόσβασης στο διαχειριστή κωδικών πρόσβασης.</description>
+       </RDF:Description>
++    </localized>
++    <localized>
+       <RDF:Description>
+         <locale>eo</locale>
+         <name>Saved Password Editor</name>
+@@ -90,6 +98,8 @@
+         <translator>milupo</translator>
+         <description>Disponigas eblecon krei kaj redakti enskribojn en la pasvorta administrilo.</description>
+       </RDF:Description>
++    </localized>
++    <localized>
+       <RDF:Description>
+         <locale>es-ES</locale>
+         <name>Saved password editor (Editor de contraseñas)</name>
+@@ -98,6 +108,8 @@
+         <translator>Ricardo A. Rivas <rivica at gmail.com></translator>
+         <description>Agrega la capacidad de crear y editar el contenido del administrador de contraseñas.</description>
+       </RDF:Description>
++    </localized>
++    <localized>
+       <RDF:Description>
+         <locale>fi</locale>
+         <name>Saved Password Editor</name>
+@@ -106,6 +118,8 @@
+         <translator>Jiipee</translator>
+         <description>Lisää mahdollisuuden luoda ja muokata kirjautumistietoja salasanojen hallinnassa.</description>
+       </RDF:Description>
++    </localized>
++    <localized>
+       <RDF:Description>
+         <locale>fr</locale>
+         <name>Saved Password Editor</name>
+@@ -114,6 +128,8 @@
+         <translator>Goofy</translator>
+         <description>Vous permet de créer et modifier vos identifiants dans le gestionnaire de mots de passe.</description>
+       </RDF:Description>
++    </localized>
++    <localized>
+       <RDF:Description>
+         <locale>hsb</locale>
+         <name>Saved Password Editor</name>
+@@ -122,6 +138,8 @@
+         <translator>milupo</translator>
+         <description>Staja móžnosć k dispoziciji, zapiski w zrjadowaku hesłow wutworić a wobdźěłać.</description>
+       </RDF:Description>
++    </localized>
++    <localized>
+       <RDF:Description>
+         <locale>hu</locale>
+         <name>Saved Password Editor</name>
+@@ -130,6 +148,8 @@
+         <translator>MIKES KASZMÁN István "Cashman"</translator>
+         <description>Jelszavak szerkesztése a jelszókezelőben.</description>
+       </RDF:Description>
++    </localized>
++    <localized>
+       <RDF:Description>
+         <locale>id-ID</locale>
+         <name>Saved Password Editor</name>
+@@ -138,6 +158,8 @@
+         <translator>XCen</translator>
+         <description>Menambahkan kemampuan untuk membuat dan menyunting entri kata sandi di pengatur kata sandi.</description>
+       </RDF:Description>
++    </localized>
++    <localized>
+       <RDF:Description>
+         <locale>ja</locale>
+         <name>Saved Password Editor</name>
+@@ -146,6 +168,8 @@
+         <translator>Masahiko Imanaka "mar"</translator>
+         <description>パスワードマネージャにパスワードエントリを作成、編集する機能を追加します。</description>
+       </RDF:Description>
++    </localized>
++    <localized>
+       <RDF:Description>
+         <locale>nl</locale>
+         <name>Saved Password Editor</name>
+@@ -154,6 +178,8 @@
+         <translator>markh</translator>
+         <description>Voegt de mogelijkheid om wachtwoorden te maken en te bewerken toe aan de wachtwoordbeheerder.</description>
+       </RDF:Description>
++    </localized>
++    <localized>
+       <RDF:Description>
+         <locale>pl</locale>
+         <name>Saved Password Editor</name>
+@@ -162,6 +188,8 @@
+         <translator>Marcin Borowczyk "MarcinB"</translator>
+         <description>Dodaje możliwość tworzenia i edytowania wpisów haseł w menadżerze haseł.</description>
+       </RDF:Description>
++    </localized>
++    <localized>
+       <RDF:Description>
+         <locale>pt-BR</locale>
+         <name>Saved Password Editor</name>
+@@ -170,6 +198,8 @@
+         <translator>Edgard Dias Magalhaes "edgard.magalhaes"</translator>
+         <description>Acrescenta a capacidade de criar e editar entradas de senhas no gerenciador de senhas.</description>
+       </RDF:Description>
++    </localized>
++    <localized>
+       <RDF:Description>
+         <locale>pt-PT</locale>
+         <name>Saved Password Editor</name>
+@@ -178,6 +208,8 @@
+         <translator>Carlos Simão "lloco"</translator>
+         <description>Adiciona a habilidade de criar ou editar as senhas no gestor de senhas.</description>
+       </RDF:Description>
++    </localized>
++    <localized>
+       <RDF:Description>
+         <locale>ru</locale>
+         <name>Saved Password Editor</name>
+@@ -186,6 +218,8 @@
+         <translator>Пирятинский Виталий "PiVV"</translator>
+         <description>Добавляет возможность создания и редактирования паролей в менеджере паролей.</description>
+       </RDF:Description>
++    </localized>
++    <localized>
+       <RDF:Description>
+         <locale>sr</locale>
+         <name>Saved Password Editor</name>
+@@ -196,6 +230,8 @@
+         <translator>Rancher</translator>
+         <description>Додаје могућност прављења и мењања лозинки у управљачу лозинкама.</description>
+       </RDF:Description>
++    </localized>
++    <localized>
+       <RDF:Description>
+         <locale>sv-SE</locale>
+         <name>Saved Password Editor</name>
+@@ -204,6 +240,8 @@
+         <translator>Mikael Hiort af Ornäs "Lakrits"</translator>
+         <description>Lägger till funktioner för att skapa och redigera lösenordsposter i lösenordshanteraren.</description>
+       </RDF:Description>
++    </localized>
++    <localized>
+       <RDF:Description>
+         <locale>tr</locale>
+         <name>Saved Password Editor</name>
+@@ -214,6 +252,8 @@
+         <translator>omrakin</translator>
+         <description>Şifre yöneticisindeki şifrelere yaratma ve değiştirme yetenekleri ekler.</description>
+       </RDF:Description>
++    </localized>
++    <localized>
+       <RDF:Description>
+         <locale>vi</locale>
+         <name>Saved Password Editor</name>
+@@ -222,6 +262,8 @@
+         <translator>Nguyễn Hoàng Long at timelinelive.blogspot.com "longnh"</translator>
+         <description>Thêm tính năng tạo và thay đổi các mật khẩu trong cửa sổ quản lý mật khẩu.</description>
+       </RDF:Description>
++    </localized>
++    <localized>
+       <RDF:Description>
+         <locale>zh-CN</locale>
+         <name>Saved Password Editor</name>
+@@ -233,6 +275,8 @@
+         <translator>Wang.H.K "whknnn"</translator>
+         <description>在「已保存密码」管理中增加新建与编辑密码的功能。</description>
+       </RDF:Description>
++    </localized>
++    <localized>
+       <RDF:Description>
+         <locale>zh-TW</locale>
+         <name>Saved Password Editor</name>
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..49f80f6
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-rdf-localized-error
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..b280270
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/mozilla-devscripts/xpi.mk
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..466c653
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+ftp://ftp.mozilla.org/pub/mozilla.org/addons/60265/saved_password_editor-([\d\.]+)-.*\.xpi debian xpi-repack

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/mozilla-password-editor.git



More information about the Pkg-mozext-commits mailing list