Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SRB2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
STJr
SRB2
Commits
6a80cc60
Commit
6a80cc60
authored
6 years ago
by
Marco Z
Browse files
Options
Downloads
Patches
Plain Diff
Only package debian/tmp/[data]/file in asset source package; extra instructions
parent
0062fded
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!488
Merge in next and don't billboard papersprites in GL
,
!350
Update debian packaging to work with Launchpad PPA
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
assets/debian/README.Debian
+3
-0
3 additions, 0 deletions
assets/debian/README.Debian
assets/debian/rules
+11
-2
11 additions, 2 deletions
assets/debian/rules
debian/README.Debian
+3
-0
3 additions, 0 deletions
debian/README.Debian
with
17 additions
and
2 deletions
assets/debian/README.Debian
+
3
−
0
View file @
6a80cc60
...
...
@@ -23,6 +23,9 @@ Next, you will have to add that key fingerprint to your Launchpad account. Go to
profile and click the yellow Edit button next to "OpenPGP keys". Once you add the key, you can
upload signed source packages and publish them onto your PPA.
IF YOU UPLOAD A PACKAGE and Launchpad does NOT send you a confirmation or rejection email, that
means your key is not set up correctly with your Launchpad account.
Use these steps to prepare building a source package for Launchpad:
-2. Highly recommend copying the assets/ folder to outside your repo folder, or else the asset
...
...
This diff is collapsed.
Click to expand it.
assets/debian/rules
+
11
−
2
View file @
6a80cc60
...
...
@@ -49,7 +49,7 @@ build:
# This will need to be updated every time SRB2 official version is
# Copy data files to their install locations, and add data files to include-binaries
for
file
in
$(
DATAFILES
);
do
\
if
[
!
-f
$(
RESOURCEDIR
)
/
$$
file
]
;
then
\
if
[
!
-f
$(
RESOURCEDIR
)
/
$$
file
]
&&
[
!
-f
$(
RESOURCEDIR
)
/debian/tmp/
$(
DATADIR
)
/
$$
file
]
;
then
\
$(
WGET
)
http://alam.srb2.org/SRB2/2.1.21-Final/Resources/
$$
file
;
\
fi
;
\
if
[
-f
$(
RESOURCEDIR
)
/
$$
file
]
;
then
\
...
...
@@ -58,7 +58,16 @@ build:
else
\
$(
INSTALL
)
$(
RESOURCEDIR
)
/
$$
file
$(
DIR
)
/debian/tmp/
$(
DATADIR
)
/
$$
file
;
\
fi
;
\
echo
$(
RESOURCEDIR
)
/
$$
file
>>
$(
DIR
)
/debian/source/include-binaries
;
\
fi
;
\
if
[
-f
$(
RESOURCEDIR
)
/debian/tmp/
$(
DATADIR
)
/
$$
file
]
;
then
\
if
test
"
$$
file"
=
"srb2.wad"
;
then
\
echo
$(
RESOURCEDIR
)
/debian/tmp/
$(
DATADIR
)
/srb2.srb
>>
$(
DIR
)
/debian/source/include-binaries
;
\
else
\
echo
$(
RESOURCEDIR
)
/debian/tmp/
$(
DATADIR
)
/
$$
file
>>
$(
DIR
)
/debian/source/include-binaries
;
\
fi
;
\
else
\
echo
$(
RESOURCEDIR
)
/debian/tmp/
$(
DATADIR
)
/
$$
file not found and could not be downloaded!
;
\
return
1
;
\
fi
;
\
done
...
...
This diff is collapsed.
Click to expand it.
debian/README.Debian
+
3
−
0
View file @
6a80cc60
...
...
@@ -22,6 +22,9 @@ Next, you will have to add that key fingerprint to your Launchpad account. Go to
profile and click the yellow Edit button next to "OpenPGP keys". Once you add the key, you can
upload signed source packages and publish them onto your PPA.
IF YOU UPLOAD A PACKAGE and Launchpad does NOT send you a confirmation or rejection email, that
means your key is not set up correctly with your Launchpad account.
Use these steps to prepare building a source package for Launchpad:
-2. cd [srb2repo]
...
...
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