The debian subdirectory contains all files to build debian package for diogene87.
The different packages are :
-dio87d : diogene87's deamon
-dio87c : communication utility
-diogene87-doc : documentation files (texinfo)
-diogene87 : metapackage to install dio87d,dio87c and diogene87-doc
BUILD PACKAGES
fakeroot ./debian/rules clean
clean all files (make distclean)
fakeroot ./debian/rules build
build files (make)
fakeroot ./debian/rules install
copy files to /tmp
move files in different packages
dpkg-buildpackage -rfakeroot
build all packages
dh_clean -k
delete temporary files and directories in debian directory
FILES
*.init : init script to start/stop daemons (located in /etc/init.d) *.postinst : post installation script
*.postrm : post desinstallation script
*.conffiles : configuration files
*.dirs : list of directories where package puts files *.files : list of files of the packages
DEBIAN PACKAGES to build deb files :
dh-make
debhelper
fakeroot
