Bug#732581: dpkg-deb --show with --showformat=${Source} won't show the source if Source == Package

2013-12-18 Thread Matthaus Owens
Package: dpkg
Version: 1.16.9

dpkg-deb doesn't show the Source for a package when the source name is
the same as the package name. dpkg itself makes an excellent example.

Expected behavior: `dpkg-deb --show
--showformat='${Package}\n${Source}\n' dpkg_1.16.12_amd64.deb` will
show dpkg twice, once for Package and once for Source.
Actual behavior: It shows dpkg once for the Package, but not for the Source.

#apt-get download dpkg
Get:1 Downloading dpkg 1.16.12 [2,645 kB]
Fetched 2,645 kB in 1s (2,080 kB/s)
#dpkg-deb --show --showformat='${Package}\n${Source}\n' dpkg_1.16.12_amd64.deb
dpkg

Expected behavior: `dpkg-deb --show
--showformat='${Package}\n${Source}\n' dpkg-dev_1.16.12_amd64.deb`
will show dpkg-dev once for Package and dpkg once for Source.
Actual behavior: matches expected behavior

#apt-get download dpkg-dev
Get:1 Downloading dpkg-dev 1.16.12 [1,349 kB]
Fetched 1,349 kB in 0s (9,120 kB/s)
#dpkg-deb --show --showformat='${Package}\n${Source}\n'
dpkg-dev_1.16.12_all.deb
dpkg-dev
dpkg

This was seen on a wheezy amd64 machine:
kernelmajversion = 3.2
kernelrelease = 3.2.0-4-amd64
kernelversion = 3.2.0
lsbdistcodename = wheezy
lsbdistdescription = Debian GNU/Linux 7.0 (wheezy)
lsbdistid = Debian
lsbdistrelease = 7.0
lsbmajdistrelease = 7


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#725684: Bug 725684

2013-10-23 Thread Matthaus Owens
Cedric,
The differences between the git repo and that latest stable packages
are because master in the facter repo has not yet been released. It is
targeted for a Facter 2 release. This bug is captured in
https://projects.puppetlabs.com/issues/7559 upstream. I don't know how
big the changeset for this bug is, so I don't know how easy it would
be to pull in as a patch.

-- 
Matthaus Owens
Release Manager, Puppet Labs

Join us at PuppetConf 2014, September 23-24 in San Francisco


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#693844: ruby-hiera-puppet should depend on puppet

2012-11-20 Thread Matthaus Owens
Package: ruby-hiera-puppet
Version: 1.0.0~rc1-2

The hiera-puppet backend isn't much use without puppet, so the
ruby-hiera-puppet package should depend on, and not recommend puppet.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#693845: ruby-hiera shouldn't recommend mcollective or puppet

2012-11-20 Thread Matthaus Owens
Package: ruby-hiera
Version: 1.0.0~rc3-1

Hiera has no use with mcollective, so it's unclear why mcollective is
recommended with ruby-hiera, except that the tools are written by the
same author. Hiera is used with puppet, but rather than hiera
recommending puppet it makes more sense for puppet to recommend hiera.
Both of these recommends mean that the majority of users (who have
recommends installed automatically) installing hiera will get puppet,
mco, ruby-dev, and a slew of other dependencies brought in.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org