move debian/ to distros/debian/ and update README
This commit is contained in:
parent
a3c175c8fd
commit
be05b09d2a
@ -1,6 +1,7 @@
|
||||
0.3.6+
|
||||
debian package add XXXXXXXX to mktemp template [dist]
|
||||
[devmon] get pmount mount point after mount #20
|
||||
move debian/ to distros/debian/ and update README
|
||||
0.3.6 2012-12-16:
|
||||
file mount prevent race conditions
|
||||
disallow remount of file due to potential race conditions
|
||||
|
8
README
8
README
@ -153,12 +153,16 @@ CREATE DEB PACKAGE
|
||||
tar xzf udevil.tar.gz
|
||||
cd IgnorantGuru-udevil-*
|
||||
|
||||
3) Build package: (the package files will appear in the parent directory)
|
||||
3) Move the distros/debian directory into the source directory:
|
||||
|
||||
mv distros/debian .
|
||||
|
||||
4) Build package: (the package files will appear in the parent directory)
|
||||
|
||||
dpkg-buildpackage -b -uc
|
||||
cd .. && rm -rf IgnorantGuru-udevil-* udevil.tar.gz
|
||||
|
||||
4) To install the package you built:
|
||||
5) To install the package you built:
|
||||
|
||||
dpkg -i udevil*.deb
|
||||
|
||||
|
3
distros/debian/README-DEBIAN
Normal file
3
distros/debian/README-DEBIAN
Normal file
@ -0,0 +1,3 @@
|
||||
The files in distros/debian/ may be used to build a binary deb package of
|
||||
udevil for use on Debian-based distros. See the CREATE DEB PACKAGE
|
||||
section in ../../README for step-by-step instructions.
|
Loading…
x
Reference in New Issue
Block a user