[openpgp-applet] 01/06: Imported Upstream version 0.9.1

Clement Hermann nodens at nodens.org
Mon Aug 17 14:46:46 UTC 2015


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 859e590b142088fb5aa4fd44cb74732e78586f59
Author: Clément Hermann <nodens at nodens.org>
Date:   Mon Aug 17 13:20:41 2015 +0200

    Imported Upstream version 0.9.1
---
 Changes                                     | 52 ++++++++++++++++++++++++++---
 META.json                                   |  2 +-
 META.yml                                    |  2 +-
 Makefile.PL                                 |  2 +-
 bin/openpgp-applet                          |  4 +--
 dist.ini                                    | 12 ++++---
 lib/Crypt/OpenPGP_Applet/GnuPG/Interface.pm |  4 +--
 7 files changed, 63 insertions(+), 15 deletions(-)

diff --git a/Changes b/Changes
index cab73d0..4ce2940 100644
--- a/Changes
+++ b/Changes
@@ -1,10 +1,54 @@
 ==================================================
-Changes from 1741-10-26 00:00:00 +0000 to present.
+Changes from 1741-11-02 00:00:00 +0000 to present.
 ==================================================
 
-----------------------------------------
-version 0.9 at 2015-08-10 21:07:20 +0000
-----------------------------------------
+------------------------------------------
+version 0.9.1 at 2015-08-17 09:58:44 +0000
+------------------------------------------
+
+  Change: e66105ce3dad0f88a409385ca1439d7c2bcbe366
+  Author: Clément Hermann (nodens) <nodens at nodens.org>
+  Date : 2015-08-17 11:57:36 +0000
+
+    Release 0.9.1 
+
+  Change: 3f268843e5b77398334c546226e40d8edce3fd78
+  Author: Clément Hermann (nodens) <nodens at nodens.org>
+  Date : 2015-08-17 11:56:25 +0000
+
+    Remove VersionFromGit dzil plugin
+
+    (as it messes up with versioning) 
+
+  Change: 6412304c8418612f29e959bf85e63aa33dbbd10b
+  Author: Clément Hermann (nodens) <nodens at nodens.org>
+  Date : 2015-08-17 11:52:33 +0000
+
+    Revert "Release 0.9.1"
+
+    Problem with versioning (v0.9.1 in tarball name) This reverts commit
+    10f394a1ead26885f59c28368f34b72ad15fa2fb. 
+
+  Change: 10f394a1ead26885f59c28368f34b72ad15fa2fb
+  Author: Clément Hermann (nodens) <nodens at nodens.org>
+  Date : 2015-08-17 11:21:40 +0000
+
+    Release 0.9.1 
+
+  Change: 1b383621b62ce14ff6b69a506d3c29abe0bdd63d
+  Author: Clément Hermann (nodens) <nodens at nodens.org>
+  Date : 2015-08-11 23:35:59 +0000
+
+    Use Git dzil bundle:
+
+    - includes Git::Check plugin - add Git::Tag plugin to auto tag
+    releases 
+
+  Change: 54808ac22b0929034c192eea1e64fe47c8f21163
+  Author: Clément Hermann (nodens) <nodens at nodens.org>
+  Date : 2015-08-11 22:31:38 +0000
+
+    perlcritic : remove uneeded prototypes from subs 
 
   Change: e858cc94bdbe0e98f5a695937e19f508624f83e7
   Author: Clément Hermann (nodens) <nodens at nodens.org>
diff --git a/META.json b/META.json
index f84af00..5ed5aa5 100644
--- a/META.json
+++ b/META.json
@@ -68,6 +68,6 @@
          "url" : "https://git-tails.immerda.ch/nodens/openpgp-applet/"
       }
    },
-   "version" : "0.9"
+   "version" : "0.9.1"
 }
 
diff --git a/META.yml b/META.yml
index 8edddc3..bbb6765 100644
--- a/META.yml
+++ b/META.yml
@@ -48,4 +48,4 @@ requires:
 resources:
   homepage: https://tails.boum.org/
   repository: https://git-tails.immerda.ch/nodens/openpgp-applet/
-version: '0.9'
+version: 0.9.1
diff --git a/Makefile.PL b/Makefile.PL
index 297f094..63e2287 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -61,7 +61,7 @@ my %WriteMakefileArgs = (
     "Env::Path" => 0,
     "Test::Most" => 0
   },
-  "VERSION" => "0.9",
+  "VERSION" => "0.9.1",
   "test" => {
     "TESTS" => "t/*.t"
   }
diff --git a/bin/openpgp-applet b/bin/openpgp-applet
index 442743f..63e116a 100755
--- a/bin/openpgp-applet
+++ b/bin/openpgp-applet
@@ -6,7 +6,7 @@ OpenPGP_Applet - GNOME applet for OpenPGP text encryption
 
 =head1 VERSION
 
-Version 0.9
+Version 0.9.1
 
 =head1 DESCRIPTION
 
@@ -52,7 +52,7 @@ use strict;
 use warnings FATAL => 'all';
 use 5.10.0;
 
-our $VERSION = 0.9;
+our $VERSION = 0.9.1;
 
 use Glib qw{TRUE FALSE};
 use Gtk2 qw{-init};
diff --git a/dist.ini b/dist.ini
index e218740..f9f2492 100644
--- a/dist.ini
+++ b/dist.ini
@@ -4,8 +4,7 @@ author           = Tails developers <tails at boum.org>
 license          = Perl_5
 copyright_holder = Tails developers
 copyright_year   = 2015
-
-[VersionFromModule]
+version          = 0.9.1
 
 
 [MetaResources]
@@ -13,6 +12,7 @@ homepage = https://tails.boum.org/
 repository.url  = https://git-tails.immerda.ch/nodens/openpgp-applet/
 repository.type = git
 
+
 [@Filter]
 -bundle = @Basic
 -remove = Readme
@@ -30,6 +30,12 @@ requires = xclip
 
 [Test::Perl::Critic]
 
+; unused unless using dzil release
+[@Git]
+signed = 1
+allow_dirty_match = OpenPGP_Applet-.*
+allow_dirty_match = po/.*\.mo
+
 [ExecDir]
 
 [LocaleTextDomain]
@@ -39,8 +45,6 @@ textdomain = OpenPGP_Applet
 [LocaleMsgfmt]
 locale = po
 
-[Git::Check]
-
 [ChangelogFromGit]
 max_age     = 99999
 tag_regexp  = ^OpenPGP_Applet_(?:\d+[.]?)+$
diff --git a/lib/Crypt/OpenPGP_Applet/GnuPG/Interface.pm b/lib/Crypt/OpenPGP_Applet/GnuPG/Interface.pm
index 6f44069..323bb00 100644
--- a/lib/Crypt/OpenPGP_Applet/GnuPG/Interface.pm
+++ b/lib/Crypt/OpenPGP_Applet/GnuPG/Interface.pm
@@ -8,7 +8,7 @@ extends 'GnuPG::Interface';
 use namespace::autoclean;
 use Carp;
 
-sub get_public_keys_light ( $@ ) {
+sub get_public_keys_light {
     my ( $self, @key_ids ) = @_;
 
     return $self->get_keys_light(
@@ -17,7 +17,7 @@ sub get_public_keys_light ( $@ ) {
     );
 }
 
-sub get_secret_keys_light ( $@ ) {
+sub get_secret_keys_light {
     my ( $self, @key_ids ) = @_;
 
     return $self->get_keys_light(

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



More information about the Pkg-perl-cvs-commits mailing list