From 026b4c5b668a1a82a8f7d81f923f0999599c5be7 Mon Sep 17 00:00:00 2001
From: thijs <thijs@b513b33f-fedd-0310-b452-c3deb5f4c849>
Date: Tue, 22 May 2007 09:35:29 +0000
Subject: [PATCH] * Drop transitional package keylookup.

git-svn-id: svn://svn.debian.org/pgp-tools/trunk@319 b513b33f-fedd-0310-b452-c3deb5f4c849
---
 debian/changelog |  5 +++--
 debian/control   | 10 ----------
 debian/copyright |  2 +-
 debian/rules     |  9 ++-------
 4 files changed, 6 insertions(+), 20 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ddca718..0ef4b51 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-signing-party (0.4.9-2) unstable; urgency=low
+signing-party (0.4.10-1) unstable; urgency=low
 
   * caff:
     + Fix syntax error in example config variables (Closes: #413020).
@@ -7,8 +7,9 @@ signing-party (0.4.9-2) unstable; urgency=low
   * gpg-key2ps:
     + Add '-1' option to only display one column of slips, for extra
       wide keys (Closes: #399474).
+  * Drop transitional and now obsolete keylookup package.
 
- -- Thijs Kinkhorst <thijs@debian.org>  Tue, 22 May 2007 10:48:40 +0200
+ -- Thijs Kinkhorst <thijs@debian.org>  Tue, 22 May 2007 11:31:22 +0200
 
 signing-party (0.4.9-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 195ca21..cbfc39f 100644
--- a/debian/control
+++ b/debian/control
@@ -29,13 +29,3 @@ Description: Various OpenPGP related tools
  .
  Homepage: http://pgp-tools.alioth.debian.org/
 
-Package: keylookup
-Architecture: all
-Depends: signing-party (>= 0.4.2)
-Description: transitional package to pull in signing-party
- A nice console tool to fetch public keys from keyservers.
- .
- keylookup has been merged with signing-party as of 0.4.2.
- .
- This package is empty and exists to facilitate upgrades.
- It can safely be removed.
diff --git a/debian/copyright b/debian/copyright
index 607fa9d..1e32e93 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -12,7 +12,7 @@ Authors and Copyright:
   (c) 2004  Uli Martens <uli@youam.net>
   (c) 2004, 2005, 2006  Christoph Berg <cb@df7cb.de>
   (c) 2001-2005  Simon Richter <sjr@debian.org>
-  (c) 2005, 2006  Thijs Kinkhorst <thijs@debian.org>
+  (c) 2005, 2006, 2007  Thijs Kinkhorst <thijs@debian.org>
   (c) 2000, 2002  Christian Kurz <shorty@debian.org>
   Other contributors:
   Enrico Zini
diff --git a/debian/rules b/debian/rules
index ebe0bb2..c877261 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,10 +41,6 @@ install: build
 	install -d $(CURDIR)/debian/signing-party/usr/share/lintian/overrides
 	install -m 644 debian/overrides/signing-party $(CURDIR)/debian/signing-party/usr/share/lintian/overrides
 
-	install -d $(CURDIR)/debian/keylookup/usr/share/doc/keylookup
-	ln -s ../signing-party/changelog.Debian.gz $(CURDIR)/debian/keylookup/usr/share/doc/keylookup/
-	install -d $(CURDIR)/debian/keylookup/usr/share/lintian/overrides
-	install -m 644 debian/overrides/keylookup $(CURDIR)/debian/keylookup/usr/share/lintian/overrides
 
 binary-indep: build install
 	dh_testdir
@@ -53,13 +49,12 @@ binary-indep: build install
 	dh_installmenu
 	dh_installcron
 	dh_installinfo
-	dh_installchangelogs -psigning-party
+	dh_installchangelogs
 	dh_compress
 	dh_fixperms
 	dh_installdeb
 	dh_shlibdeps
-	dh_gencontrol -psigning-party
-	dh_gencontrol -pkeylookup -- -v3.0-$(VERSION)
+	dh_gencontrol
 	dh_md5sums
 	dh_builddeb
 
-- 
2.39.5