move debian/ to distros/debian/ and update README

This commit is contained in:
IgnorantGuru 2013-02-11 06:22:43 -07:00
parent a3c175c8fd
commit be05b09d2a
15 changed files with 10 additions and 2 deletions

View File

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

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

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