summaryrefslogtreecommitdiff
path: root/pkg/debian/control
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2011-01-27 15:05:10 +1000
committerStephen Hemminger <stephen.hemminger@vyatta.com>2011-01-27 15:05:10 +1000
commite19a941f0c48fa4a14e746086d46c043ffb9d279 (patch)
treef059965ab3c7e8abc0e0dd32a498149aadddd956 /pkg/debian/control
parentcf56fac03017304a9201532cf4ecfa55f4ee487c (diff)
downloadvyatta-biosdevname-upstream.tar.gz
vyatta-biosdevname-upstream.zip
Add missing files from upstream versionupstream
Missing bits from upstream copy
Diffstat (limited to 'pkg/debian/control')
-rw-r--r--pkg/debian/control21
1 files changed, 21 insertions, 0 deletions
diff --git a/pkg/debian/control b/pkg/debian/control
new file mode 100644
index 0000000..6f7d608
--- /dev/null
+++ b/pkg/debian/control
@@ -0,0 +1,21 @@
+Source: biosdevname
+Section: misc
+Priority: optional
+Maintainer: Rudy Gevaert <Rudy.Gevaert@UGent.be>
+Build-Depends: debhelper (>= 5), autotools-dev, pciutils-dev, pciutils, udev
+Standards-Version: 3.7.2
+
+Package: biosdevname
+Architecture: i386 amd64 ia64
+Depends: ${shlibs:Depends}, udev
+Description: biosdevname in its simplest form takes a kernel device name
+ as an argument, and returns the BIOS-given name it "should" be.
+ .
+ This is necessary on systems where the BIOS name for a given device
+ (e.g. the label on the chassis is "Gb1") doesn't map directly and
+ obviously to the kernel name (e.g. eth0).
+ .
+ This also works as a straight udev rule, which is provided.
+ .
+ Home Page: http://linux.dell.com/biosdevname/
+