2
0
forked from Wavyzz/dolibarr
Files
dolibarr-fork/build/deb
2011-07-11 08:55:53 +00:00
..
2011-07-11 08:55:53 +00:00
2011-07-09 17:42:07 +00:00
2011-07-09 22:26:53 +00:00
2009-10-21 22:09:44 +00:00
2011-07-09 17:42:07 +00:00
2011-02-09 11:34:16 +00:00
2010-02-02 17:32:37 +00:00
2009-10-21 22:09:44 +00:00
2010-01-23 13:28:45 +00:00
2011-07-09 17:42:07 +00:00
2011-07-09 17:42:07 +00:00
2011-07-09 02:41:36 +00:00
2009-10-21 22:09:44 +00:00

README (English)
##################################################
DEB Package tools
##################################################

This directory contains files used by makepack-dolibarr.pl
script to build a package, ready to be distributed,
with format .DEB (for Debian, Ubuntu, ...).

# This is standard command to work on Debian packaging:
#
# lintian package       To test a package   
#
# dpkg -l               List all packages
# dpkg -b               To build package
# dpkg -c package.deb   List content of package
# dpkg -I package.deb   Give informations on package
# dpkg -i package.deb   Install a package
#
# dpkg -L packagename   List content of installed package 
# dpkg --purge          Remove config files and interactive saved answers