[Pkg-gnupg-commit] [gnupg2] 11/12: break out arch-indep localization files into new gnupg-l10n package

Daniel Kahn Gillmor dkg at fifthhorseman.net
Mon Aug 1 22:27:18 UTC 2016


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

dkg pushed a commit to branch experimental
in repository gnupg2.

commit 2da26ead19aaf0d6af4471690d78ab50463e805f
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Mon Aug 1 16:47:05 2016 -0400

    break out arch-indep localization files into new gnupg-l10n package
    
    Nearly 75% of the installed size of the gnupg package is
    architecture-independent localization files.  This commit breaks these
    files out into a separate package so that a more minimal installation
    can be used without localization.
---
 debian/control            | 23 +++++++++++++++++++++++
 debian/gnupg-l10n.install |  2 ++
 debian/gnupg.install      |  2 --
 3 files changed, 25 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 50f6e6b..6ea0c04 100644
--- a/debian/control
+++ b/debian/control
@@ -115,6 +115,7 @@ Depends:
  ${shlibs:Depends}
 Recommends:
  dirmngr (= ${binary:Version}),
+ gnupg-l10n (= ${binary:Version}),
  ${shlibs:Recommends}
 Suggests:
  parcimonie,
@@ -258,3 +259,25 @@ Description: GNU privacy guard - signature verification tool (win32 build)
  .
  This is a win32 version of gpgv.  It's meant to be used by the win32-loader
  component of Debian-Installer.
+
+Package: gnupg-l10n
+Architecture: all
+Priority: extra
+Depends:
+ ${misc:Depends}
+Enhances:
+ gnupg
+Breaks:
+ gnupg (<< 2.1.14-2~),
+ gnupg2 (<< 2.1.14-2~)
+Replaces:
+ gnupg (<< 2.1.14-2~),
+ gnupg2 (<< 2.1.14-2~)
+Description: GNU privacy guard - localization files
+ GnuPG is GNU's tool for secure communication and data storage.
+ It can be used to encrypt data and to create digital signatures.
+ It includes an advanced key management facility and is compliant
+ with the proposed OpenPGP Internet standard as described in RFC 4880.
+ .
+ This package contains the translation files for the use of GnuPG in
+ non-English locales.
diff --git a/debian/gnupg-l10n.install b/debian/gnupg-l10n.install
new file mode 100644
index 0000000..9aaad82
--- /dev/null
+++ b/debian/gnupg-l10n.install
@@ -0,0 +1,2 @@
+debian/tmp/usr/share/gnupg/help.*.txt
+debian/tmp/usr/share/locale
diff --git a/debian/gnupg.install b/debian/gnupg.install
index 7a624c3..12fb913 100644
--- a/debian/gnupg.install
+++ b/debian/gnupg.install
@@ -10,6 +10,4 @@ debian/tmp/usr/sbin/addgnupghome
 debian/tmp/usr/sbin/applygnupgdefaults
 debian/tmp/usr/share/gnupg/distsigkey.gpg
 debian/tmp/usr/share/gnupg/gpg-conf.skel
-debian/tmp/usr/share/gnupg/help.*.txt
-debian/tmp/usr/share/locale
 tools/lspgpot usr/bin

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git



More information about the Pkg-gnupg-commit mailing list