base-devices

This commit is contained in:
Igor Pashev 2013-03-18 15:37:20 +00:00
parent 34e5b641b8
commit 3a026db6bc
8 changed files with 64 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,3 @@
/dev/fd/0 /dev/stdin
/dev/fd/1 /dev/stdout
/dev/fd/2 /dev/stderr

View File

@ -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

View File

@ -0,0 +1 @@
9

View File

@ -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

View File

@ -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.

5
base-devices/debian/rules Executable file
View File

@ -0,0 +1,5 @@
#!/usr/bin/make -f
%:
dh $@

View File

@ -0,0 +1 @@
3.0 (native)