[Pkg-gnupg-commit] [gnupg] 01/04: drop gpgv-udeb package -- it should now be built by gnupg2.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Fri Feb 5 20:45:42 UTC 2016


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

dkg pushed a commit to branch master
in repository gnupg.

commit 690f9878a404eb7f6e0b1ca12ed5620dcbd752a6
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Thu Feb 4 17:49:24 2016 -0500

    drop gpgv-udeb package -- it should now be built by gnupg2.
---
 debian/changelog          |  6 ++++++
 debian/control            | 15 ---------------
 debian/gnupg-udeb.install |  1 -
 debian/gpgv-udeb.install  |  1 -
 debian/rules              | 19 +++----------------
 5 files changed, 9 insertions(+), 33 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5c21b19..feb21fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gnupg (1.4.20-2) unstable; urgency=medium
+
+  * drop gpgv-udeb package -- it should now be built by gnupg2.
+
+ -- Daniel Kahn Gillmor <dkg at fifthhorseman.net>  Thu, 04 Feb 2016 17:49:10 -0500
+
 gnupg (1.4.20-1) unstable; urgency=medium
 
   * new upstream release
diff --git a/debian/control b/debian/control
index f211935..de39f43 100644
--- a/debian/control
+++ b/debian/control
@@ -71,21 +71,6 @@ Description: GNU privacy guard - signature verification tool
  different (and simpler) way to check that the public keys used to
  make the signature are trustworthy.
 
-Package: gpgv-udeb
-Package-Type: udeb
-Section: debian-installer
-Priority: extra
-Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: minimal signature verification tool
- 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.
-
 Package: gpgv-win32
 Architecture: all
 Priority: extra
diff --git a/debian/gnupg-udeb.install b/debian/gnupg-udeb.install
deleted file mode 100644
index f343c36..0000000
--- a/debian/gnupg-udeb.install
+++ /dev/null
@@ -1 +0,0 @@
-build-udeb/g10/gpg usr/bin/
diff --git a/debian/gpgv-udeb.install b/debian/gpgv-udeb.install
deleted file mode 100644
index dc83591..0000000
--- a/debian/gpgv-udeb.install
+++ /dev/null
@@ -1 +0,0 @@
-build-udeb/g10/gpgv usr/bin/
diff --git a/debian/rules b/debian/rules
index 9bfc1cb..ef67b47 100755
--- a/debian/rules
+++ b/debian/rules
@@ -50,11 +50,6 @@ build-deb-curl/config.status:
 	(mkdir -p $(@D); cd $(@D); \
 	    ../configure LDFLAGS="$(LDFLAGS)" CPPFLAGS="$(CPPFLAGS_DEF)" CFLAGS="$(CFLAGS_DEF)" $(CONFARGS) $(CONFARGS_FULL) $(HOSTARG))
 
-build-udeb/config.status:
-	dh_testdir
-	(mkdir -p $(@D); cd $(@D); CFLAGS="-g -Os" \
-	    ../configure $(CONFARGS) $(CONFARGS_MINIMAL) $(HOSTARG) )
-
 build-win32/config.status:
 	dh_testdir
 	(mkdir -p $(@D); cd $(@D); CFLAGS="-g -Os" \
@@ -79,21 +74,13 @@ ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
 endif
 	touch $@
 
-build-udeb-stamp: build-udeb/config.status
-	dh_testdir
-	$(MAKE) -C build-udeb/
-ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
-	make -C build-udeb/checks check || exit 1
-endif
-	touch $@
-
 build-win32-stamp: build-win32/config.status
 	dh_testdir
 	$(MAKE) -C build-win32/
 	touch $@
 
 build: build-arch
-build-arch: build-deb-stamp build-deb-curl-stamp build-udeb-stamp
+build-arch: build-deb-stamp build-deb-curl-stamp
 build-indep: build-win32-stamp
 
 ##################################### clean ##################################
@@ -101,9 +88,9 @@ build-indep: build-win32-stamp
 clean: 
 	dh_testdir
 	dh_testroot
-	rm -rf build-udeb/ build-deb-curl/ build-deb/ build-win32/
+	rm -rf build-deb-curl/ build-deb/ build-win32/
 	# find . -name \*~ | xargs rm -vf
-	dh_clean build-deb-stamp build-deb-curl-stamp build-udeb-stamp build-win32-stamp
+	dh_clean build-deb-stamp build-deb-curl-stamp build-win32-stamp
 
 #################################### install #################################
 

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