Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
ba70c1a0
Commit
ba70c1a0
authored
10 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Fix: typo on debian files
parent
09878a3a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
build/debian/control
+4
-4
4 additions, 4 deletions
build/debian/control
build/debian/get-orig-source.sh
+6
-2
6 additions, 2 deletions
build/debian/get-orig-source.sh
with
10 additions
and
6 deletions
build/debian/control
+
4
−
4
View file @
ba70c1a0
...
...
@@ -39,10 +39,10 @@ Description: Web based software to manage a company or foundation
It's a web software you can install as a standalone program or on any web
hosting provider to use it from anywhere with any web browser.
.
Dolibarr was designed to be easy to use. Only the features that you need
are
visible, depending on which modules were activated.
Dolibarr was designed to be easy to use. Only the features that you need
are
visible, depending on which modules were activated.
.
M
ost common used modules
are
:
This is an example of m
ost common used modules:
.
Customers, Suppliers or Prospects directory,
Contacts directory,
...
...
@@ -66,6 +66,6 @@ Description: Web based software to manage a company or foundation
Wizards to export and import data,
LDAP connectivity,
PDF exports,
And a lot
of
more modules...
And a lot more modules...
.
You can also add third parties external modules or develop yours.
This diff is collapsed.
Click to expand it.
build/debian/get-orig-source.sh
+
6
−
2
View file @
ba70c1a0
...
...
@@ -8,16 +8,20 @@ echo "tmpdir = $tmpdir"
if
[
-n
"
$1
"
]
;
then
uscan_opts
=
"--download-version=
$1
"
fi
uscan
--noconf
--force-download
--no-symlink
--verbose
--destdir
=
$tmpdir
$uscan_opts
#
uscan --noconf --force-download --no-symlink --verbose --destdir=$tmpdir $uscan_opts
cd
$tmpdir
# Other method to download (comment uscan if you use this)
wget http://www.dolibarr.org/files/stable/standard/dolibarr-3.5.4.tgz
# Rename file to add +dfsg
tgzfile
=
$(
echo
*
.tgz
)
version
=
$(
echo
"
$tgzfile
"
| perl
-pi
-e
's/^dolibarr-//; s/\.tgz$//; s/_/./g; s/\+nmu1//; '
)
cd
-
>
/dev/null
mv
$tmpdir
/dolibarr-
${
version
}
.tgz ../
echo
"File ../dolibarr-
${
version
}
.tgz is ready for git-import"
echo
"File ../dolibarr-
${
version
}
.tgz is ready for git-import
-orig
"
rm
-rf
$tmpdir
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment