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
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
SteelT
SRB2
Commits
559cf93e
Commit
559cf93e
authored
6 years ago
by
Marco Z
Browse files
Options
Downloads
Patches
Plain Diff
Move binary routine to binary-arch for Launchpad
parent
b0474084
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/changelog
+1
-1
1 addition, 1 deletion
debian/changelog
debian/rules
+5
-3
5 additions, 3 deletions
debian/rules
with
6 additions
and
4 deletions
debian/changelog
+
1
−
1
View file @
559cf93e
srb2 (2.1.21~
1
) trusty; urgency=high
srb2 (2.1.21~
3
) trusty; urgency=high
* Pre-release for SRB2 v2.1.21
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
5
−
3
View file @
559cf93e
...
...
@@ -109,8 +109,8 @@ binary-arch:
echo
$(
DESKTOP_DIR
)
>>
$(
DIR
)
/debian/
$(
PACKAGE
)
.install
echo
$(
PIXMAPS_DIR
)
>>
$(
DIR
)
/debian/
$(
PACKAGE
)
.install
echo
$(
DBGDIR
)
>
$(
DIR
)
/debian/
$(
DBGPKG
)
.install
binary
:
binary-arch
# Launchpad only calls binary-arch, so just move everything up
#
binary: binary-arch
# Generate .desktop specifications
echo
"`echo '$(MENUFILE1)\\'`"
>
$(DIR)/debian/menu
echo
" `echo '$(MENUFILE2)'`"
>>
$(DIR)/debian/menu
...
...
@@ -142,6 +142,8 @@ binary: binary-arch
dh_md5sums
dh_builddeb
binary
:
binary-arch
clean
:
$(
MAKE
)
-C
$(
DIR
)
/src
$(
MAKEARGS
)
clean cleandep
$(
RM
)
$(
BINDIR
)
/
*
...
...
@@ -154,4 +156,4 @@ clean:
$(
RM
)
$(
DIR
)
/debian/files
$(
RM
)
$(
DIR
)
/debian/source/include-binaries
.PHONY
:
all clean binary
binary-arch
binary-indep build
.PHONY
:
all clean binary binary-indep build
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