base-devices
This commit is contained in:
parent
34e5b641b8
commit
3a026db6bc
|
@ -0,0 +1,12 @@
|
|||
dev/dsk
|
||||
dev/fd
|
||||
dev/ipnet
|
||||
dev/net
|
||||
dev/pts
|
||||
dev/rdsk
|
||||
dev/rmt
|
||||
dev/sad
|
||||
dev/swap
|
||||
dev/term
|
||||
dev/vt
|
||||
dev/zcons
|
|
@ -0,0 +1,3 @@
|
|||
/dev/fd/0 /dev/stdin
|
||||
/dev/fd/1 /dev/stdout
|
||||
/dev/fd/2 /dev/stderr
|
|
@ -0,0 +1,5 @@
|
|||
base-devices (1.0) unstable; urgency=low
|
||||
|
||||
* Initial release.
|
||||
|
||||
-- Igor Pashev <pashev.igor@gmail.com> Mon, 18 Mar 2013 15:22:43 +0000
|
|
@ -0,0 +1 @@
|
|||
9
|
|
@ -0,0 +1,19 @@
|
|||
Source: base-devices
|
||||
Section: admin
|
||||
Priority: required
|
||||
Maintainer: Igor Pashev <pashev.igor@gmail.com>
|
||||
Build-Depends: debhelper ( >= 9 )
|
||||
Standards-Version: 3.9.3
|
||||
Homepage: http://osdyson.org
|
||||
|
||||
Package: base-devices
|
||||
Essential: yes
|
||||
Priority: required
|
||||
Section: admin
|
||||
Architecture: any
|
||||
Description: core entries for /dev
|
||||
This package provides directories and symbolic links
|
||||
under /dev directory, which are required for normal
|
||||
system functionality, such as /dev/fd/ or /dev/stderr
|
||||
|
||||
|
|
@ -0,0 +1,18 @@
|
|||
Files: debian/*
|
||||
Copyright: 2012, Igor Pashev <pashev.igor@gmail.com>
|
||||
License: WTFPL-2
|
||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
||||
Version 2, December 2004
|
||||
.
|
||||
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
|
||||
.
|
||||
Everyone is permitted to copy and distribute verbatim or modified
|
||||
copies of this license document, and changing it is allowed as long
|
||||
as the name is changed.
|
||||
.
|
||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||
.
|
||||
0. You just DO WHAT THE FUCK YOU WANT TO.
|
||||
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
|
@ -0,0 +1 @@
|
|||
3.0 (native)
|
Loading…
Reference in New Issue