Package: dpkg-dev Version: 1.10.28 Severity: normal Error description:
I am generating my Sources and packages files from a script like
__( '/home/michelle.konzack/public_html/debian-bash/scan' )___________
/
| #!/bin/bash
|
| dpkg-scanpackages dists/woody/main/binary-i386 \
| dists/Override/woody_main_binary \
| >dists/woody/main/binary-i386/Packages
| cat dists/woody/main/binary-i386/Packages \
| |gzip >dists/woody/main/binary-i386/Packages.gz
|
| dpkg-scansources dists/woody/main/source \
| dists/Override/woody_main_source \
| >dists/woody/main/source/Sources
| cat dists/woody/main/source/Sources \
| |gzip >dists/woody/main/source/Sources.gz
| ############################################################
| dpkg-scanpackages dists/sarge/main/binary-i386 \
| dists/Override/sarge_main_binary \
| >dists/sarge/main/binary-i386/Packages
| cat dists/sarge/main/binary-i386/Packages \
| |gzip >dists/sarge/main/binary-i386/Packages.gz
|
| dpkg-scansources dists/sarge/main/source \
| dists/Override/sarge_main_source \
| >dists/sarge/main/source/Sources
| cat dists/sarge/main/source/Sources \
| |gzip >dists/sarge/main/source/Sources.gz
\______________________________________________________________________
and it was working fine for years since POTATO.
Now today I have gotten the following output:
__( '/home/michelle.konzack/public_html/debian-bash/scan.log' )_______
/
| ** Packages in archive but missing from override file: **
| tdbox tdcheckserver tddebidate tdfileview tdfileview-examples
| tdformail tdgetdomaindate
|
| Wrote 7 entries to output Packages file.
| Prototype mismatch: sub main::getopt: none vs (@) at
/usr/bin/dpkg-scansources line 116.
| ** Packages in archive but missing from override file: **
| tdbox tdcheckserver tddebidate tdfileview tdfileview-examples
| tdformail tdgetdomaindate
|
| Wrote 7 entries to output Packages file.
| Prototype mismatch: sub main::getopt: none vs (@) at
/usr/bin/dpkg-scansources line 116.
\______________________________________________________________________
Please note, that the files
dists/woody/main/binary-i386/Packages
dists/woody/main/binary-i386/Packages.gz
dists/woody/main/source/Sources
dists/woody/main/source/Sources.gz
dists/sarge/main/binary-i386/Packages
dists/sarge/main/binary-i386/Packages.gz
dists/sarge/main/source/Sources
dists/sarge/main/source/Sources.gz
are correctly generated and they are here:
<http://michelle.konzack.home.tamay-dogan.homelinux.net/debian-bash/>
-- System Information
Debian Release: 3.1
Kernel Version: Linux devel 2.4.27-2-686 #1 Mon May 16 17:03:22 JST 2005 i686
GNU/Linux
Versions of the packages dpkg-dev depends on:
ii binutils 2.15-6 The GNU assembler, linker and binary utiliti
ii cpio 2.5-1.2 GNU cpio -- a program to manage archives of
ii make 3.80-9 The GNU version of the "make" utility.
ii patch 2.5.9-2 Apply a diff file to an original
ii perl-modules 5.8.4-8 Core Perl modules
perl Version: 5.8.4-8 (Provides virtual package perl5)
ii perl 5.8.4-8 Larry Wall's Practical Extraction and Report
^^^ (Provides virtual package perl5)
signature.pgp
Description: Digital signature

