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

nodens-guest pushed a commit to annotated tag OpenPGP_Applet-0.9
in repository openpgp-applet.

commit 7d4457a17fd7aca441730c1c38a01c18cbbe697c
Author: Clément Hermann (nodens) <nod...@nodens.org>
Date:   Wed Aug 6 18:13:13 2014 +0200

    mv OpenPGP_Applet to Crypt namespace
---
 bin/openpgp-applet                          | 6 +++---
 lib/Crypt/OpenPGP_Applet/GnuPG/Interface.pm | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/bin/openpgp-applet b/bin/openpgp-applet
index a0c3fd9..3b3101e 100755
--- a/bin/openpgp-applet
+++ b/bin/openpgp-applet
@@ -61,7 +61,7 @@ use Gtk2::SimpleList;
 
 use Encode qw{decode encode find_encoding};
 use English;
-use OpenPGP_Applet::GnuPG::Interface;
+use Crypt::OpenPGP_Applet::GnuPG::Interface;
 use IO::Handle;
 use I18N::Langinfo qw{langinfo CODESET};
 use List::MoreUtils qw{none};
@@ -94,7 +94,7 @@ use constant COMBO_KEYID       => 1;
 use constant COMBO_FINGERPRINT => 2;
 use constant COMBO_ROLE        => 3;
 
-my $gnupg         = OpenPGP_Applet::GnuPG::Interface->new();
+my $gnupg         = Crypt::OpenPGP_Applet::GnuPG::Interface->new();
 my $codeset       = langinfo(CODESET());
 my $encoding      = find_encoding($codeset);
 my $main_window   = Gtk2::Window->new();
@@ -963,7 +963,7 @@ sub make_icon_source {
     my $ext  = shift;
     my $size = shift;
 
-    my $pixmapdir = File::ShareDir::dist_dir('OpenPGP_Applet') . "/pixmaps";
+    my $pixmapdir = File::ShareDir::dist_dir('Crypt/OpenPGP_Applet') . 
"/pixmaps";
     my $filename = "$pixmapdir/$base/$icon.$ext";
     my $source = Gtk2::IconSource->new();
     $source->set_filename($filename);
diff --git a/lib/Crypt/OpenPGP_Applet/GnuPG/Interface.pm 
b/lib/Crypt/OpenPGP_Applet/GnuPG/Interface.pm
index c29c325..5588535 100644
--- a/lib/Crypt/OpenPGP_Applet/GnuPG/Interface.pm
+++ b/lib/Crypt/OpenPGP_Applet/GnuPG/Interface.pm
@@ -1,4 +1,4 @@
-package OpenPGP_Applet::GnuPG::Interface;
+package Crypt::OpenPGP_Applet::GnuPG::Interface;
 use Any::Moose;
 extends 'GnuPG::Interface';
 

-- 
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