~ubuntu-branches/ubuntu/maverick/ubuntu-dev-tools/maverick-proposed

« back to all changes in this revision

Viewing changes to examples/massfile.instructions

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-09-27 11:04:52 UTC
  • Revision ID: james.westby@ubuntu.com-20070927110452-r8gh55b9qbff3fv3
Tags: 0.13
* massfile: added script to file mass-bugs.
* debian/examples, examples/massfile.{instructions,list}: added example
  files.
* setup.py: install massfile.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
subject: [UNMETDEPS] $pack has unmet dependencies
 
2
assignee: 
 
3
subscribers: motu
 
4
tags: unmetdeps
 
5
text:
 
6
 A run of 
 
7
 .
 
8
  LC_ALL=C apt-cache -i unmet | grep ^Package | cut -d' ' -f2 | grep
 
9
  -v dbgsym | sort -u | xargs apt-cache showsrc | grep ^Directory |
 
10
  sed 's/Package\:\ //g' | grep verse | cut -d'/' -f4
 
11
 indicates that the source package $pack has binary packages that are not 
 
12
 installable (on AMD64) at the moment.
 
13
 .
 
14
 Please have a look and make sure it's installable again.
 
15