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

Bug#92650: marked as done (install-info: relative filenames)



Your message dated Sun, 30 Jun 2002 14:20:46 -0400
with message-id <E17OjJW-0007hB-00@auric.debian.org>
and subject line Bug#92650: fixed in dpkg 1.10
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 2 Apr 2001 23:31:37 +0000
>From rlb@cs.utexas.edu Mon Apr 02 18:31:36 2001
Return-path: <rlb@cs.utexas.edu>
Received: from dsl-198-92-137-161.constant.com [198.92.137.161] (postfix)
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 14kDnL-0007Cg-00; Mon, 02 Apr 2001 18:31:35 -0500
Received: from raven.localnet (raven.localnet [192.168.1.7])
	by dsl-198-92-137-161.constant.com (Postfix) with ESMTP
	id B101418F89; Mon,  2 Apr 2001 18:31:29 -0500 (CDT)
Received: by raven.localnet (Postfix, from userid 1000)
	id C2442142FF; Mon,  2 Apr 2001 15:06:27 -0500 (CDT)
Sender: rlb@cs.utexas.edu
To: Wichert Akkerman <wakkerma@debian.org>
Cc: Adam Di Carlo <aph@debian.org>, submit@bugs.debian.org
Subject: dpkg: install-info fix for subdir entries (i.e. emacs-20/emacs).
References: <87snjshs1m.fsf@raven.localnet>
From: Rob Browning <rlb@cs.utexas.edu>
Date: 02 Apr 2001 15:06:27 -0500
In-Reply-To: <87snjshs1m.fsf@raven.localnet>
Message-ID: <87hf07f4n0.fsf@raven.localnet>
Lines: 268
User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Delivered-To: submit@bugs.debian.org


Package: dpkg
Version: 1.8.3.1

The current install-info doesn't allow you to add/remove entries that
refer to info files in subdirectories.  Being able to do this is
important for packages that need to provide their whole info subtree
via update-alternatives (i.e. emacs-20/*.info emacs-19/*.info, etc.).
This patch should fix install-info to allow such entries.

Wichert, if this patch is acceptable, and you decide you want to
incorporate it, could you let me know, and I'll make my next emacs20
release depend on the relevant new version of dpkg?

Also, if this patch isn't acceptable for some reason, could you let me
know, and if I can, I'd be happy to fix it?  I tried to make the
changes fairly minimal, and such that they won't affect backward
compatibility.

Thanks

diff -ruN dpkg-1.8.3.1/scripts/install-info.8 dpkg-1.8.3.1.fixed/scripts/install-info.8
--- dpkg-1.8.3.1/scripts/install-info.8	Fri Jan 29 02:54:01 1999
+++ dpkg-1.8.3.1.fixed/scripts/install-info.8	Mon Apr  2 14:47:39 2001
@@ -10,7 +10,8 @@
 .B install\-info
 [\-\-version] [\-\-help] [\-\-debug] [\-\-maxwidth=nnn]
 [\-\-section regexp title] [\-\-infodir=xxx] [\-\-align=nnn]
-[\-\-quiet] [\-\-menuentry=xxx] [\-\-description=xxx] [\-\-remove]
+[\-\-quiet] [\-\-menuentry=xxx] [\-\-description=xxx]
+[\-\-remove | \-\-remove-exactly ]
 [\-\-] filename
 .SH DESCRIPTION
 .PP
@@ -31,10 +32,16 @@
 .TP
 .BI "[\-\-] " filename
 Gives the filename of the Info file whose menu entry is to be created,
-updated or removed.  The basename of this filename is used as the
-referent of the menu entry which is created.  This file must therefore
-exist (or be about to be installed, or have previously existed when
-removing an entry) in the same directory as the
+updated or removed.  If
+.B \-\-remove-exactly
+is specified, then
+.I filename
+should be the exact entry name to be removed (i.e. "emacs-20/emacs" or
+"gcc"), otherwise the basename of this filename is used as the
+referent of the menu entry which is created, unless there's an
+overriding START-INFO-DIR entry inside the given file.  This file must
+therefore exist (or be about to be installed, or have previously
+existed when removing an entry) in the same directory as the
 .B dir
 file (see the
 .B \-\-infodir
@@ -85,6 +92,24 @@
 is specified the
 .BR \-\-maxwidth ", " \-\-align " and " \-\-calign
 formatting options are silently ignored.
+.TP
+.B \-\-remove-exactly
+This option is essentially the same as
+.B \-\-remove
+except that
+.I filename
+is taken as the exact entry to be removed, rather than as the name
+of an existing file.  This can be important when trying to remove
+entries that refer to info files in subdirectories
+(i.e. "emacs-20/emacs") because
+.B \-\-remove
+will operate on the basename of the given
+.I filename
+rather than the exact name given.  (i.e.
+.B \-\-remove
+"emacs-20/emacs" would cause
+.B install-info
+to look for "emacs", not "emacs-20/emacs").
 .TP
 .BI "\-\-section " "regexp title"
 Specifies that, if a new entry is to be made, it should be placed in a
diff -ruN dpkg-1.8.3.1/scripts/install-info.pl dpkg-1.8.3.1.fixed/scripts/install-info.pl
--- dpkg-1.8.3.1/scripts/install-info.pl	Sun May 21 12:24:23 2000
+++ dpkg-1.8.3.1.fixed/scripts/install-info.pl	Mon Apr  2 14:19:46 2001
@@ -18,7 +18,9 @@
 usage: install-info [--version] [--help] [--debug] [--maxwidth=nnn]
              [--section regexp title] [--infodir=xxx] [--align=nnn]
              [--calign=nnn] [--quiet] [--menuentry=xxx] [--info-dir=xxx]
-             [--keep-old] [--description=xxx] [--test] [--remove] [--]
+             [--keep-old] [--description=xxx] [--test]
+             [--remove | --remove-exactly ]
+             [--]
              filename
 END
 }
@@ -39,6 +41,8 @@
 $debug=0;
 $remove=0;
 
+my $remove_exactly;
+
 $0 =~ m|[^/]+$|; $name= $&;
 
 while ($ARGV[0] =~ m/^--/) {
@@ -54,6 +58,9 @@
         $keepold=1;
     } elsif ($_ eq '--remove') {
         $remove=1;
+    } elsif ($_ eq '--remove-exactly') {
+        $remove=1;
+        $remove_exactly=1;
     } elsif ($_ eq '--help') {
         &usage; exit 0;
     } elsif ($_ eq '--debug') {
@@ -100,7 +107,15 @@
 
 umask(umask(0777) & ~0444);
 
+if($remove_exactly) {
+    $remove_exactly = $filename;
+}
+
 $filename =~ m|[^/]+$|; $basename= $&; $basename =~ s/(\.info)?(\.gz)?$//;
+
+# The location of the info files from the dir entry, i.e. (emacs-20/emacs).
+my $fileinentry;
+
 &dprint("infodir='$infodir'  filename='$filename'  maxwidth='$maxwidth'\nmenuentry='$menuentry'  basename='$basename'\ndescription='$description'  remove=$remove");
 
 if (!$remove) {
@@ -124,11 +139,15 @@
 	}
         while(<IF>) { last if m/^END-INFO-DIR-ENTRY$/; $asread.= $_; }
         close(IF); &checkpipe;
-        if ($asread =~ m/(\* *[^:]+: *\([^\)]+\).*\. *.*\n){2,}/) {
-            $infoentry= $asread; $multiline= 1;
+        if ($asread =~ m/(\*\s*[^:]+:\s*\(([^\)]+)\).*\. *.*\n){2,}/) {
+            $infoentry= $asread;
+            $multiline= 1;
+            $fileinentry = $2;
             &dprint("multiline '$asread'");
-        } elsif ($asread =~ m/^\* *([^:]+):( *\([^\)]+\)\.|:)\s*/) {
-            $menuentry= $1; $description= $';
+        } elsif ($asread =~ m/^\*\s*([^:]+):(\s*\(([^\)]+)\)\.|:)\s*/) {
+            $menuentry= $1;
+            $description= $';
+            $fileinentry = $3;
             &dprint("infile menuentry '$menuentry' description '$description'");
         } elsif (length($asread)) {
             print STDERR <<END;
@@ -141,9 +160,11 @@
 
         $infoentry =~ m/\n/;
         print "$`\n" unless $quiet;
-        $infoentry =~ m/^\* *([^:]+): *\(([^\)]+)\)/ || die "$name: Invalid info entry\n"; # internal error
-        $sortby= $1;  $fileinentry= $2;
-        
+        $infoentry =~ m/^\*\s*([^:]+):\s*\(([^\)]+)\)/ || 
+            die "$name: Invalid info entry\n"; # internal error
+        $sortby= $1;
+        $fileinentry= $2;
+
     } else {
         
         if (!length($description)) {
@@ -163,10 +184,10 @@
         }
 
         if (!length($description)) {
-            print STDERR <<END;
+            print STDERR "
 No \`START-INFO-DIR-ENTRY' and no \`This file documents'.
 $name: unable to determine description for \`dir' entry - giving up
-END
+";
             exit 1;
         }
 
@@ -181,7 +202,12 @@
 
         &dprint("menuentry='$menuentry'  description='$description'");
 
-        $cprefix= sprintf("* %s: (%s).", $menuentry, $basename);
+        if($fileinentry) {
+            $cprefix= sprintf("* %s: (%s).", $menuentry, $fileinentry);
+        } else {
+            $cprefix= sprintf("* %s: (%s).", $menuentry, $basename);
+        }
+
         $align--; $calign--;
         $lprefix= length($cprefix);
         if ($lprefix < $align) {
@@ -228,22 +254,30 @@
 
 if (!$remove) {
 
+    my $target_entry;
+
+    if($fileinentry) {
+        $target_entry = $fileinentry;
+    } else {
+        $target_entry = $basename;
+    }
+
     for ($i=0; $i<=$#work; $i++) {
-        next unless $work[$i] =~ m/^\* *[^:]+: *\(([^\)]+)\).*\.\s/;
-        last if $1 eq $basename || $1 eq "$basename.info";
+        next unless $work[$i] =~ m/^\*\s*[^:]+:\s*\(([^\)]+)\).*\.\s/;
+        last if $1 eq $target_entry || $1 eq "$target_entry.info";
     }
     for ($j=$i; $j<=$#work+1; $j++) {
         next if $work[$j] =~ m/^\s+\S/;
         last unless $work[$j] =~ m/^\* *[^:]+: *\(([^\)]+)\).*\.\s/;
-        last unless $1 eq $basename || $1 eq "$basename.info";
+        last unless $1 eq $target_entry || $1 eq "$target_entry.info";
     }
 
     if ($i < $j) {
         if ($keepold) {
-            print "$name: existing entry for \`$basename' not replaced\n" unless $quiet;
+            print "$name: existing entry for \`$target_entry' not replaced\n" unless $quiet;
             $nowrite=1;
         } else {
-            print "$name: replacing existing dir entry for \`$basename'\n" unless $quiet;
+            print "$name: replacing existing dir entry for \`$target_entry'\n" unless $quiet;
         }
         $mss= $i;
         @work= (@work[0..$i-1], @work[$j..$#work]);
@@ -286,10 +320,18 @@
     
 } else {
 
+    my $target_entry;
+
+    if($remove_exactly) {
+        $target_entry = $remove_exactly;
+    } else {
+        $target_entry = $basename;
+    }
+
     for ($i=0; $i<=$#work; $i++) {
         next unless $work[$i] =~ m/^\* *([^:]+): *\((\w[^\)]*)\)/;
         $tme= $1; $tfile= $2; $match= $&;
-        next unless $tfile eq $basename;
+        next unless $tfile eq $target_entry;
         last if !length($menuentry);
         $tme =~ y/A-Z/a-z/;
         last if $tme eq $menuentry;
@@ -298,7 +340,7 @@
         next if $work[$j] =~ m/^\s+\S/;
         last unless $work[$j] =~ m/^\* *([^:]+): *\((\w[^\)]*)\)/;
         $tme= $1; $tfile= $2;
-        last unless $tfile eq $basename;
+        last unless $tfile eq $target_entry;
         next if !length($menuentry);
         $tme =~ y/A-Z/a-z/;
         last unless $tme eq $menuentry;
@@ -320,7 +362,7 @@
         }
         @work= (@work[0..$i-1], @work[$j..$#work]);
     } else {
-        print "$name: no entry for file \`$basename'".
+        print "$name: no entry for file \`$target_entry'".
               (length($menuentry) ? " and menu entry \`$menuentry'": '').
               ".\n"
             unless $quiet;

-- 
Rob Browning <rlb@cs.utexas.edu> PGP=E80E0D04F521A094 532B97F5D64E3930

---------------------------------------
Received: (at 92650-close) by bugs.debian.org; 30 Jun 2002 18:37:15 +0000
>From rmurray@auric.debian.org Sun Jun 30 13:37:15 2002
Return-path: <rmurray@auric.debian.org>
Received: from auric.debian.org [206.246.226.45] (mail)
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 17OjZT-0003bj-00; Sun, 30 Jun 2002 13:37:15 -0500
Received: from rmurray by auric.debian.org with local (Exim 3.12 1 (Debian))
	id 17OjJW-0007hB-00; Sun, 30 Jun 2002 14:20:46 -0400
From: Wichert Akkerman <wakkerma@debian.org>
To: 92650-close@bugs.debian.org
X-Katie: $Revision: 1.17 $
Subject: Bug#92650: fixed in dpkg 1.10
Message-Id: <E17OjJW-0007hB-00@auric.debian.org>
Sender: Ryan Murray <rmurray@auric.debian.org>
Date: Sun, 30 Jun 2002 14:20:46 -0400
Delivered-To: 92650-close@bugs.debian.org

We believe that the bug you reported is fixed in the latest version of
dpkg, which is due to be installed in the Debian FTP archive:

dpkg-dev_1.10_all.deb
  to pool/main/d/dpkg/dpkg-dev_1.10_all.deb
dpkg-doc_1.10_all.deb
  to pool/main/d/dpkg/dpkg-doc_1.10_all.deb
dpkg_1.10.dsc
  to pool/main/d/dpkg/dpkg_1.10.dsc
dpkg_1.10.tar.gz
  to pool/main/d/dpkg/dpkg_1.10.tar.gz
dpkg_1.10_i386.deb
  to pool/main/d/dpkg/dpkg_1.10_i386.deb
dselect_1.10_i386.deb
  to pool/main/d/dpkg/dselect_1.10_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 92650@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Wichert Akkerman <wakkerma@debian.org> (supplier of updated dpkg package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 21 Jun 2002 21:53:15 +0200
Source: dpkg
Binary: dpkg-static dselect dpkg-dev dpkg-doc dpkg
Architecture: source all i386
Version: 1.10
Distribution: unstable
Urgency: low
Maintainer: Dpkg Development <debian-dpkg@lists.debian.org>
Changed-By: Wichert Akkerman <wakkerma@debian.org>
Description: 
 dpkg       - Package maintenance system for Debian
 dpkg-dev   - Package building tools for Debian
 dpkg-doc   - Dpkg Internals Documentation
 dselect    - a user tool to manage Debian packages
Closes: 2531 11228 34942 45787 58091 58653 66735 67174 72634 75947 76100 81009 83139 92650 93386 97239 98275 102367 103667 103839 103845 103994 104214 104230 104232 104561 105750 108887 109282 111503 112378 113120 114249 115783 117968 118420 119532 120924 121309 121489 122132 126340 127458 130130 130509 131439 131496 131758 132476 132632 132714 132901 133035 136349 138013 139159 140441 141906 143117 144121 146855 147872 147924
Changes: 
 dpkg (1.10) unstable; urgency=low
 .
   * dpkg now reorders symlinks when extracting debs.  However, this is also
     still done when building debs.  After a stable release of Debian has
     occurred with this modified dpkg, the reordering when building can be
     removed.
   * Fixed upper/lowercase problems with package names. Closes: Bug#58091
     (and 3 others).
   * Add Russian manual pages
   * Fix n in dselect package list (performs searchagain now)
   * Fix layout problem in dpkg-divert manpage. Closes: Bug#103667
   * When a package is set to hold, and a reinstallation is requested,
     -E will not properly skip it.  Closes: #45787.
   * Make dpkg-checkbuilddeps use dpkg-architecture. Closes: Bug#104230
   * Improve dpkg-archtecture documentation. Closes: Bug#104232
   * Update German translation. Closes: Bug#97239
   * Update Polish translation. Closes: Bug#115783
   * Update French translation.
   * Update Brazilian translation.
   * Update Danish translation.
   * Update Galician translation.
   * Update Portuguese translations.
   * Add Catalan translation
   * Add German md5sum manpage
   * Add Brazilian update-alternatives manpage. Closes: Bug#122132
   * Improve dselect manpage. Closes: Bug#103839
   * dpkg-name(1) no longer mentions the non-existing dpkg(5) manpage.
     Closes: Bug#104214
   * Improve handling of Recommends and Suggests in dselect. Closes: Bug#34942
   * Add per-user configuration files. Closes: Bug#103845
   * Split dselect into its own package. dpkg Pre-Depends on it
     to make sure no weird things happen during an upgrade but this
     will allow us to make dselect option at some point in the future.
     Closes: #114249.
   * Make colours in dselect user-configurable. Closes: Bug#103994
   * Make Q do an abort in the method selection menu to make things more
     consistent with the package list
   * Fix test for nice(2) failure in start-stop-daemon. Closes: Bug#104561
   * Improve the dselect helpscreen a bit. Closes: Bug#72634
   * New version comparison routine that can handle arbitrarily large numbers
     and accepts `~' as a low-sorting character. Closes: Bug#93386
   * dselect now accepts regular expressions when searching for packages
     and can search in package descriptions as well.
     Closes: Bug#81009,#83139
   * Move query commands into a seperate dpkg-query command. For the old options
     (-L,-l,-s,-S) dpkg will still call it for you.
   * Add configurable package listing support to dpkg-query
   * Handle window resize in dselect main menu. Closes: Bug#98275
   * update-rc.d moved to the sysvinit package. Closes: Bug#108887,#109282
   * Add --showformat and --show options to dpkg-deb and dpkg-query to
     allow one to customize the output format
   * several install-info cleanups:
     * Move /usr/info/dir to /usr/share/info/dir.  Closes: #67174.
     * If /usr/share/info doesn't exist, print a message saying so,
       instead of the confusing "couldn't lock" error.  Closes: #2531.
     * If /usr/share/info/dir doesn't exist, or is empty, try to copy the
       backup from /var/backups/infodir.bak.  Closes: #121309.
     * Add a --remove-exactly option, and allow for relative filenames.
       Closes: #92650.
     * Use the section from the .info file if --section is not given.
       Closes: #76100.
     * Error messages now include the filename being processed.
       Closes: #66735
     * /usr/share/info/dir now has it's entries formatted to even widths.
       Closes: #11228
     * --calign|--align|--maxwidth are now ignored.
   * strip enoent as well. Closes: Bug#112378
   * Fix format error in Dutch translation. Closes: Bug#113120
   * When parsing stdin, md5sum now displays '-' as the filename, to match
     textutils md5sum.  Closes: #121489.
   * Apply patch from bug, to give update-alternatives a --list command.
     Closes: #120924.
   * Make dpkg-checkbuilddeps always check for build-essential.
     Closes: Bug#118420.
   * Use space seperated output instead of comma seperated in
     dpkg-checkbuilddeps
   * Update default ignore expression in dpkg-source to also match *~ and
     *.swp in subdirs. Closes: Bug#127458
   * Handle errors when verifying md5sums. Closes: Bug#102367
   * dpkg-source now uses reliable timestamps for changed files.
     Closes: Bug#105750
   * Fix typo in start-stop-daemon help message. Closes: Bug#131439
   * update-alternative exits with a non-zero exit code when displaying
     a non-existing alternative. Closes: Bug#131496
   * Use gzip -c in install-info. Closes: Bug#131758
   * start-stop-daemon works on HP-UX now. Closes: Bug#130130
   * Fix dselect spin when run without input. Closes: Bug#132476
   * Update-alternatives now correctly restores an alternative to auto mode
     when removing a manually selected alternative. Closes: Bug#132632
   * Copy bugs and origin information into status file. Closes: Bug#132714
   * Improve wording of update-alternatives --config text. Closes: Bug#133035
   * Add manpages for dpkg.cfg and dselect.cfg. Closes: Bug#132901
   * Improve test for illegal packagename for dpkg-gencontrol -p option
   * Fix segfault when getenv("PATH") returns null.  Closes: Bug#136349
   * Add Large File Summit extensions. Closes: Bug#130509
   * Fix typo in dpkg-source manpage. Closes: Bug#141906
   * Re-fix handling of multiple blank lines in control. Closes: Bug#143117
   * Document --force-confmiss and --force-bad-verify. Closes: Bug#146855
   * Drop upgrade compat stuff in dpkg postinst for ancient versions (over
     5 years old)
   * Always set CLOEXEC on the lock fd.  Closes: Bug#147872
   * Clean up tmp files when ctrl-c is sent to dpkg-source.  Closes:
     Bug#58653.
   * dpkg-source no longer requires exact case matches for fields in
     debian/control.  Closes: Bug#139159.
   * dpkg-scanpackages now gives proper case for Source and Installed-Size.
     Closes: Bug#119532.
   * dpkg-architecture: s/build on/built on/; same for 'build for'.
     Closes: Bug#140441.
   * cl-debian.pl now recognizes emergency as valid in changelogs.
     Closes: Bug#138013.
   * Properly count recursive expansion of variables, instead of just
     counting all variable expansions.  Closes: #144121.
   * Add -I<filename> to dpkg-buildpackage and dpkg-source, to excludes
     files from tar, when building a native package.  Closes: Bug#75947.
   * Close the old debian/files file, before doing a rename.  Closes:
     Bug#111503.
   * Fix documentation of -v<version> for dpkg-parsechangelog, removing the
     requirement that the version has to be in the changelog.  Closes:
     Bug#117968.
   * Fix typo in dpkg-source(1), s/-su/-sU/.  Closes: Bug#126340.
   * Add dpkg-scansources to dpkg-scanpackages(8).  Closes: Bug#147924.
   * Change /usr/info into a symlink to /usr/share/info if possible
Files: 
 df7d1380dde0d2b980421489e3ae8ea6 1354 base required dpkg_1.10.dsc
 dce6fc650eb8343b03acacfac722b094 1623580 base required dpkg_1.10.tar.gz
 cd1dbe55ff166971d591c9404e6905f6 1166408 base required dpkg_1.10_i386.deb
 5c8a6950c9708044fe4d527e58b4ba18 80244 base required dselect_1.10_i386.deb
 c8dab8d95d390d0d485e00db3c846c0f 1155281 byhand - dpkg-1.10_i386.nondebbin.tar.gz
 f78567b6a153a00b24551fb1d9d24b9e 1321299 byhand - dpkg-1.10_i386-static.nondebbin.tar.gz
 46e139f4860f978c4d9c9d0aee43f426 111386 utils standard dpkg-dev_1.10_all.deb
 0fcdf112e49159b1128054603a895cd9 10718 doc optional dpkg-doc_1.10_all.deb
 dce6fc650eb8343b03acacfac722b094 1623580 byhand - dpkg-1.10.tar.gz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iQIXAwUBPROK7318BjbHbzjSFAK/fQf/TWJF2Op6OWrByhKH4ZphCrrwL5mXec3T
MnHN67jF4+afK/TnMxk+jiYXH+MbFOIHeXc8eHeeNF+todRVcaxc9DMco+Bm+Ef0
Mptw3yHbHvSgajctMKWkHPLYbnE40C8x3wqsnFPIkp5qV0PTviFiFtmdVdoKjGc2
vyFDzwKtSV+wnAs0uWVwGqrL0XQEedYHErY0UIEOODcANARzeGDP85Ih47HE003f
mUrFinWcPeZoD8ipAOFZUwPi0E+gyqd/U1Q+TkAUAdmE6P4aEj/10ZTtHQj9H7mq
lmegUYKfTZOG6/rjI5jVOSW/px9V7Qr91sHCp1GvdYsKEqF5DYKDYQf9EAHuFl19
eMGdjzTvnWRm72BPJ6CRpR4uZTsCjknSUepA4hgsxKJscxBYR/qxByK4esnNo3DG
F/M8EfIciNwiEHZ6jNhkPKoxPPo76qFeCqgkNV778eRkJsI8k6S0NCgAVuR5nFLR
gLA183WyT7MVhWCc9aFz9PZXFFe8goLJBHzUk6HbngsRNSSvkyqdKn0KDtIle/gB
Y6LF9UC7SO+e5xznjWHIkhyaAYNL/zZ7BCQS5ctoIf+ED7a2t3Wkjj9QBgtmmTGq
ZV5M0V3NfZrm1GEL6cyxeZIr5mTSLgQRH3ep+nmbzEQaSaOoayxW2zV5t5IB2I0s
YpT/mvlfIgwgcA==
=8IWo
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to debian-dpkg-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: