Prepare release
This commit is contained in:
parent
cfa8ca5c52
commit
cb6f9f40b8
@ -4,6 +4,6 @@ dolibarr (3.2.0+nmu1) unstable; urgency=low
|
|||||||
* New upstream release.
|
* New upstream release.
|
||||||
closes: bug#634783
|
closes: bug#634783
|
||||||
|
|
||||||
-- Dolibarr team <contact@dolibarr.org> Mon, 10 Aug 2011 12:00:00 +0100
|
-- Dolibarr team <contact@dolibarr.org> Mon, 18 Jun 2012 12:00:00 +0100
|
||||||
|
|
||||||
# For a changelog file dedicated to end users, see /usr/share/doc/dolibarr/ChangeLog.gz
|
# For a changelog file dedicated to end users, see /usr/share/doc/dolibarr/ChangeLog.gz
|
||||||
@ -17,9 +17,9 @@
|
|||||||
; ----- Change this -----
|
; ----- Change this -----
|
||||||
AppName=DoliWamp
|
AppName=DoliWamp
|
||||||
; DoliWamp-x.x.x or DoliWamp-x.x.x-dev or DoliWamp-x.x.x-beta
|
; DoliWamp-x.x.x or DoliWamp-x.x.x-dev or DoliWamp-x.x.x-beta
|
||||||
AppVerName=DoliWamp-3.2.0-beta
|
AppVerName=DoliWamp-3.2.0
|
||||||
; DoliWamp-x.x x or DoliWamp-x.x.x-dev or DoliWamp-x.x.x-beta
|
; DoliWamp-x.x x or DoliWamp-x.x.x-dev or DoliWamp-x.x.x-beta
|
||||||
OutputBaseFilename=DoliWamp-3.2.0-beta
|
OutputBaseFilename=DoliWamp-3.2.0
|
||||||
; Define full path from wich all relative path are defined
|
; Define full path from wich all relative path are defined
|
||||||
; You must modify this to put here your dolibarr root directory
|
; You must modify this to put here your dolibarr root directory
|
||||||
;SourceDir=C:\Documents and Settings\ldestail\git\dolibarrold
|
;SourceDir=C:\Documents and Settings\ldestail\git\dolibarrold
|
||||||
@ -32,7 +32,7 @@ AppPublisherURL=http://www.nltechno.com
|
|||||||
AppSupportURL=http://www.dolibarr.org
|
AppSupportURL=http://www.dolibarr.org
|
||||||
AppUpdatesURL=http://www.dolibarr.org
|
AppUpdatesURL=http://www.dolibarr.org
|
||||||
AppComments=DoliWamp includes Dolibarr, Apache, PHP and Mysql softwares.
|
AppComments=DoliWamp includes Dolibarr, Apache, PHP and Mysql softwares.
|
||||||
AppCopyright=Copyright (C) 2008-2011 Laurent Destailleur, NLTechno
|
AppCopyright=Copyright (C) 2008-2012 Laurent Destailleur, NLTechno
|
||||||
DefaultDirName=c:\dolibarr
|
DefaultDirName=c:\dolibarr
|
||||||
DefaultGroupName=Dolibarr
|
DefaultGroupName=Dolibarr
|
||||||
;LicenseFile=COPYING
|
;LicenseFile=COPYING
|
||||||
|
|||||||
@ -10,7 +10,7 @@ use Cwd;
|
|||||||
$PROJECT="dolibarr";
|
$PROJECT="dolibarr";
|
||||||
$MAJOR="3";
|
$MAJOR="3";
|
||||||
$MINOR="2";
|
$MINOR="2";
|
||||||
$BUILD="0-beta"; # Mettre x pour release, x-dev pour dev, x-beta pour beta, x-rc pour release candidate
|
$BUILD="0-rc"; # Mettre x pour release, x-dev pour dev, x-beta pour beta, x-rc pour release candidate
|
||||||
$RPMSUBVERSION="auto"; # auto use value found into BUILD
|
$RPMSUBVERSION="auto"; # auto use value found into BUILD
|
||||||
|
|
||||||
@LISTETARGET=("TGZ","ZIP","RPM_GENERIC","RPM_FEDORA","RPM_MANDRIVA","RPM_OPENSUSE","DEB","APS","EXEDOLIWAMP","SNAPSHOT"); # Possible packages
|
@LISTETARGET=("TGZ","ZIP","RPM_GENERIC","RPM_FEDORA","RPM_MANDRIVA","RPM_OPENSUSE","DEB","APS","EXEDOLIWAMP","SNAPSHOT"); # Possible packages
|
||||||
|
|||||||
@ -8,7 +8,7 @@ This files describe steps made by Dolibarr packaging team to make a
|
|||||||
beta version of Dolibarr, step by step.
|
beta version of Dolibarr, step by step.
|
||||||
|
|
||||||
- Check all files are commited.
|
- Check all files are commited.
|
||||||
- Update version/info in / directory (README*.txt, ChangeLog...)
|
- Update version/info in /ChangeLog
|
||||||
- Update version number with x.x.x in build/doxygen/dolibarr-doxygen.doxyfile
|
- Update version number with x.x.x in build/doxygen/dolibarr-doxygen.doxyfile
|
||||||
- Update version number with x.x.x in build/perl/virtualmin/dolibarr.pl
|
- Update version number with x.x.x in build/perl/virtualmin/dolibarr.pl
|
||||||
- Update version number with x.x.x-y in build/makepack-dolibarr.pl
|
- Update version number with x.x.x-y in build/makepack-dolibarr.pl
|
||||||
@ -34,7 +34,7 @@ This files describe steps made by Dolibarr packaging team to make a
|
|||||||
complete release of Dolibarr, step by step.
|
complete release of Dolibarr, step by step.
|
||||||
|
|
||||||
- Check all files are commited.
|
- Check all files are commited.
|
||||||
- Update version/info in / directory (README*.txt, ChangeLog...)
|
- Update version/info in /ChangeLog
|
||||||
- Update version number with x.x.x-y in build/makepack-dolibarr.pl
|
- Update version number with x.x.x-y in build/makepack-dolibarr.pl
|
||||||
- Update version number with x.x.x-y in build/exe/doliwamp/doliwamp.iss
|
- Update version number with x.x.x-y in build/exe/doliwamp/doliwamp.iss
|
||||||
- Update version number with x.x.x-y in htdocs/filefunc.inc.php
|
- Update version number with x.x.x-y in htdocs/filefunc.inc.php
|
||||||
|
|||||||
@ -35,8 +35,8 @@
|
|||||||
<Program_Info>
|
<Program_Info>
|
||||||
<Program_Name>Dolibarr</Program_Name>
|
<Program_Name>Dolibarr</Program_Name>
|
||||||
<Program_Version>3.2.0</Program_Version>
|
<Program_Version>3.2.0</Program_Version>
|
||||||
<Program_Release_Month>05</Program_Release_Month>
|
<Program_Release_Month>06</Program_Release_Month>
|
||||||
<Program_Release_Day>10</Program_Release_Day>
|
<Program_Release_Day>18</Program_Release_Day>
|
||||||
<Program_Release_Year>2012</Program_Release_Year>
|
<Program_Release_Year>2012</Program_Release_Year>
|
||||||
<Program_Cost_Dollars />
|
<Program_Cost_Dollars />
|
||||||
<Program_Cost_Other_Code />
|
<Program_Cost_Other_Code />
|
||||||
|
|||||||
@ -35,8 +35,8 @@
|
|||||||
<Program_Info>
|
<Program_Info>
|
||||||
<Program_Name>DoliWamp</Program_Name>
|
<Program_Name>DoliWamp</Program_Name>
|
||||||
<Program_Version>3.2.0</Program_Version>
|
<Program_Version>3.2.0</Program_Version>
|
||||||
<Program_Release_Month>10</Program_Release_Month>
|
<Program_Release_Month>06</Program_Release_Month>
|
||||||
<Program_Release_Day>05</Program_Release_Day>
|
<Program_Release_Day>18</Program_Release_Day>
|
||||||
<Program_Release_Year>2012</Program_Release_Year>
|
<Program_Release_Year>2012</Program_Release_Year>
|
||||||
<Program_Cost_Dollars />
|
<Program_Cost_Dollars />
|
||||||
<Program_Cost_Other_Code />
|
<Program_Cost_Other_Code />
|
||||||
|
|||||||
@ -312,5 +312,5 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Mar 4 2012 Laurent Destailleur 3.2.0-0.2.beta1
|
* Mon Jun 18 2012 Laurent Destailleur 3.2.0-0.3
|
||||||
- Initial version (#723326)
|
- Initial version (#723326)
|
||||||
|
|||||||
@ -368,5 +368,5 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Mar 4 2012 Laurent Destailleur 3.2.0-0.2.beta1
|
* Mon Jun 18 2012 Laurent Destailleur 3.2.0-0.3
|
||||||
- Initial version (#723326)
|
- Initial version (#723326)
|
||||||
|
|||||||
@ -301,5 +301,5 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Mar 4 2012 Laurent Destailleur 3.2.0-0.2.beta1
|
* Mon Jun 18 2012 Laurent Destailleur 3.2.0-0.3
|
||||||
- Initial version (#723326)
|
- Initial version (#723326)
|
||||||
|
|||||||
@ -306,5 +306,5 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Mar 4 2012 Laurent Destailleur 3.2.0-0.2.beta1
|
* Mon Jun 18 2012 Laurent Destailleur 3.2.0-0.3
|
||||||
- Initial version (#723326)
|
- Initial version (#723326)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user