[Pkg-gnupg-commit] [gnupg] 13/17: tell the package that it is named gnupg1

Daniel Kahn Gillmor dkg at fifthhorseman.net
Fri Apr 1 16:34:35 UTC 2016


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

dkg pushed a commit to branch experimental
in repository gnupg.

commit 9ac70c2ca41f372a9655ae7f680d3dbec3f94f41
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Fri Apr 1 02:04:25 2016 -0400

    tell the package that it is named gnupg1
---
 .../0003-change-package-name-to-gnupg1.patch       | 23 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 24 insertions(+)

diff --git a/debian/patches/0003-change-package-name-to-gnupg1.patch b/debian/patches/0003-change-package-name-to-gnupg1.patch
new file mode 100644
index 0000000..eb52d3e
--- /dev/null
+++ b/debian/patches/0003-change-package-name-to-gnupg1.patch
@@ -0,0 +1,23 @@
+From: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
+Date: Fri, 1 Apr 2016 01:58:00 -0400
+Subject: change package name to gnupg1
+
+We're moving to calling this gnupg1; this change should affect libexec
+(where the keyserver helpers live), gettext, and other places.
+---
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index 92ae205..9d70e92 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -42,7 +42,7 @@ m4_define([mym4_betastring],
+ m4_define([mym4_isgit],m4_if(mym4_betastring,[],[no],[yes]))
+ m4_define([mym4_full_version],[mym4_version[]mym4_betastring])
+ 
+-AC_INIT([gnupg],[mym4_full_version], [http://bugs.gnupg.org])
++AC_INIT([gnupg1],[mym4_full_version], [https://bugs.gnupg.org])
+ 
+ 
+ development_version=mym4_isgit
diff --git a/debian/patches/series b/debian/patches/series
index b8f6416..a277928 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 0001-avoid-looking-for-git-info-during-autoreconf.patch
 0002-Update-Danish-translation.patch
+0003-change-package-name-to-gnupg1.patch

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



More information about the Pkg-gnupg-commit mailing list