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
847b0234
Commit
847b0234
authored
11 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Change for debian
parent
986794ad
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
build/debian/README.howto
+19
-1
19 additions, 1 deletion
build/debian/README.howto
build/debian/get-orig-source.sh
+2
-2
2 additions, 2 deletions
build/debian/get-orig-source.sh
build/debian/watch
+1
-1
1 addition, 1 deletion
build/debian/watch
with
22 additions
and
4 deletions
build/debian/README.howto
+
19
−
1
View file @
847b0234
...
@@ -125,7 +125,7 @@ from origin/upstream and origin/pristine.
...
@@ -125,7 +125,7 @@ from origin/upstream and origin/pristine.
* Staying into git root directory, run
* Staying into git root directory, run
> git-import-orig -vv ../tcpdf_x.y.z+dfsg.orig.tar.xz
> git-import-orig -vv ../tcpdf_x.y.z+dfsg.orig.tar.xz
Note: If there was errors
manag
ed manually, you may need to make a git commit
Note: If there was errors
solv
ed manually, you may need to make a git commit
* Add an entry into debian/changelog
* Add an entry into debian/changelog
> dh "My comment" will add entry.
> dh "My comment" will add entry.
...
@@ -170,3 +170,21 @@ from git clone dir and make link to git.
...
@@ -170,3 +170,21 @@ from git clone dir and make link to git.
* If local branch upstream and pristine-tar does not exists, create it
* If local branch upstream and pristine-tar does not exists, create it
from origin/upstream and origin/pristine.
from origin/upstream and origin/pristine.
* If new upstream is available onto sourceforge, launch:
> debian/get-orig-source.sh
otherwise, just unzip the official .tgz into workspace dir.
Note: If there was errors solved manually after get-orig-sources.sh, you may need to make a git commit
* Add an entry into debian/changelog
> dh "My comment" will add entry.
For example: dch -v x.y.z-1 "New upstream release." for a new version
Warning: Date must have format reported by "date -R"
Warning: Entry added here is used by next step. Name and email must match value into debian/control file.
* We try to build package
> git-buildpackage -us -uc
This diff is collapsed.
Click to expand it.
build/debian/get-orig-source.sh
+
2
−
2
View file @
847b0234
...
@@ -12,8 +12,8 @@ uscan --noconf --force-download --no-symlink --verbose --destdir=$tmpdir $uscan_
...
@@ -12,8 +12,8 @@ uscan --noconf --force-download --no-symlink --verbose --destdir=$tmpdir $uscan_
cd
$tmpdir
cd
$tmpdir
tgzfile
=
$(
echo
*
.t
ar.
gz
)
tgzfile
=
$(
echo
*
.tgz
)
version
=
$(
echo
"
$tgzfile
"
| perl
-pi
-e
's/^dolibarr_//; s/\.zip$//; s/_/./g; s/\+nmu1//;
s/$/+dfsg/;
'
)
version
=
$(
echo
"
$tgzfile
"
| perl
-pi
-e
's/^dolibarr_//; s/\.zip$//; s/_/./g; s/\+nmu1//; '
)
# Extract the zip file
# Extract the zip file
tar
-xvf
$tgzfile
tar
-xvf
$tgzfile
...
...
This diff is collapsed.
Click to expand it.
build/debian/watch
+
1
−
1
View file @
847b0234
...
@@ -2,4 +2,4 @@
...
@@ -2,4 +2,4 @@
version=3
version=3
#http://sf.net/dolibarr/dolibarr-(.+)\.tgz
#http://sf.net/dolibarr/dolibarr-(.+)\.tgz
http://www.dolibarr.org/files/stable/
package_debian-ubuntu
/dolibarr_(.+)\.t
ar\.
gz
http://www.dolibarr.org/files/stable/
standard
/dolibarr_(.+)\.tgz
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