~ubuntu-branches/ubuntu/quantal/util-linux/quantal

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Steve Langasek
  • Date: 2012-06-29 03:14:53 UTC
  • mfrom: (4.5.11 sid)
  • Revision ID: package-import@ubuntu.com-20120629031453-pycuyxu680obaixm
Tags: 2.20.1-5.1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Install custom blkid.conf to use /dev/.blkid.tab since we don't
    expect device names to survive a reboot
  - Build-depend on gettext:any for cross-building support.
  - Mark libmount1 Multi-Arch: same.
  - Replace hwclock udev rule with an Upstart job.
  - Since upstart is required in Ubuntu, the hwclock.sh init script is not
    called on startup.
  - Drop depends on initscripts for the above.
  - Mention mountall(8) in fstab(5) manpages, along with its special
    options.
  - For the case where mount is called with a directory to mount, look
    that directory up in mountall's /lib/init/fstab if we couldn't find
    it mentioned anywhere else.  This means "mount /proc", "mount /sys",
    etc. work.
  - mount.8 points to the cifs-utils package, not the obsolete smbfs one. 
* Dropped changes, included in Debian:
  - Build for multiarch.
  - Add pre-depends on multiarch-support.
  - Use canonicalize_spec in getmntdevbackward. proc should not be
    interpreted as a non-canonical-path.
  - term-utils/agetty.c: allow getty to work on /dev/pts/N
  - Fix up the .pc.in files to know about libexecdir, so our substitutions
    don't leave us with unusable pkg-config files.
  - configure.ac: don't try to be clever about extracting a path name from
    $libdir to append to /usr in a way that's not overridable; instead,
    reuse the built-in configurable libexecdir.
  - Remove the hwclockfirst.sh init script.
* Do not replace /etc/default/rcS with /etc/adjtime.  This has already
  been analyzed carefully in Ubuntu, and /etc/adjtime is not beneficial
  at all.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: util-linux
2
 
Build-Depends: libncurses5-dev, libslang2-dev (>=2.0.4), gettext:any, zlib1g-dev, dpkg-dev (>=1.16.0), libselinux1-dev [linux-any], debhelper (>=5), lsb-release, pkg-config, po-debconf
 
2
Build-Depends: libncurses5-dev, libslang2-dev (>=2.0.4), gettext:any, zlib1g-dev, dpkg-dev (>=1.16.0), libselinux1-dev [linux-any], debhelper (>=5), lsb-release, pkg-config, po-debconf, autoconf, automake, autopoint, libtool
3
3
Section: base
4
4
Priority: required
5
5
Uploaders: Scott James Remnant <scott@ubuntu.com>, Adam Conrad <adconrad@0c3.net>
65
65
 The remaining standard BSD utilities are provided by bsdmainutils.
66
66
 
67
67
Package: fdisk-udeb
68
 
Architecture: linux-any
 
68
Architecture: linux-any hurd-any
69
69
Priority: extra
70
70
Section: debian-installer
71
71
Depends: ${shlibs:Depends}, ${misc:Depends}
74
74
Description: Manually partition a hard drive (fdisk)
75
75
 
76
76
Package: cfdisk-udeb
77
 
Architecture: linux-any
 
77
Architecture: linux-any hurd-any
78
78
Priority: extra
79
79
Section: debian-installer
80
80
Depends: ${shlibs:Depends}, ${misc:Depends}
102
102
Priority: optional
103
103
Depends: ${shlibs:Depends}, ${misc:Depends}
104
104
Architecture: any
 
105
Multi-Arch: same
105
106
Description: block device id library
106
107
 The blkid library which allows system programs like fsck and
107
108
 mount to quickly and easily find block devices by filesystem UUID and
129
130
Section: libs
130
131
Priority: required
131
132
Depends: ${shlibs:Depends}, ${misc:Depends}
 
133
Pre-Depends: multiarch-support
132
134
Architecture: linux-any
133
135
Multi-Arch: same
134
 
Pre-Depends: multiarch-support
135
136
Description: block device id library
136
137
 The device mounting library, used by mount and mount helpers.
137
138