~ubuntu-branches/ubuntu/quantal/errno/quantal

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2012-08-08 14:59:01 UTC
  • Revision ID: package-import@ubuntu.com-20120808145901-qt3ugmosrdfa3gts
Tags: 1.3-0ubuntu2
Empty binary package. This is now a transitional package for moreutils
which ships an alternative `errno' implementation. (LP: #1019999)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: errno
2
 
Section: devel
 
2
Section: oldlibs
3
3
Priority: extra
4
4
Maintainer: Dustin Kirkland <kirkland@ubuntu.com>
5
5
Build-Depends: debhelper (>= 7)
8
8
 
9
9
Package: errno
10
10
Architecture: all
11
 
Depends: ${misc:Depends}, linux-libc-dev
12
 
Suggests: gcc
13
 
Breaks: ubuntu-dev-tools (<< 0.114)
14
 
Replaces: ubuntu-dev-tools (<< 0.114)
15
 
Description: search POSIX error numbers, error names, or error descriptions
16
 
 This utility will search POSIX error codes by error number, name,
17
 
 and description.
 
11
Depends: ${misc:Depends}, moreutils (>= 0.47~)
 
12
Description: transitional dummy package for moreutils
 
13
 This is a transitional dummy package to provide upgrades to the `moreutils'
 
14
 package, which contains the `errno' utility. It can safely be removed.