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

Bug#642407: marked as done (apt: a-g source foo=version doesn't honour the =version part)



Your message dated Tue, 22 Nov 2011 17:31:58 +0000 (UTC)
with message-id <Pine.BSM.4.64L.1111221731290.26979@herc.mirbsd.org>
and subject line Re: Bug#642407: apt: a-g source foo=version doesn't honour the =version part
has caused the Debian Bug report #642407,
regarding apt: a-g source foo=version doesn't honour the =version part
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
642407: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=642407
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: apt
Version: 0.8.15.8
Severity: normal

Hi,

I've got several repos, Debian and private, included.
Now I wanted to get the source of an exact version,
but this is what I received:

tg@zigo:~ $ apt-get source mksh=40.2
Reading package lists... Done
Building dependency tree
Reading state information... Done
Need to get 814 kB of source archives.
Get:1 https://www.freewrt.org/~tg/debs/ sid/wtf mksh 40.2-2wtf1 (dsc) [457 B]
Get:2 https://www.freewrt.org/~tg/debs/ sid/wtf mksh 40.2-2wtf1 (tar) [813 kB]
Fetched 814 kB in 1s (802 kB/s)
dpkg-source: warning: extracting unsigned source package (mksh_40.2-2wtf1.dsc)
dpkg-source: info: extracting mksh in mksh-40.2
dpkg-source: info: unpacking mksh_40.2-2wtf1.tar.gz
tg@zigo:~ $ apt-cache showsrc mksh | grep -e ^Ver -e '^$'
Version: 40.2-2

Version: 40.2-2wtf1

Version: 40.2-2


Even though I specifically specified the version to not get
the “wtf” package’s source.


-- Package-specific info:

-- apt-config dump --

APT "";
APT::Architecture "amd64";
APT::Build-Essential "";
APT::Build-Essential:: "build-essential";
APT::Install-Recommends "0";
APT::Install-Suggests "0";
APT::NeverAutoRemove "";
APT::NeverAutoRemove:: "^firmware-linux.*";
APT::NeverAutoRemove:: "^linux-firmware$";
APT::NeverAutoRemove:: "^linux-image.*";
APT::NeverAutoRemove:: "^kfreebsd-image.*";
APT::NeverAutoRemove:: "^linux-restricted-modules.*";
APT::NeverAutoRemove:: "^linux-ubuntu-modules-.*";
APT::NeverAutoRemove:: "^gnumach$";
APT::NeverAutoRemove:: "^gnumach-image.*";
APT::Never-MarkAuto-Sections "";
APT::Never-MarkAuto-Sections:: "metapackages";
APT::Never-MarkAuto-Sections:: "restricted/metapackages";
APT::Never-MarkAuto-Sections:: "universe/metapackages";
APT::Never-MarkAuto-Sections:: "multiverse/metapackages";
APT::Never-MarkAuto-Sections:: "oldlibs";
APT::Never-MarkAuto-Sections:: "restricted/oldlibs";
APT::Never-MarkAuto-Sections:: "universe/oldlibs";
APT::Never-MarkAuto-Sections:: "multiverse/oldlibs";
APT::Architectures "";
APT::Architectures:: "amd64";
Dir "/";
Dir::State "var/lib/apt/";
Dir::State::lists "lists/";
Dir::State::cdroms "cdroms.list";
Dir::State::mirrors "mirrors/";
Dir::State::extended_states "extended_states";
Dir::State::status "/var/lib/dpkg/status";
Dir::Cache "var/cache/apt/";
Dir::Cache::archives "/var/cache/pbuilder/aptcache";
Dir::Cache::srcpkgcache "srcpkgcache.bin";
Dir::Cache::pkgcache "pkgcache.bin";
Dir::Etc "etc/apt/";
Dir::Etc::sourcelist "sources.list";
Dir::Etc::sourceparts "sources.list.d";
Dir::Etc::vendorlist "vendors.list";
Dir::Etc::vendorparts "vendors.list.d";
Dir::Etc::main "apt.conf";
Dir::Etc::netrc "auth.conf";
Dir::Etc::parts "apt.conf.d";
Dir::Etc::preferences "preferences";
Dir::Etc::preferencesparts "preferences.d";
Dir::Etc::trusted "trusted.gpg";
Dir::Etc::trustedparts "trusted.gpg.d";
Dir::Bin "";
Dir::Bin::methods "/usr/lib/apt/methods";
Dir::Bin::dpkg "/usr/bin/dpkg";
Dir::Media "";
Dir::Media::MountPath "/media/apt";
Dir::Log "var/log/apt";
Dir::Log::Terminal "term.log";
Dir::Log::History "history.log";
Dir::Ignore-Files-Silently "";
Dir::Ignore-Files-Silently:: "~$";
Dir::Ignore-Files-Silently:: "\.disabled$";
Dir::Ignore-Files-Silently:: "\.bak$";
Dir::Ignore-Files-Silently:: "\.dpkg-[a-z]+$";
Acquire "";
Acquire::cdrom "";
Acquire::cdrom::mount "/media/cdrom/";
Acquire::CompressionTypes "";
Acquire::CompressionTypes::Order "";
Acquire::CompressionTypes::Order:: "xz";
Acquire::CompressionTypes::Order:: "lzma";
Acquire::CompressionTypes::Order:: "gz";
Acquire::http "";
Acquire::http::Pipeline-Depth "0";
Acquire::Languages "";
Acquire::Languages:: "en";
Acquire::Languages:: "none";
DPkg "";
DPkg::Pre-Install-Pkgs "";
DPkg::Pre-Install-Pkgs:: "/usr/sbin/dpkg-preconfigure --apt || true";
debug "";
debug::pkgproblemresolver "true";
CommandLine "";
CommandLine::AsString "apt-config dump";

-- (no /etc/apt/preferences present) --


-- /etc/apt/sources.list --

deb http://ftp.fr.debian.org/debian sid main non-free
deb-src http://ftp.fr.debian.org/debian sid main
#deb-src http://ftp.fr.debian.org/debian experimental main

deb https://www.freewrt.org/~tg/debs sid wtf
deb-src https://www.freewrt.org/~tg/debs sid wtf

# GPLHost own packages
#deb ftp://ftp.gplhost.fr/debian lenny main
#W: Failed to fetch ftp://ftp.gplhost.fr/debian/dists/lenny/Release.gpg  Could not connect to ftp.gplhost.fr:21 (213.186.49.228). - connect (110: Connection timed out)

# cross-compile from amd64 to m68k
deb https://www.freewrt.org/~tg/debs68k/ cross main

deb http://ftp.de.debian.org/debian unstable main
deb-src http://ftp.de.debian.org/debian unstable main
deb-src http://incoming.debian-ports.org/buildd unstable main

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-xen-amd64 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/mksh-static

Versions of packages apt depends on:
ii  debian-archive-keyring  2010.08.28      
ii  gnupg                   1.4.11-3        
ii  libc6                   2.13-21         
ii  libgcc1                 1:4.6.1-10      
ii  libstdc++6              4.6.1-10        
ii  zlib1g                  1:1.2.3.4.dfsg-3

apt recommends no packages.

Versions of packages apt suggests:
ii  apt-doc                      <none>               
ii  aptitude | synaptic | wajig  <none>               
ii  bzip2                        1.0.5-7              
ii  dpkg-dev                     1.16.0.3             
ii  python-apt                   0.8.0                
ii  xz-lzma [lzma]               5.1.1alpha+20110809-2

-- no debconf information



--- End Message ---
--- Begin Message ---
David Kalnischkies dixit:

>Your request '40.2' is NOT an exact version for APT, it is just an

Ouch – I really should get glasses. That probably was the
problem.

Thanks,
//mirabilos
-- 
  “Having a smoking section in a restaurant is like having
          a peeing section in a swimming pool.”
						-- Edward Burr


--- End Message ---

Reply to: