[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Ubuntu dpkg 1.14.20ubuntu5



This e-mail has been sent due to an upload to Ubuntu that contains Ubuntu
changes.  It contains the difference between the new version and the
previous version of the same source package in Ubuntu.
Format: 1.7
Date: Tue, 19 Aug 2008 17:29:27 +0100
Source: dpkg
Binary: dpkg dselect dpkg-dev
Architecture: source
Version: 1.14.20ubuntu5
Distribution: intrepid
Urgency: low
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Changed-By: Colin Watson <cjwatson@ubuntu.com>
Description: 
 dpkg       - Debian package management system
 dpkg-dev   - Debian package development tools
 dselect    - Debian package management front-end
Changes: 
 dpkg (1.14.20ubuntu5) intrepid; urgency=low
 .
   * scripts/Dpkg/Source/Package.pm: Point gpg at
     /usr/share/keyrings/ubuntu-archive-keyring.gpg if it exists.
Files: 
 ec41b312864fac6a2327e16d3e30b929 1383 admin required dpkg_1.14.20ubuntu5.dsc
 6e1efb1b20f1427d279c193a00e67a69 6670409 admin required dpkg_1.14.20ubuntu5.tar.gz
Original-Maintainer: Dpkg Developers <debian-dpkg@lists.debian.org>
diff -pruN 1.14.20ubuntu4/debian/changelog 1.14.20ubuntu5/debian/changelog
--- 1.14.20ubuntu4/debian/changelog	2008-07-29 21:14:29.000000000 +0100
+++ 1.14.20ubuntu5/debian/changelog	2008-08-19 17:29:31.000000000 +0100
@@ -1,3 +1,10 @@
+dpkg (1.14.20ubuntu5) intrepid; urgency=low
+
+  * scripts/Dpkg/Source/Package.pm: Point gpg at
+    /usr/share/keyrings/ubuntu-archive-keyring.gpg if it exists.
+
+ -- Colin Watson <cjwatson@ubuntu.com>  Tue, 19 Aug 2008 17:29:27 +0100
+
 dpkg (1.14.20ubuntu4) intrepid; urgency=low
 
   * scripts/dpkg-source.pl: Fix the regexp for the DEBEMAIL check to be more
diff -pruN 1.14.20ubuntu4/scripts/Dpkg/Source/Package.pm 1.14.20ubuntu5/scripts/Dpkg/Source/Package.pm
--- 1.14.20ubuntu4/scripts/Dpkg/Source/Package.pm	2008-06-18 08:33:30.000000000 +0100
+++ 1.14.20ubuntu5/scripts/Dpkg/Source/Package.pm	2008-08-19 17:25:38.000000000 +0100
@@ -265,7 +265,9 @@ sub check_signature {
     my $dsc = $self->get_filename();
     if (-x '/usr/bin/gpg') {
         my $gpg_command = 'gpg -q --verify ';
-        if (-r '/usr/share/keyrings/debian-keyring.gpg') {
+        if (-r '/usr/share/keyrings/ubuntu-archive-keyring.gpg') {
+            $gpg_command = $gpg_command.'--keyring /usr/share/keyrings/ubuntu-archive-keyring.gpg ';
+        } elsif (-r '/usr/share/keyrings/debian-keyring.gpg') {
             $gpg_command = $gpg_command.'--keyring /usr/share/keyrings/debian-keyring.gpg ';
         }
         $gpg_command = $gpg_command.quotemeta($dsc).' 2>&1';

Reply to: