forked from Dolibarr/dolibarr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
311 additions
and
374 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
================================================================== | ||
Dolibarr - Web based software to manage a small company or foundation | ||
================================================================== | ||
|
||
|
||
Note for package maintainers | ||
---------------------------- | ||
This file explains how to modify official sources (from http://www.dolibarr.org) | ||
to have ready to use source files to build a debian package. | ||
|
||
All changes are included into patch file | ||
build/debian/install.patch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
etc/dolibarr/apache.conf | ||
etc/dolibarr/lighttpd.conf | ||
usr/share/applications/dolibarr.desktop | ||
usr/share/dolibarr | ||
usr/share/doc/dolibarr | ||
usr/share/pixmaps | ||
debian/dolibarr.desktop usr/share/applications | ||
debian/dolibarr.xpm usr/share/pixmaps | ||
build/debian/apache.conf etc/dolibarr | ||
build/debian/lighttpd.conf etc/dolibarr | ||
build usr/share/dolibarr | ||
dev usr/share/dolibarr | ||
htdocs usr/share/dolibarr | ||
scripts usr/share/dolibarr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
install.dpatch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
#! /bin/sh /usr/share/dpatch/dpatch-run | ||
## install.patch by <eldy@users.sourceforge.net> | ||
## | ||
## All lines beginning with `## DP:' are a description of the patch. | ||
## DP: Updates htdocs/filefunc.inc.php | ||
## DP: Updates htdocs/install/inc.php | ||
## DP: Updates htdocs/support/inc.php | ||
|
||
@DPATCH@ | ||
|
||
|
||
--- old/htdocs/filefunc.inc.php 2011-09-03 02:32:48.666952000 +0200 | ||
+++ new/htdocs/filefunc.inc.php 2011-09-03 02:33:00.510952001 +0200 | ||
@@ -64,8 +64,8 @@ | ||
$conffile = "conf/conf.php"; | ||
$conffiletoshow = "htdocs/conf/conf.php"; | ||
// For debian/redhat like systems | ||
-//$conffile = "/etc/dolibarr/conf.php"; | ||
-//$conffiletoshow = "/etc/dolibarr/conf.php"; | ||
+$conffile = "/etc/dolibarr/conf.php"; | ||
+$conffiletoshow = "/etc/dolibarr/conf.php"; | ||
|
||
|
||
// Include configuration | ||
--- old/htdocs/install/inc.php 2011-09-03 02:33:26.450952000 +0200 | ||
+++ new/htdocs/install/inc.php 2011-09-03 02:33:36.286952001 +0200 | ||
@@ -84,8 +84,8 @@ | ||
$conffile = "../conf/conf.php"; | ||
$conffiletoshow = "htdocs/conf/conf.php"; | ||
// For debian/redhat like systems | ||
-//$conffile = "/etc/dolibarr/conf.php"; | ||
-//$conffiletoshow = "/etc/dolibarr/conf.php"; | ||
+$conffile = "/etc/dolibarr/conf.php"; | ||
+$conffiletoshow = "/etc/dolibarr/conf.php"; | ||
|
||
|
||
if (! defined('DONOTLOADCONF') && file_exists($conffile)) | ||
--- old/htdocs/support/inc.php 2011-09-03 02:34:39.606952000 +0200 | ||
+++ new/htdocs/support/inc.php 2011-09-03 02:33:59.814952000 +0200 | ||
@@ -79,8 +79,8 @@ | ||
$conffile = "../conf/conf.php"; | ||
$conffiletoshow = "htdocs/conf/conf.php"; | ||
// For debian/redhat like systems | ||
-//$conffile = "/etc/dolibarr/conf.php"; | ||
-//$conffiletoshow = "/etc/dolibarr/conf.php"; | ||
+$conffile = "/etc/dolibarr/conf.php"; | ||
+$conffiletoshow = "/etc/dolibarr/conf.php"; | ||
|
||
$charset="UTF-8"; // If not output format found in any conf file | ||
if (! defined('DONOTLOADCONF') && file_exists($conffile)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# watch control file for uscan | ||
#version=3 | ||
#http://http://sourceforge.net/projects/dolibarr/files/Dolibarr%20installer%20for%20Debian-Ubuntu%20%28DoliDeb%29/ debian uupdate |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.