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

nodens-guest pushed a commit to branch master
in repository openpgp-applet.

commit 958ffd7e72918a07314781a2e1bf18dd04d3ee04
Author: Tails developers <ta...@boum.org>
Date:   Tue Jul 29 16:57:30 2014 +0200

    Initial Debian packaging
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 41 +++++++++++++++++++++++++++++++++++++++++
 debian/copyright     | 37 +++++++++++++++++++++++++++++++++++++
 debian/rules         |  4 ++++
 debian/source/format |  1 +
 6 files changed, 89 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..14c3ed2
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+openpgp-applet (0.8-1) unstable; urgency=low
+
+  * Initial Release. (Closes)
+
+ -- Clément Hermann (nodens) <nod...@nodens.org>  Tue, 29 Jul 2014 13:52:10 
+0200
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..a6c2e84
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,41 @@
+Source: openpgp-applet
+Section: x11
+Priority: optional
+Maintainer: Clément Hermann (nodens) <nod...@nodens.org>
+Build-Depends: debhelper (>= 9)
+Build-Depends-Indep: libany-moose-perl,
+ libdatetime-perl,
+ libfile-sharedir-perl,
+ libglib-perl,
+ libgtk2-perl,
+ liblist-moreutils-perl,
+ liblocale-gettext-perl,
+ libnamespace-autoclean-perl,
+ perl (>= 5.15.2)
+Standards-Version: 3.9.5
+Homepage: https://tails.boum.org/doc/encryption_and_privacy/gpgapplet/
+
+Package: openpgp-applet
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libany-moose-perl,
+ libdatetime-perl,
+ libfile-sharedir-perl,
+ libglib-perl,
+ libgtk2-perl,
+ liblist-moreutils-perl,
+ liblocale-gettext-perl,
+ libnamespace-autoclean-perl
+Recommends: seahorse | pinentry
+Description: GNOME applet for OpenPGP text encryption
+ OpenPGP_Applet allows encrypting and decrypting the content of the
+ clipboard with a symmetric cipher using a passphrase. This is
+ a graphical frontend on top of GnuPG.
+ .
+ Asymmetric decryption and clipboard verification are also supported.
+ .
+ Note: OpenPGP_Applet does not handle passphrase input. Since it also does not
+ offer terminal interaction unless explicitly run from there, it relies in
+ practice on some kind of GnuPG agent such as pinentry, Seahorse 2.x or GNOME
+ keyring 3.x to manage passphrase input.
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..4b817ae
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,37 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: https://metacpan.org/release/OpenPGP_Applet
+Upstream-Contact: Tails developers <ta...@boum.org>
+Upstream-Name: OpenPGP_Applet
+
+Files: *
+Copyright: Tails developers <ta...@boum.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2014, Clément Hermann (nodens) <nod...@nodens.org>
+License: GPL-2+
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
+
+License: GPL-1+
+ This program 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 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.
+
+License: GPL-2+
+ This program 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, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 2 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-2'.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2d33f6a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+       dh $@
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)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/openpgp-applet.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to