~ubuntu-branches/ubuntu/hardy/sg3-utils/hardy

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2006-09-19 21:00:55 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060919210055-j9deachd976os9my
Tags: 1.21-1ubuntu1
* Sync with Debian
* debian/control:
  + Let the -dev package depend on the runtime package
* llseek.c:
  + Fix syntax errors. Patch taken from Gentoo:
    http://mir2.ovh.net/gentoo-portage/sys-apps/sg3_utils/files/sg3_utils-llseek.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Priority: optional
4
4
Maintainer: Eric Schwartz (Skif) <emschwar@debian.org>
5
5
Build-Depends: debhelper (>> 4.0.0), chrpath, libtool
6
 
Standards-Version: 3.6.2
 
6
Standards-Version: 3.7.2
7
7
 
8
8
Package: sg3-utils
9
9
Architecture: any
39
39
     * sg_persist - accesses the Persistent Reservation In and Out commands
40
40
     * sg_prevent - issues PREVENT ALLOW MEDIUM REMOVAL command (MMC + SSC)
41
41
     * sg_rbuf - tests SCSI bus speed
 
42
     * sg_rdac - utility for vendor specific work
42
43
     * sg_read - reads multiple blocks, useful for timing
43
44
     * sg_read_long - read a "long" block from the given device
44
45
     * sg_readcap - prints the output of a READ CAPACITY command
55
56
     * sg_test_rwbuf - tests the SCSI host adapter
56
57
     * sg_turs - execute a TEST UNIT READY command on the given device
57
58
     * sg_verify - issues VERIFY command on SCSI disks
 
59
     * sg_vpd - utility for decoding VPD pages
58
60
     * sg_write_long - write a "long" block to the given device
59
61
     * sg_wr_mode - low level utility to change mode pages
60
62
 .
72
74
Package: libsgutils1-dev
73
75
Section: devel
74
76
Architecture: any
75
 
Depends: ${shlibs:Depends}
 
77
Depends: ${shlibs:Depends}, libsgutils1 (= ${Source-Version})
76
78
Recommends: sg3-utils
77
79
Description: Utilities for working with generic SCSI devices (developer files)
78
80
 This package contains the <scsi/sg_cmds.h> and <scsi/sg_lib.h> header