[Pkg-gnupg-commit] [gnupg1] 25/30: drop gpgv1.4-udeb (Closes: #867685)

Daniel Kahn Gillmor dkg at fifthhorseman.net
Wed Aug 2 06:35:15 UTC 2017


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

dkg pushed a commit to branch master
in repository gnupg1.

commit 348dd27bf37f569342812cc8f662d4abc50c1e34
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Wed Aug 2 01:54:11 2017 -0400

    drop gpgv1.4-udeb (Closes: #867685)
---
 debian/control              | 20 --------------------
 debian/gpgv1.4-udeb.install |  1 -
 debian/rules                |  4 ----
 3 files changed, 25 deletions(-)

diff --git a/debian/control b/debian/control
index 043821d..d92e8a1 100644
--- a/debian/control
+++ b/debian/control
@@ -104,26 +104,6 @@ Description: GNU privacy guard - signature verification tool (deprecated "classi
  signatures it cannot verify.  Please use the "gpgv" package instead
  where possible.
 
-Package: gpgv1.4-udeb
-Package-Type: udeb
-Section: debian-installer
-Architecture: armel
-Provides:
- gpgv-udeb,
-Depends:
- ${misc:Depends},
- ${shlibs:Depends},
-Description: minimal signature verification tool (deprecated "classic" version)
- 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 is GnuPG's signature verification tool, gpgv, packaged in
- minimal form for use in debian-installer on architectures where space
- for the installer is extremely limited.  It is likely to be removed
- from debian after the release of stretch (debian 9).
-
 Package: gnupg1-l10n
 Architecture: all
 Depends:
diff --git a/debian/gpgv1.4-udeb.install b/debian/gpgv1.4-udeb.install
deleted file mode 100644
index dc83591..0000000
--- a/debian/gpgv1.4-udeb.install
+++ /dev/null
@@ -1 +0,0 @@
-build-udeb/g10/gpgv usr/bin/
diff --git a/debian/rules b/debian/rules
index f1e9711..6ba54d5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,18 +10,14 @@ export SOURCE_DATE_EPOCH = \
 CONFARGS  = --prefix=/usr --libexecdir=/usr/lib/ --enable-noexecstack --disable-card-support
 
 CONFARGS_FULL    = --enable-mailto --with-mailprog=/usr/sbin/sendmail --enable-large-secmem
-CONFARGS_MINIMAL = --enable-minimal --enable-rsa --disable-nls --disable-regex --disable-gnupg-iconv --disable-gettext --without-iconv --without-readline --without-zlib --enable-sha256
 
 override_dh_auto_configure:
-	dh_auto_configure --builddirectory=build-udeb -- \
-		$(CONFARGS) $(CONFARGS_MINIMAL)
 	dh_auto_configure --builddirectory=build-deb -- --libexecdir=\$${prefix}/lib/gnupg1 \
 		$(CONFARGS) $(CONFARGS_FULL) --without-libcurl
 	dh_auto_configure --builddirectory=build-deb-curl -- --libexecdir=\$${prefix}/lib/gnupg1 \
 		$(CONFARGS) $(CONFARGS_FULL)
 
 override_dh_auto_build-arch:
-	dh_auto_build --builddirectory=build-udeb
 	dh_auto_build --builddirectory=build-deb-curl
 	dh_auto_build --builddirectory=build-deb
 	cp build-deb/doc/gpgv.1 build-deb/doc/gpgv1.1

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



More information about the Pkg-gnupg-commit mailing list