* Drop transitional package keylookup.
authorthijs <thijs@b513b33f-fedd-0310-b452-c3deb5f4c849>
Tue, 22 May 2007 09:35:29 +0000 (09:35 +0000)
committerthijs <thijs@b513b33f-fedd-0310-b452-c3deb5f4c849>
Tue, 22 May 2007 09:35:29 +0000 (09:35 +0000)
git-svn-id: svn://svn.debian.org/pgp-tools/trunk@319 b513b33f-fedd-0310-b452-c3deb5f4c849

debian/changelog
debian/control
debian/copyright
debian/rules

index ddca71856dad5a8817dbee0269fbe3b5f93ab413..0ef4b51b934b5e956a8e772e9ebd73d790f7e9c1 100644 (file)
@@ -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
 
index 195ca21c909013e6850f28561931d72a3a4b89da..cbfc39f0fe4c3c41e973ed140efa80b93830c374 100644 (file)
@@ -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.
index 607fa9d6cc1b285b54fbb4ac478807739794a359..1e32e93edd9baf4a3c9c71269292b0229bd5ca43 100644 (file)
@@ -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
index ebe0bb2421fc827270ad3f35d261174d03675b17..c8772619028dd44cb4c22cff360a55745823f03c 100755 (executable)
@@ -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