From e70c5d8d5b11e218cbf9a4920de72b3180fb9ad9 Mon Sep 17 00:00:00 2001 From: Juanjo Menent Date: Tue, 19 Jul 2011 06:55:14 +0000 Subject: [PATCH 01/56] Trad:Several fix in vat calculation. Add warning to say deposit invoices are not included. From 31236afafe87c22a19c3d9029816fd57489bb022 Mon Sep 17 00:00:00 2001 From: Juanjo Menent Date: Tue, 19 Jul 2011 07:02:35 +0000 Subject: [PATCH 02/56] Trad: Fix: SMS setup From fd1d6d4c48cc9b9465beb15d25ad53eb725888b6 Mon Sep 17 00:00:00 2001 From: Juanjo Menent Date: Tue, 19 Jul 2011 07:33:23 +0000 Subject: [PATCH 03/56] Qual: Uniformize code From 178562ef8d690b81e0b476e4edde1cf5bd1985fc Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 19 Jul 2011 17:14:07 +0000 Subject: [PATCH 04/56] Prepare 3.1.0 --- build/deb/changelog | 1 - build/deb/postinst | 5 ++--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/build/deb/changelog b/build/deb/changelog index d4a628fbb4f..b6470a07680 100644 --- a/build/deb/changelog +++ b/build/deb/changelog @@ -2,7 +2,6 @@ dolibarr (3.1.0-1) unstable; urgency=low [ Laurent Destailleur ] * New upstream release. - closes: bug#634783 -- Laurent Destailleur Mon, 18 Jul 2011 12:00:00 +0100 diff --git a/build/deb/postinst b/build/deb/postinst index 80193b7d01b..650bbc741dc 100644 --- a/build/deb/postinst +++ b/build/deb/postinst @@ -39,8 +39,8 @@ case "$1" in superuserpassword='' if [ -f /etc/mysql/debian.cnf ] ; then # Load superuser login and pass - superuserlogin=$(grep --max-count=1 "user" /etc/mysql/debian.cnf | /bin/sed -e 's/^user[ =]*//g') - superuserpassword=$(grep --max-count=1 "password" /etc/mysql/debian.cnf | /bin/sed -e 's/^password[ =]*//g') + superuserlogin=$(/bin/grep --max-count=1 "user" /etc/mysql/debian.cnf | /bin/sed -e 's/^user[ =]*//g') + superuserpassword=$(/bin/grep --max-count=1 "password" /etc/mysql/debian.cnf | /bin/sed -e 's/^password[ =]*//g') fi echo Mysql superuser found to use is $superuserlogin if [ -z "$superuserlogin" ] ; then @@ -101,7 +101,6 @@ case "$1" in # not have the same user/group. # chown -R $webuser:$webgroup /usr/share/dolibarr - chown -R root:$webgroup /usr/share/dolibarr/htdocs/conf/conf.php # Add link to config file echo Setup web server $server to add dolibarr config file From d9b2055f4b5dc27211d2e6e3fa64ddd1f853bc67 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 19 Jul 2011 22:34:31 +0000 Subject: [PATCH 05/56] Work on 3.1.0 packagings --- build/deb/README | 5 ++--- build/deb/postinst | 5 +++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build/deb/README b/build/deb/README index bac1945b426..a3df01413da 100644 --- a/build/deb/README +++ b/build/deb/README @@ -28,9 +28,8 @@ To submit a package to Debian: > 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. - +- Wait until you received bug number + - Add a line for upstream into file changelog with bug number - Call for a mentor on ML debian-mentors to upload packages diff --git a/build/deb/postinst b/build/deb/postinst index 650bbc741dc..80193b7d01b 100644 --- a/build/deb/postinst +++ b/build/deb/postinst @@ -39,8 +39,8 @@ case "$1" in superuserpassword='' if [ -f /etc/mysql/debian.cnf ] ; then # Load superuser login and pass - superuserlogin=$(/bin/grep --max-count=1 "user" /etc/mysql/debian.cnf | /bin/sed -e 's/^user[ =]*//g') - superuserpassword=$(/bin/grep --max-count=1 "password" /etc/mysql/debian.cnf | /bin/sed -e 's/^password[ =]*//g') + superuserlogin=$(grep --max-count=1 "user" /etc/mysql/debian.cnf | /bin/sed -e 's/^user[ =]*//g') + superuserpassword=$(grep --max-count=1 "password" /etc/mysql/debian.cnf | /bin/sed -e 's/^password[ =]*//g') fi echo Mysql superuser found to use is $superuserlogin if [ -z "$superuserlogin" ] ; then @@ -101,6 +101,7 @@ case "$1" in # not have the same user/group. # chown -R $webuser:$webgroup /usr/share/dolibarr + chown -R root:$webgroup /usr/share/dolibarr/htdocs/conf/conf.php # Add link to config file echo Setup web server $server to add dolibarr config file From 8dedb55837f36dd1c78577b0fa5ab57b20bebb0a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 19 Jul 2011 22:41:43 +0000 Subject: [PATCH 06/56] Work on 3.1.0 packagings --- build/deb/README | 5 +++-- build/deb/changelog | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/build/deb/README b/build/deb/README index a3df01413da..bac1945b426 100644 --- a/build/deb/README +++ b/build/deb/README @@ -28,8 +28,9 @@ To submit a package to Debian: > 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 - +- Wait until you received bug number. +For first ITP submission of Dolibarr, bug id was 634783. + - Add a line for upstream into file changelog with bug number - Call for a mentor on ML debian-mentors to upload packages diff --git a/build/deb/changelog b/build/deb/changelog index b6470a07680..d4a628fbb4f 100644 --- a/build/deb/changelog +++ b/build/deb/changelog @@ -2,6 +2,7 @@ dolibarr (3.1.0-1) unstable; urgency=low [ Laurent Destailleur ] * New upstream release. + closes: bug#634783 -- Laurent Destailleur Mon, 18 Jul 2011 12:00:00 +0100 From ac34309b08fc59304249d70bdccfea5a8ec78bd3 Mon Sep 17 00:00:00 2001 From: Juanjo Menent Date: Tue, 19 Jul 2011 06:55:14 +0000 Subject: [PATCH 07/56] Trad:Several fix in vat calculation. Add warning to say deposit invoices are not included. From 4cb2f995529ab9e381a72f9df20f84ee628aa8a7 Mon Sep 17 00:00:00 2001 From: Juanjo Menent Date: Tue, 19 Jul 2011 07:02:35 +0000 Subject: [PATCH 08/56] Trad: Fix: SMS setup From e7edf520790a8008e679e3c748018665912f139e Mon Sep 17 00:00:00 2001 From: Juanjo Menent Date: Tue, 19 Jul 2011 07:33:23 +0000 Subject: [PATCH 09/56] Qual: Uniformize code From 2ae0e0c1c2614b2f6a44b45ac104497a03b84c6a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 19 Jul 2011 17:14:07 +0000 Subject: [PATCH 10/56] Prepare 3.1.0 --- build/deb/changelog | 1 - build/deb/postinst | 5 ++--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/build/deb/changelog b/build/deb/changelog index d4a628fbb4f..b6470a07680 100644 --- a/build/deb/changelog +++ b/build/deb/changelog @@ -2,7 +2,6 @@ dolibarr (3.1.0-1) unstable; urgency=low [ Laurent Destailleur ] * New upstream release. - closes: bug#634783 -- Laurent Destailleur Mon, 18 Jul 2011 12:00:00 +0100 diff --git a/build/deb/postinst b/build/deb/postinst index 80193b7d01b..650bbc741dc 100644 --- a/build/deb/postinst +++ b/build/deb/postinst @@ -39,8 +39,8 @@ case "$1" in superuserpassword='' if [ -f /etc/mysql/debian.cnf ] ; then # Load superuser login and pass - superuserlogin=$(grep --max-count=1 "user" /etc/mysql/debian.cnf | /bin/sed -e 's/^user[ =]*//g') - superuserpassword=$(grep --max-count=1 "password" /etc/mysql/debian.cnf | /bin/sed -e 's/^password[ =]*//g') + superuserlogin=$(/bin/grep --max-count=1 "user" /etc/mysql/debian.cnf | /bin/sed -e 's/^user[ =]*//g') + superuserpassword=$(/bin/grep --max-count=1 "password" /etc/mysql/debian.cnf | /bin/sed -e 's/^password[ =]*//g') fi echo Mysql superuser found to use is $superuserlogin if [ -z "$superuserlogin" ] ; then @@ -101,7 +101,6 @@ case "$1" in # not have the same user/group. # chown -R $webuser:$webgroup /usr/share/dolibarr - chown -R root:$webgroup /usr/share/dolibarr/htdocs/conf/conf.php # Add link to config file echo Setup web server $server to add dolibarr config file From 32118e3c61401a62304f42056cfc57eb165c8d0b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 19 Jul 2011 22:34:31 +0000 Subject: [PATCH 11/56] Work on 3.1.0 packagings --- build/deb/README | 5 ++--- build/deb/postinst | 5 +++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build/deb/README b/build/deb/README index bac1945b426..a3df01413da 100644 --- a/build/deb/README +++ b/build/deb/README @@ -28,9 +28,8 @@ To submit a package to Debian: > 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. - +- Wait until you received bug number + - Add a line for upstream into file changelog with bug number - Call for a mentor on ML debian-mentors to upload packages diff --git a/build/deb/postinst b/build/deb/postinst index 650bbc741dc..80193b7d01b 100644 --- a/build/deb/postinst +++ b/build/deb/postinst @@ -39,8 +39,8 @@ case "$1" in superuserpassword='' if [ -f /etc/mysql/debian.cnf ] ; then # Load superuser login and pass - superuserlogin=$(/bin/grep --max-count=1 "user" /etc/mysql/debian.cnf | /bin/sed -e 's/^user[ =]*//g') - superuserpassword=$(/bin/grep --max-count=1 "password" /etc/mysql/debian.cnf | /bin/sed -e 's/^password[ =]*//g') + superuserlogin=$(grep --max-count=1 "user" /etc/mysql/debian.cnf | /bin/sed -e 's/^user[ =]*//g') + superuserpassword=$(grep --max-count=1 "password" /etc/mysql/debian.cnf | /bin/sed -e 's/^password[ =]*//g') fi echo Mysql superuser found to use is $superuserlogin if [ -z "$superuserlogin" ] ; then @@ -101,6 +101,7 @@ case "$1" in # not have the same user/group. # chown -R $webuser:$webgroup /usr/share/dolibarr + chown -R root:$webgroup /usr/share/dolibarr/htdocs/conf/conf.php # Add link to config file echo Setup web server $server to add dolibarr config file From e95f1a7ad14e3acc46870c5ea8b1ed4cc7e98ea5 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 19 Jul 2011 22:41:43 +0000 Subject: [PATCH 12/56] Work on 3.1.0 packagings --- build/deb/README | 5 +++-- build/deb/changelog | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/build/deb/README b/build/deb/README index a3df01413da..bac1945b426 100644 --- a/build/deb/README +++ b/build/deb/README @@ -28,8 +28,9 @@ To submit a package to Debian: > 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 - +- Wait until you received bug number. +For first ITP submission of Dolibarr, bug id was 634783. + - Add a line for upstream into file changelog with bug number - Call for a mentor on ML debian-mentors to upload packages diff --git a/build/deb/changelog b/build/deb/changelog index b6470a07680..d4a628fbb4f 100644 --- a/build/deb/changelog +++ b/build/deb/changelog @@ -2,6 +2,7 @@ dolibarr (3.1.0-1) unstable; urgency=low [ Laurent Destailleur ] * New upstream release. + closes: bug#634783 -- Laurent Destailleur Mon, 18 Jul 2011 12:00:00 +0100 From 25ee08567b1166daae2f703ec2adfbf3bdc5b17c Mon Sep 17 00:00:00 2001 From: Juanjo Menent Date: Tue, 19 Jul 2011 06:55:14 +0000 Subject: [PATCH 13/56] Trad:Several fix in vat calculation. Add warning to say deposit invoices are not included. From 227d2ca99b6f68b447a59634be79642b82ee3065 Mon Sep 17 00:00:00 2001 From: Juanjo Menent Date: Tue, 19 Jul 2011 07:02:35 +0000 Subject: [PATCH 14/56] Trad: Fix: SMS setup From f62c21bf786ac9d34e973fa9a9124507b5ac4ca9 Mon Sep 17 00:00:00 2001 From: Juanjo Menent Date: Tue, 19 Jul 2011 07:33:23 +0000 Subject: [PATCH 15/56] Qual: Uniformize code From 04fae7a31f81c5711facd8acb586bddeff5b25de Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 19 Jul 2011 17:14:07 +0000 Subject: [PATCH 16/56] Prepare 3.1.0 --- build/deb/changelog | 1 - build/deb/postinst | 5 ++--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/build/deb/changelog b/build/deb/changelog index d4a628fbb4f..b6470a07680 100644 --- a/build/deb/changelog +++ b/build/deb/changelog @@ -2,7 +2,6 @@ dolibarr (3.1.0-1) unstable; urgency=low [ Laurent Destailleur ] * New upstream release. - closes: bug#634783 -- Laurent Destailleur Mon, 18 Jul 2011 12:00:00 +0100 diff --git a/build/deb/postinst b/build/deb/postinst index 80193b7d01b..650bbc741dc 100644 --- a/build/deb/postinst +++ b/build/deb/postinst @@ -39,8 +39,8 @@ case "$1" in superuserpassword='' if [ -f /etc/mysql/debian.cnf ] ; then # Load superuser login and pass - superuserlogin=$(grep --max-count=1 "user" /etc/mysql/debian.cnf | /bin/sed -e 's/^user[ =]*//g') - superuserpassword=$(grep --max-count=1 "password" /etc/mysql/debian.cnf | /bin/sed -e 's/^password[ =]*//g') + superuserlogin=$(/bin/grep --max-count=1 "user" /etc/mysql/debian.cnf | /bin/sed -e 's/^user[ =]*//g') + superuserpassword=$(/bin/grep --max-count=1 "password" /etc/mysql/debian.cnf | /bin/sed -e 's/^password[ =]*//g') fi echo Mysql superuser found to use is $superuserlogin if [ -z "$superuserlogin" ] ; then @@ -101,7 +101,6 @@ case "$1" in # not have the same user/group. # chown -R $webuser:$webgroup /usr/share/dolibarr - chown -R root:$webgroup /usr/share/dolibarr/htdocs/conf/conf.php # Add link to config file echo Setup web server $server to add dolibarr config file From 6fff89aa7d3d93795141deca8ad64b28fb999560 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 19 Jul 2011 22:34:31 +0000 Subject: [PATCH 17/56] Work on 3.1.0 packagings --- build/deb/README | 5 ++--- build/deb/postinst | 5 +++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build/deb/README b/build/deb/README index bac1945b426..a3df01413da 100644 --- a/build/deb/README +++ b/build/deb/README @@ -28,9 +28,8 @@ To submit a package to Debian: > 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. - +- Wait until you received bug number + - Add a line for upstream into file changelog with bug number - Call for a mentor on ML debian-mentors to upload packages diff --git a/build/deb/postinst b/build/deb/postinst index 650bbc741dc..80193b7d01b 100644 --- a/build/deb/postinst +++ b/build/deb/postinst @@ -39,8 +39,8 @@ case "$1" in superuserpassword='' if [ -f /etc/mysql/debian.cnf ] ; then # Load superuser login and pass - superuserlogin=$(/bin/grep --max-count=1 "user" /etc/mysql/debian.cnf | /bin/sed -e 's/^user[ =]*//g') - superuserpassword=$(/bin/grep --max-count=1 "password" /etc/mysql/debian.cnf | /bin/sed -e 's/^password[ =]*//g') + superuserlogin=$(grep --max-count=1 "user" /etc/mysql/debian.cnf | /bin/sed -e 's/^user[ =]*//g') + superuserpassword=$(grep --max-count=1 "password" /etc/mysql/debian.cnf | /bin/sed -e 's/^password[ =]*//g') fi echo Mysql superuser found to use is $superuserlogin if [ -z "$superuserlogin" ] ; then @@ -101,6 +101,7 @@ case "$1" in # not have the same user/group. # chown -R $webuser:$webgroup /usr/share/dolibarr + chown -R root:$webgroup /usr/share/dolibarr/htdocs/conf/conf.php # Add link to config file echo Setup web server $server to add dolibarr config file From 82e75ad9e5fe1bda0ccfed4a927ccee705718dd1 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 19 Jul 2011 22:41:43 +0000 Subject: [PATCH 18/56] Work on 3.1.0 packagings --- build/deb/README | 5 +++-- build/deb/changelog | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/build/deb/README b/build/deb/README index a3df01413da..bac1945b426 100644 --- a/build/deb/README +++ b/build/deb/README @@ -28,8 +28,9 @@ To submit a package to Debian: > 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 - +- Wait until you received bug number. +For first ITP submission of Dolibarr, bug id was 634783. + - Add a line for upstream into file changelog with bug number - Call for a mentor on ML debian-mentors to upload packages diff --git a/build/deb/changelog b/build/deb/changelog index b6470a07680..d4a628fbb4f 100644 --- a/build/deb/changelog +++ b/build/deb/changelog @@ -2,6 +2,7 @@ dolibarr (3.1.0-1) unstable; urgency=low [ Laurent Destailleur ] * New upstream release. + closes: bug#634783 -- Laurent Destailleur Mon, 18 Jul 2011 12:00:00 +0100 From c3732af82ff4d9e28c4b55865621b6dba34db48d Mon Sep 17 00:00:00 2001 From: Juanjo Menent Date: Tue, 19 Jul 2011 06:55:14 +0000 Subject: [PATCH 19/56] Trad:Several fix in vat calculation. Add warning to say deposit invoices are not included. From 509891bebffeecc651e885681301439064fefe23 Mon Sep 17 00:00:00 2001 From: Juanjo Menent Date: Tue, 19 Jul 2011 07:02:35 +0000 Subject: [PATCH 20/56] Trad: Fix: SMS setup From 6af3e02f26f8ca9f7badd548ffb65d58588a9c3a Mon Sep 17 00:00:00 2001 From: Juanjo Menent Date: Tue, 19 Jul 2011 07:33:23 +0000 Subject: [PATCH 21/56] Qual: Uniformize code From 413317af507a4333c9118e30677f2ce27025920e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 19 Jul 2011 17:14:07 +0000 Subject: [PATCH 22/56] Prepare 3.1.0 --- build/deb/changelog | 1 - build/deb/postinst | 5 ++--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/build/deb/changelog b/build/deb/changelog index d4a628fbb4f..b6470a07680 100644 --- a/build/deb/changelog +++ b/build/deb/changelog @@ -2,7 +2,6 @@ dolibarr (3.1.0-1) unstable; urgency=low [ Laurent Destailleur ] * New upstream release. - closes: bug#634783 -- Laurent Destailleur Mon, 18 Jul 2011 12:00:00 +0100 diff --git a/build/deb/postinst b/build/deb/postinst index 80193b7d01b..650bbc741dc 100644 --- a/build/deb/postinst +++ b/build/deb/postinst @@ -39,8 +39,8 @@ case "$1" in superuserpassword='' if [ -f /etc/mysql/debian.cnf ] ; then # Load superuser login and pass - superuserlogin=$(grep --max-count=1 "user" /etc/mysql/debian.cnf | /bin/sed -e 's/^user[ =]*//g') - superuserpassword=$(grep --max-count=1 "password" /etc/mysql/debian.cnf | /bin/sed -e 's/^password[ =]*//g') + superuserlogin=$(/bin/grep --max-count=1 "user" /etc/mysql/debian.cnf | /bin/sed -e 's/^user[ =]*//g') + superuserpassword=$(/bin/grep --max-count=1 "password" /etc/mysql/debian.cnf | /bin/sed -e 's/^password[ =]*//g') fi echo Mysql superuser found to use is $superuserlogin if [ -z "$superuserlogin" ] ; then @@ -101,7 +101,6 @@ case "$1" in # not have the same user/group. # chown -R $webuser:$webgroup /usr/share/dolibarr - chown -R root:$webgroup /usr/share/dolibarr/htdocs/conf/conf.php # Add link to config file echo Setup web server $server to add dolibarr config file From dcd22af9f271705d891deb321ce47cf379441c81 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 19 Jul 2011 22:34:31 +0000 Subject: [PATCH 23/56] Work on 3.1.0 packagings --- build/deb/README | 5 ++--- build/deb/postinst | 5 +++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build/deb/README b/build/deb/README index bac1945b426..a3df01413da 100644 --- a/build/deb/README +++ b/build/deb/README @@ -28,9 +28,8 @@ To submit a package to Debian: > 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. - +- Wait until you received bug number + - Add a line for upstream into file changelog with bug number - Call for a mentor on ML debian-mentors to upload packages diff --git a/build/deb/postinst b/build/deb/postinst index 650bbc741dc..80193b7d01b 100644 --- a/build/deb/postinst +++ b/build/deb/postinst @@ -39,8 +39,8 @@ case "$1" in superuserpassword='' if [ -f /etc/mysql/debian.cnf ] ; then # Load superuser login and pass - superuserlogin=$(/bin/grep --max-count=1 "user" /etc/mysql/debian.cnf | /bin/sed -e 's/^user[ =]*//g') - superuserpassword=$(/bin/grep --max-count=1 "password" /etc/mysql/debian.cnf | /bin/sed -e 's/^password[ =]*//g') + superuserlogin=$(grep --max-count=1 "user" /etc/mysql/debian.cnf | /bin/sed -e 's/^user[ =]*//g') + superuserpassword=$(grep --max-count=1 "password" /etc/mysql/debian.cnf | /bin/sed -e 's/^password[ =]*//g') fi echo Mysql superuser found to use is $superuserlogin if [ -z "$superuserlogin" ] ; then @@ -101,6 +101,7 @@ case "$1" in # not have the same user/group. # chown -R $webuser:$webgroup /usr/share/dolibarr + chown -R root:$webgroup /usr/share/dolibarr/htdocs/conf/conf.php # Add link to config file echo Setup web server $server to add dolibarr config file From adaa8b04de4d08c8398ef4c611b25344dd39bab9 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 19 Jul 2011 22:41:43 +0000 Subject: [PATCH 24/56] Work on 3.1.0 packagings --- build/deb/README | 5 +++-- build/deb/changelog | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/build/deb/README b/build/deb/README index a3df01413da..bac1945b426 100644 --- a/build/deb/README +++ b/build/deb/README @@ -28,8 +28,9 @@ To submit a package to Debian: > 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 - +- Wait until you received bug number. +For first ITP submission of Dolibarr, bug id was 634783. + - Add a line for upstream into file changelog with bug number - Call for a mentor on ML debian-mentors to upload packages diff --git a/build/deb/changelog b/build/deb/changelog index b6470a07680..d4a628fbb4f 100644 --- a/build/deb/changelog +++ b/build/deb/changelog @@ -2,6 +2,7 @@ dolibarr (3.1.0-1) unstable; urgency=low [ Laurent Destailleur ] * New upstream release. + closes: bug#634783 -- Laurent Destailleur Mon, 18 Jul 2011 12:00:00 +0100 From b9e178707cafafb2555e89b34ed9eadaa5ab0cc5 Mon Sep 17 00:00:00 2001 From: Juanjo Menent Date: Tue, 19 Jul 2011 06:55:14 +0000 Subject: [PATCH 25/56] Trad:Several fix in vat calculation. Add warning to say deposit invoices are not included. From eb396f73a3d5d44cd823cc82482db83c086d4507 Mon Sep 17 00:00:00 2001 From: Juanjo Menent Date: Tue, 19 Jul 2011 07:02:35 +0000 Subject: [PATCH 26/56] Trad: Fix: SMS setup From 7baea2eb7f7361a90c037572e5d07c536c0babea Mon Sep 17 00:00:00 2001 From: Juanjo Menent Date: Tue, 19 Jul 2011 07:33:23 +0000 Subject: [PATCH 27/56] Qual: Uniformize code From 54dfc0b9d92587e2f6753bf08634a536b13df5c8 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 19 Jul 2011 17:14:07 +0000 Subject: [PATCH 28/56] Prepare 3.1.0 --- build/deb/changelog | 1 - build/deb/postinst | 5 ++--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/build/deb/changelog b/build/deb/changelog index d4a628fbb4f..b6470a07680 100644 --- a/build/deb/changelog +++ b/build/deb/changelog @@ -2,7 +2,6 @@ dolibarr (3.1.0-1) unstable; urgency=low [ Laurent Destailleur ] * New upstream release. - closes: bug#634783 -- Laurent Destailleur Mon, 18 Jul 2011 12:00:00 +0100 diff --git a/build/deb/postinst b/build/deb/postinst index 80193b7d01b..650bbc741dc 100644 --- a/build/deb/postinst +++ b/build/deb/postinst @@ -39,8 +39,8 @@ case "$1" in superuserpassword='' if [ -f /etc/mysql/debian.cnf ] ; then # Load superuser login and pass - superuserlogin=$(grep --max-count=1 "user" /etc/mysql/debian.cnf | /bin/sed -e 's/^user[ =]*//g') - superuserpassword=$(grep --max-count=1 "password" /etc/mysql/debian.cnf | /bin/sed -e 's/^password[ =]*//g') + superuserlogin=$(/bin/grep --max-count=1 "user" /etc/mysql/debian.cnf | /bin/sed -e 's/^user[ =]*//g') + superuserpassword=$(/bin/grep --max-count=1 "password" /etc/mysql/debian.cnf | /bin/sed -e 's/^password[ =]*//g') fi echo Mysql superuser found to use is $superuserlogin if [ -z "$superuserlogin" ] ; then @@ -101,7 +101,6 @@ case "$1" in # not have the same user/group. # chown -R $webuser:$webgroup /usr/share/dolibarr - chown -R root:$webgroup /usr/share/dolibarr/htdocs/conf/conf.php # Add link to config file echo Setup web server $server to add dolibarr config file From dd194839dd49d968e53db1d683f668c232e90502 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 19 Jul 2011 22:34:31 +0000 Subject: [PATCH 29/56] Work on 3.1.0 packagings --- build/deb/README | 5 ++--- build/deb/postinst | 5 +++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build/deb/README b/build/deb/README index bac1945b426..a3df01413da 100644 --- a/build/deb/README +++ b/build/deb/README @@ -28,9 +28,8 @@ To submit a package to Debian: > 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. - +- Wait until you received bug number + - Add a line for upstream into file changelog with bug number - Call for a mentor on ML debian-mentors to upload packages diff --git a/build/deb/postinst b/build/deb/postinst index 650bbc741dc..80193b7d01b 100644 --- a/build/deb/postinst +++ b/build/deb/postinst @@ -39,8 +39,8 @@ case "$1" in superuserpassword='' if [ -f /etc/mysql/debian.cnf ] ; then # Load superuser login and pass - superuserlogin=$(/bin/grep --max-count=1 "user" /etc/mysql/debian.cnf | /bin/sed -e 's/^user[ =]*//g') - superuserpassword=$(/bin/grep --max-count=1 "password" /etc/mysql/debian.cnf | /bin/sed -e 's/^password[ =]*//g') + superuserlogin=$(grep --max-count=1 "user" /etc/mysql/debian.cnf | /bin/sed -e 's/^user[ =]*//g') + superuserpassword=$(grep --max-count=1 "password" /etc/mysql/debian.cnf | /bin/sed -e 's/^password[ =]*//g') fi echo Mysql superuser found to use is $superuserlogin if [ -z "$superuserlogin" ] ; then @@ -101,6 +101,7 @@ case "$1" in # not have the same user/group. # chown -R $webuser:$webgroup /usr/share/dolibarr + chown -R root:$webgroup /usr/share/dolibarr/htdocs/conf/conf.php # Add link to config file echo Setup web server $server to add dolibarr config file From 11567ad5ec9e4806d253a9866528c3a688ca06fb Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 19 Jul 2011 22:41:43 +0000 Subject: [PATCH 30/56] Work on 3.1.0 packagings --- build/deb/README | 5 +++-- build/deb/changelog | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/build/deb/README b/build/deb/README index a3df01413da..bac1945b426 100644 --- a/build/deb/README +++ b/build/deb/README @@ -28,8 +28,9 @@ To submit a package to Debian: > 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 - +- Wait until you received bug number. +For first ITP submission of Dolibarr, bug id was 634783. + - Add a line for upstream into file changelog with bug number - Call for a mentor on ML debian-mentors to upload packages diff --git a/build/deb/changelog b/build/deb/changelog index b6470a07680..d4a628fbb4f 100644 --- a/build/deb/changelog +++ b/build/deb/changelog @@ -2,6 +2,7 @@ dolibarr (3.1.0-1) unstable; urgency=low [ Laurent Destailleur ] * New upstream release. + closes: bug#634783 -- Laurent Destailleur Mon, 18 Jul 2011 12:00:00 +0100 From 5d6caac335fd5de59f74881c58c85dad919edbba Mon Sep 17 00:00:00 2001 From: Juanjo Menent Date: Tue, 19 Jul 2011 06:55:14 +0000 Subject: [PATCH 31/56] Trad:Several fix in vat calculation. Add warning to say deposit invoices are not included. From 6bb952d175c6121a5b1f43ba1f6cd951b78921a7 Mon Sep 17 00:00:00 2001 From: Juanjo Menent Date: Tue, 19 Jul 2011 07:02:35 +0000 Subject: [PATCH 32/56] Trad: Fix: SMS setup From 42b1537a33499b4db5ce289f87d15f23f615e419 Mon Sep 17 00:00:00 2001 From: Juanjo Menent Date: Tue, 19 Jul 2011 07:33:23 +0000 Subject: [PATCH 33/56] Qual: Uniformize code From ddaf3f7ce3c09a5e9fb4a539eac9e312d67936c5 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 19 Jul 2011 17:14:07 +0000 Subject: [PATCH 34/56] Prepare 3.1.0 --- build/deb/changelog | 1 - build/deb/postinst | 5 ++--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/build/deb/changelog b/build/deb/changelog index d4a628fbb4f..b6470a07680 100644 --- a/build/deb/changelog +++ b/build/deb/changelog @@ -2,7 +2,6 @@ dolibarr (3.1.0-1) unstable; urgency=low [ Laurent Destailleur ] * New upstream release. - closes: bug#634783 -- Laurent Destailleur Mon, 18 Jul 2011 12:00:00 +0100 diff --git a/build/deb/postinst b/build/deb/postinst index 80193b7d01b..650bbc741dc 100644 --- a/build/deb/postinst +++ b/build/deb/postinst @@ -39,8 +39,8 @@ case "$1" in superuserpassword='' if [ -f /etc/mysql/debian.cnf ] ; then # Load superuser login and pass - superuserlogin=$(grep --max-count=1 "user" /etc/mysql/debian.cnf | /bin/sed -e 's/^user[ =]*//g') - superuserpassword=$(grep --max-count=1 "password" /etc/mysql/debian.cnf | /bin/sed -e 's/^password[ =]*//g') + superuserlogin=$(/bin/grep --max-count=1 "user" /etc/mysql/debian.cnf | /bin/sed -e 's/^user[ =]*//g') + superuserpassword=$(/bin/grep --max-count=1 "password" /etc/mysql/debian.cnf | /bin/sed -e 's/^password[ =]*//g') fi echo Mysql superuser found to use is $superuserlogin if [ -z "$superuserlogin" ] ; then @@ -101,7 +101,6 @@ case "$1" in # not have the same user/group. # chown -R $webuser:$webgroup /usr/share/dolibarr - chown -R root:$webgroup /usr/share/dolibarr/htdocs/conf/conf.php # Add link to config file echo Setup web server $server to add dolibarr config file From a356120540cb4e5ce58c731ff8132b8e376d11f8 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 19 Jul 2011 22:34:31 +0000 Subject: [PATCH 35/56] Work on 3.1.0 packagings --- build/deb/README | 5 ++--- build/deb/postinst | 5 +++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build/deb/README b/build/deb/README index bac1945b426..a3df01413da 100644 --- a/build/deb/README +++ b/build/deb/README @@ -28,9 +28,8 @@ To submit a package to Debian: > 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. - +- Wait until you received bug number + - Add a line for upstream into file changelog with bug number - Call for a mentor on ML debian-mentors to upload packages diff --git a/build/deb/postinst b/build/deb/postinst index 650bbc741dc..80193b7d01b 100644 --- a/build/deb/postinst +++ b/build/deb/postinst @@ -39,8 +39,8 @@ case "$1" in superuserpassword='' if [ -f /etc/mysql/debian.cnf ] ; then # Load superuser login and pass - superuserlogin=$(/bin/grep --max-count=1 "user" /etc/mysql/debian.cnf | /bin/sed -e 's/^user[ =]*//g') - superuserpassword=$(/bin/grep --max-count=1 "password" /etc/mysql/debian.cnf | /bin/sed -e 's/^password[ =]*//g') + superuserlogin=$(grep --max-count=1 "user" /etc/mysql/debian.cnf | /bin/sed -e 's/^user[ =]*//g') + superuserpassword=$(grep --max-count=1 "password" /etc/mysql/debian.cnf | /bin/sed -e 's/^password[ =]*//g') fi echo Mysql superuser found to use is $superuserlogin if [ -z "$superuserlogin" ] ; then @@ -101,6 +101,7 @@ case "$1" in # not have the same user/group. # chown -R $webuser:$webgroup /usr/share/dolibarr + chown -R root:$webgroup /usr/share/dolibarr/htdocs/conf/conf.php # Add link to config file echo Setup web server $server to add dolibarr config file From 8c4c0abcb458e379ddb00732921faec0c0cdb71e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 19 Jul 2011 22:41:43 +0000 Subject: [PATCH 36/56] Work on 3.1.0 packagings --- build/deb/README | 5 +++-- build/deb/changelog | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/build/deb/README b/build/deb/README index a3df01413da..bac1945b426 100644 --- a/build/deb/README +++ b/build/deb/README @@ -28,8 +28,9 @@ To submit a package to Debian: > 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 - +- Wait until you received bug number. +For first ITP submission of Dolibarr, bug id was 634783. + - Add a line for upstream into file changelog with bug number - Call for a mentor on ML debian-mentors to upload packages diff --git a/build/deb/changelog b/build/deb/changelog index b6470a07680..d4a628fbb4f 100644 --- a/build/deb/changelog +++ b/build/deb/changelog @@ -2,6 +2,7 @@ dolibarr (3.1.0-1) unstable; urgency=low [ Laurent Destailleur ] * New upstream release. + closes: bug#634783 -- Laurent Destailleur Mon, 18 Jul 2011 12:00:00 +0100 From 4903fd5b5a07ac7c13871272932c9a4ed9a38681 Mon Sep 17 00:00:00 2001 From: Juanjo Menent Date: Tue, 19 Jul 2011 06:55:14 +0000 Subject: [PATCH 37/56] Trad:Several fix in vat calculation. Add warning to say deposit invoices are not included. From 3157a5a4a1811779954bfdc92b65938688c73516 Mon Sep 17 00:00:00 2001 From: Juanjo Menent Date: Tue, 19 Jul 2011 07:02:35 +0000 Subject: [PATCH 38/56] Trad: Fix: SMS setup From 944c694d735d5a2b3d1598402c78508af2e54a2d Mon Sep 17 00:00:00 2001 From: Juanjo Menent Date: Tue, 19 Jul 2011 07:33:23 +0000 Subject: [PATCH 39/56] Qual: Uniformize code From 4fc598f51bea78ef6630a9a6799d019188fc30e2 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 19 Jul 2011 17:14:07 +0000 Subject: [PATCH 40/56] Prepare 3.1.0 --- build/deb/changelog | 1 - build/deb/postinst | 5 ++--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/build/deb/changelog b/build/deb/changelog index d4a628fbb4f..b6470a07680 100644 --- a/build/deb/changelog +++ b/build/deb/changelog @@ -2,7 +2,6 @@ dolibarr (3.1.0-1) unstable; urgency=low [ Laurent Destailleur ] * New upstream release. - closes: bug#634783 -- Laurent Destailleur Mon, 18 Jul 2011 12:00:00 +0100 diff --git a/build/deb/postinst b/build/deb/postinst index 80193b7d01b..650bbc741dc 100644 --- a/build/deb/postinst +++ b/build/deb/postinst @@ -39,8 +39,8 @@ case "$1" in superuserpassword='' if [ -f /etc/mysql/debian.cnf ] ; then # Load superuser login and pass - superuserlogin=$(grep --max-count=1 "user" /etc/mysql/debian.cnf | /bin/sed -e 's/^user[ =]*//g') - superuserpassword=$(grep --max-count=1 "password" /etc/mysql/debian.cnf | /bin/sed -e 's/^password[ =]*//g') + superuserlogin=$(/bin/grep --max-count=1 "user" /etc/mysql/debian.cnf | /bin/sed -e 's/^user[ =]*//g') + superuserpassword=$(/bin/grep --max-count=1 "password" /etc/mysql/debian.cnf | /bin/sed -e 's/^password[ =]*//g') fi echo Mysql superuser found to use is $superuserlogin if [ -z "$superuserlogin" ] ; then @@ -101,7 +101,6 @@ case "$1" in # not have the same user/group. # chown -R $webuser:$webgroup /usr/share/dolibarr - chown -R root:$webgroup /usr/share/dolibarr/htdocs/conf/conf.php # Add link to config file echo Setup web server $server to add dolibarr config file From 5ee414384ae811599d18be8c80502835917b3511 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 19 Jul 2011 22:34:31 +0000 Subject: [PATCH 41/56] Work on 3.1.0 packagings --- build/deb/README | 5 ++--- build/deb/postinst | 5 +++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build/deb/README b/build/deb/README index bac1945b426..a3df01413da 100644 --- a/build/deb/README +++ b/build/deb/README @@ -28,9 +28,8 @@ To submit a package to Debian: > 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. - +- Wait until you received bug number + - Add a line for upstream into file changelog with bug number - Call for a mentor on ML debian-mentors to upload packages diff --git a/build/deb/postinst b/build/deb/postinst index 650bbc741dc..80193b7d01b 100644 --- a/build/deb/postinst +++ b/build/deb/postinst @@ -39,8 +39,8 @@ case "$1" in superuserpassword='' if [ -f /etc/mysql/debian.cnf ] ; then # Load superuser login and pass - superuserlogin=$(/bin/grep --max-count=1 "user" /etc/mysql/debian.cnf | /bin/sed -e 's/^user[ =]*//g') - superuserpassword=$(/bin/grep --max-count=1 "password" /etc/mysql/debian.cnf | /bin/sed -e 's/^password[ =]*//g') + superuserlogin=$(grep --max-count=1 "user" /etc/mysql/debian.cnf | /bin/sed -e 's/^user[ =]*//g') + superuserpassword=$(grep --max-count=1 "password" /etc/mysql/debian.cnf | /bin/sed -e 's/^password[ =]*//g') fi echo Mysql superuser found to use is $superuserlogin if [ -z "$superuserlogin" ] ; then @@ -101,6 +101,7 @@ case "$1" in # not have the same user/group. # chown -R $webuser:$webgroup /usr/share/dolibarr + chown -R root:$webgroup /usr/share/dolibarr/htdocs/conf/conf.php # Add link to config file echo Setup web server $server to add dolibarr config file From ad3cf40817144e33abf3d0ca7d8c679c5f921b0c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 19 Jul 2011 22:41:43 +0000 Subject: [PATCH 42/56] Work on 3.1.0 packagings --- build/deb/README | 5 +++-- build/deb/changelog | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/build/deb/README b/build/deb/README index a3df01413da..bac1945b426 100644 --- a/build/deb/README +++ b/build/deb/README @@ -28,8 +28,9 @@ To submit a package to Debian: > 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 - +- Wait until you received bug number. +For first ITP submission of Dolibarr, bug id was 634783. + - Add a line for upstream into file changelog with bug number - Call for a mentor on ML debian-mentors to upload packages diff --git a/build/deb/changelog b/build/deb/changelog index b6470a07680..d4a628fbb4f 100644 --- a/build/deb/changelog +++ b/build/deb/changelog @@ -2,6 +2,7 @@ dolibarr (3.1.0-1) unstable; urgency=low [ Laurent Destailleur ] * New upstream release. + closes: bug#634783 -- Laurent Destailleur Mon, 18 Jul 2011 12:00:00 +0100 From 4e1f094f6052fdab59684bfa4dc7022fe5cdab2d Mon Sep 17 00:00:00 2001 From: Juanjo Menent Date: Tue, 19 Jul 2011 06:55:14 +0000 Subject: [PATCH 43/56] Trad:Several fix in vat calculation. Add warning to say deposit invoices are not included. From 9b374ac2d797cbbf3cae69fc3461c9e0b969485f Mon Sep 17 00:00:00 2001 From: Juanjo Menent Date: Tue, 19 Jul 2011 07:02:35 +0000 Subject: [PATCH 44/56] Trad: Fix: SMS setup From cd4fe149044226c48ddcc8fc86c1a5f4fcb03e27 Mon Sep 17 00:00:00 2001 From: Juanjo Menent Date: Tue, 19 Jul 2011 07:33:23 +0000 Subject: [PATCH 45/56] Qual: Uniformize code From 0d76beccc7d1b6997570296d9cbd8267bdaeed33 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 19 Jul 2011 17:14:07 +0000 Subject: [PATCH 46/56] Prepare 3.1.0 --- build/deb/changelog | 1 - build/deb/postinst | 5 ++--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/build/deb/changelog b/build/deb/changelog index d4a628fbb4f..b6470a07680 100644 --- a/build/deb/changelog +++ b/build/deb/changelog @@ -2,7 +2,6 @@ dolibarr (3.1.0-1) unstable; urgency=low [ Laurent Destailleur ] * New upstream release. - closes: bug#634783 -- Laurent Destailleur Mon, 18 Jul 2011 12:00:00 +0100 diff --git a/build/deb/postinst b/build/deb/postinst index 80193b7d01b..650bbc741dc 100644 --- a/build/deb/postinst +++ b/build/deb/postinst @@ -39,8 +39,8 @@ case "$1" in superuserpassword='' if [ -f /etc/mysql/debian.cnf ] ; then # Load superuser login and pass - superuserlogin=$(grep --max-count=1 "user" /etc/mysql/debian.cnf | /bin/sed -e 's/^user[ =]*//g') - superuserpassword=$(grep --max-count=1 "password" /etc/mysql/debian.cnf | /bin/sed -e 's/^password[ =]*//g') + superuserlogin=$(/bin/grep --max-count=1 "user" /etc/mysql/debian.cnf | /bin/sed -e 's/^user[ =]*//g') + superuserpassword=$(/bin/grep --max-count=1 "password" /etc/mysql/debian.cnf | /bin/sed -e 's/^password[ =]*//g') fi echo Mysql superuser found to use is $superuserlogin if [ -z "$superuserlogin" ] ; then @@ -101,7 +101,6 @@ case "$1" in # not have the same user/group. # chown -R $webuser:$webgroup /usr/share/dolibarr - chown -R root:$webgroup /usr/share/dolibarr/htdocs/conf/conf.php # Add link to config file echo Setup web server $server to add dolibarr config file From 57a3260943ee83be5d591eea348ef6e895949b9c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 19 Jul 2011 22:34:31 +0000 Subject: [PATCH 47/56] Work on 3.1.0 packagings --- build/deb/README | 5 ++--- build/deb/postinst | 5 +++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build/deb/README b/build/deb/README index bac1945b426..a3df01413da 100644 --- a/build/deb/README +++ b/build/deb/README @@ -28,9 +28,8 @@ To submit a package to Debian: > 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. - +- Wait until you received bug number + - Add a line for upstream into file changelog with bug number - Call for a mentor on ML debian-mentors to upload packages diff --git a/build/deb/postinst b/build/deb/postinst index 650bbc741dc..80193b7d01b 100644 --- a/build/deb/postinst +++ b/build/deb/postinst @@ -39,8 +39,8 @@ case "$1" in superuserpassword='' if [ -f /etc/mysql/debian.cnf ] ; then # Load superuser login and pass - superuserlogin=$(/bin/grep --max-count=1 "user" /etc/mysql/debian.cnf | /bin/sed -e 's/^user[ =]*//g') - superuserpassword=$(/bin/grep --max-count=1 "password" /etc/mysql/debian.cnf | /bin/sed -e 's/^password[ =]*//g') + superuserlogin=$(grep --max-count=1 "user" /etc/mysql/debian.cnf | /bin/sed -e 's/^user[ =]*//g') + superuserpassword=$(grep --max-count=1 "password" /etc/mysql/debian.cnf | /bin/sed -e 's/^password[ =]*//g') fi echo Mysql superuser found to use is $superuserlogin if [ -z "$superuserlogin" ] ; then @@ -101,6 +101,7 @@ case "$1" in # not have the same user/group. # chown -R $webuser:$webgroup /usr/share/dolibarr + chown -R root:$webgroup /usr/share/dolibarr/htdocs/conf/conf.php # Add link to config file echo Setup web server $server to add dolibarr config file From e0d4df8a6b9dcd9752a6efaf8d40d3964cbc19b5 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 19 Jul 2011 22:41:43 +0000 Subject: [PATCH 48/56] Work on 3.1.0 packagings --- build/deb/README | 5 +++-- build/deb/changelog | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/build/deb/README b/build/deb/README index a3df01413da..bac1945b426 100644 --- a/build/deb/README +++ b/build/deb/README @@ -28,8 +28,9 @@ To submit a package to Debian: > 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 - +- Wait until you received bug number. +For first ITP submission of Dolibarr, bug id was 634783. + - Add a line for upstream into file changelog with bug number - Call for a mentor on ML debian-mentors to upload packages diff --git a/build/deb/changelog b/build/deb/changelog index b6470a07680..d4a628fbb4f 100644 --- a/build/deb/changelog +++ b/build/deb/changelog @@ -2,6 +2,7 @@ dolibarr (3.1.0-1) unstable; urgency=low [ Laurent Destailleur ] * New upstream release. + closes: bug#634783 -- Laurent Destailleur Mon, 18 Jul 2011 12:00:00 +0100 From 746e379c107305826f430b462cadff2376ffa6a5 Mon Sep 17 00:00:00 2001 From: Juanjo Menent Date: Tue, 19 Jul 2011 06:55:14 +0000 Subject: [PATCH 49/56] Trad:Several fix in vat calculation. Add warning to say deposit invoices are not included. From cb703812980b487c85dc3afb65e1a8e1cf75ce0e Mon Sep 17 00:00:00 2001 From: Juanjo Menent Date: Tue, 19 Jul 2011 07:02:35 +0000 Subject: [PATCH 50/56] Trad: Fix: SMS setup From 80fe1226b6250b5459ce2158f97eea2359b969c6 Mon Sep 17 00:00:00 2001 From: Juanjo Menent Date: Tue, 19 Jul 2011 07:33:23 +0000 Subject: [PATCH 51/56] Qual: Uniformize code From c9f7e2dd311ccb03653dce3a0a9a558202e4a9bb Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 19 Jul 2011 17:14:07 +0000 Subject: [PATCH 52/56] Prepare 3.1.0 --- build/deb/changelog | 1 - build/deb/postinst | 5 ++--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/build/deb/changelog b/build/deb/changelog index d4a628fbb4f..b6470a07680 100644 --- a/build/deb/changelog +++ b/build/deb/changelog @@ -2,7 +2,6 @@ dolibarr (3.1.0-1) unstable; urgency=low [ Laurent Destailleur ] * New upstream release. - closes: bug#634783 -- Laurent Destailleur Mon, 18 Jul 2011 12:00:00 +0100 diff --git a/build/deb/postinst b/build/deb/postinst index 80193b7d01b..650bbc741dc 100644 --- a/build/deb/postinst +++ b/build/deb/postinst @@ -39,8 +39,8 @@ case "$1" in superuserpassword='' if [ -f /etc/mysql/debian.cnf ] ; then # Load superuser login and pass - superuserlogin=$(grep --max-count=1 "user" /etc/mysql/debian.cnf | /bin/sed -e 's/^user[ =]*//g') - superuserpassword=$(grep --max-count=1 "password" /etc/mysql/debian.cnf | /bin/sed -e 's/^password[ =]*//g') + superuserlogin=$(/bin/grep --max-count=1 "user" /etc/mysql/debian.cnf | /bin/sed -e 's/^user[ =]*//g') + superuserpassword=$(/bin/grep --max-count=1 "password" /etc/mysql/debian.cnf | /bin/sed -e 's/^password[ =]*//g') fi echo Mysql superuser found to use is $superuserlogin if [ -z "$superuserlogin" ] ; then @@ -101,7 +101,6 @@ case "$1" in # not have the same user/group. # chown -R $webuser:$webgroup /usr/share/dolibarr - chown -R root:$webgroup /usr/share/dolibarr/htdocs/conf/conf.php # Add link to config file echo Setup web server $server to add dolibarr config file From f9613ea75b11f93663d5935b796b054bdbdf4e75 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 19 Jul 2011 22:34:31 +0000 Subject: [PATCH 53/56] Work on 3.1.0 packagings --- build/deb/README | 5 ++--- build/deb/postinst | 5 +++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build/deb/README b/build/deb/README index bac1945b426..a3df01413da 100644 --- a/build/deb/README +++ b/build/deb/README @@ -28,9 +28,8 @@ To submit a package to Debian: > 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. - +- Wait until you received bug number + - Add a line for upstream into file changelog with bug number - Call for a mentor on ML debian-mentors to upload packages diff --git a/build/deb/postinst b/build/deb/postinst index 650bbc741dc..80193b7d01b 100644 --- a/build/deb/postinst +++ b/build/deb/postinst @@ -39,8 +39,8 @@ case "$1" in superuserpassword='' if [ -f /etc/mysql/debian.cnf ] ; then # Load superuser login and pass - superuserlogin=$(/bin/grep --max-count=1 "user" /etc/mysql/debian.cnf | /bin/sed -e 's/^user[ =]*//g') - superuserpassword=$(/bin/grep --max-count=1 "password" /etc/mysql/debian.cnf | /bin/sed -e 's/^password[ =]*//g') + superuserlogin=$(grep --max-count=1 "user" /etc/mysql/debian.cnf | /bin/sed -e 's/^user[ =]*//g') + superuserpassword=$(grep --max-count=1 "password" /etc/mysql/debian.cnf | /bin/sed -e 's/^password[ =]*//g') fi echo Mysql superuser found to use is $superuserlogin if [ -z "$superuserlogin" ] ; then @@ -101,6 +101,7 @@ case "$1" in # not have the same user/group. # chown -R $webuser:$webgroup /usr/share/dolibarr + chown -R root:$webgroup /usr/share/dolibarr/htdocs/conf/conf.php # Add link to config file echo Setup web server $server to add dolibarr config file From 5ffe0d75ee6cdd229c44cb4d32cd589554b04000 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 19 Jul 2011 22:41:43 +0000 Subject: [PATCH 54/56] Work on 3.1.0 packagings --- build/deb/README | 5 +++-- build/deb/changelog | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/build/deb/README b/build/deb/README index a3df01413da..bac1945b426 100644 --- a/build/deb/README +++ b/build/deb/README @@ -28,8 +28,9 @@ To submit a package to Debian: > 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 - +- Wait until you received bug number. +For first ITP submission of Dolibarr, bug id was 634783. + - Add a line for upstream into file changelog with bug number - Call for a mentor on ML debian-mentors to upload packages diff --git a/build/deb/changelog b/build/deb/changelog index b6470a07680..d4a628fbb4f 100644 --- a/build/deb/changelog +++ b/build/deb/changelog @@ -2,6 +2,7 @@ dolibarr (3.1.0-1) unstable; urgency=low [ Laurent Destailleur ] * New upstream release. + closes: bug#634783 -- Laurent Destailleur Mon, 18 Jul 2011 12:00:00 +0100 From 2c65e8a53417686808eab011dab73aac15f170f8 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 19 Jul 2011 22:34:31 +0000 Subject: [PATCH 55/56] Work on 3.1.0 packagings --- build/deb/README | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build/deb/README b/build/deb/README index bac1945b426..a3df01413da 100644 --- a/build/deb/README +++ b/build/deb/README @@ -28,9 +28,8 @@ To submit a package to Debian: > 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. - +- Wait until you received bug number + - Add a line for upstream into file changelog with bug number - Call for a mentor on ML debian-mentors to upload packages From 2753b02323f51873a718ff7124a9736d0625a513 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 19 Jul 2011 22:41:43 +0000 Subject: [PATCH 56/56] Work on 3.1.0 packagings --- build/deb/README | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build/deb/README b/build/deb/README index a3df01413da..bac1945b426 100644 --- a/build/deb/README +++ b/build/deb/README @@ -28,8 +28,9 @@ To submit a package to Debian: > 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 - +- Wait until you received bug number. +For first ITP submission of Dolibarr, bug id was 634783. + - Add a line for upstream into file changelog with bug number - Call for a mentor on ML debian-mentors to upload packages