dolibarr/build/deb
2011-07-21 01:20:31 +00:00
..
apache.conf Prepare 3.1.0 2011-07-19 17:14:07 +00:00
changelog Work on 3.1.0 packagings 2011-07-19 22:41:43 +00:00
config Work on packaging RPM & DEB 2011-07-09 17:42:07 +00:00
control Clean code to remove a lot of quality test errors 2011-07-21 01:20:31 +00:00
copyright Clean code to remove a lot of quality test errors 2011-07-21 01:20:31 +00:00
docs Update package for debian 2009-10-21 22:09:44 +00:00
dolibarr.desktop Work on packaging RPM & DEB 2011-07-09 17:42:07 +00:00
dolibarr.menu Fix: Debian package 2011-02-09 11:34:16 +00:00
examples Enhancement of debian package 2010-02-02 17:32:37 +00:00
files Update package for debian 2009-10-21 22:09:44 +00:00
install.forced.php.install Qual: A lot of fixes to enhance package quality 2011-07-09 15:48:19 +00:00
menu Update debian package 2010-01-23 13:28:45 +00:00
postinst Clean code to remove a lot of quality test errors 2011-07-21 01:20:31 +00:00
postrm Clean code to remove a lot of quality test errors 2011-07-21 01:20:31 +00:00
README Look fixes and enhancements 2011-07-20 19:03:31 +00:00
rules Prepare packaging for debian 2011-07-09 02:41:36 +00:00
templates Clean code to remove a lot of quality test errors 2011-07-21 01:20:31 +00:00
templates.futur Clean code to remove a lot of quality test errors 2011-07-21 01:20:31 +00:00
wash Update package for debian 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


To submit a package to Debian:

- Post an ITP with reportbugs :
> reportbug -B debian --email username@domain.tld wnpp
See page http://www.debian.org/devel/wnpp/#l1 for example of ITP requests contents.

- Wait until you received bug number.
For first ITP submission of Dolibarr, bug id was 634783.

- Check bug is into database by searching with id on http://www.debian.org/Bugs/
 
- Add a line for upstream into file changelog with bug number

- Call for a mentor on ML debian-mentors to upload packages