Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.package
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
15
Merge Requests
15
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
slapos.package
Commits
6972e11f
Commit
6972e11f
authored
Jul 01, 2021
by
Julien Muchembled
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
re6st: for Debian, only ship systemd unit files
parent
64f96fef
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
obs/re6st/debian/rules
obs/re6st/debian/rules
+1
-1
obs/re6st/make.py
obs/re6st/make.py
+1
-1
No files found.
obs/re6st/debian/rules
View file @
6972e11f
...
...
@@ -19,4 +19,4 @@ override_dh_shlibdeps:
rm
$(TMP)
/DEBIAN/shlibs
%
:
dh
$@
dh
$@
--with
systemd
obs/re6st/make.py
View file @
6972e11f
...
...
@@ -207,7 +207,7 @@ def deb(task):
d
[
"Version"
]
=
VERSION
d
[
"Architecture"
]
=
b
[
"Architecture"
]
=
"any"
d
[
"Build-Depends"
]
=
s
[
"Build-Depends"
]
=
\
"python (>= 2.7), debhelper (>= 9.20120909), iproute2 | iproute"
"python (>= 2.7), debhelper (>= 9.20120909),
dh-systemd,
iproute2 | iproute"
b
[
"Depends"
]
=
"${shlibs:Depends}, iproute2 | iproute"
b
[
"Conflicts"
]
=
b
[
"Provides"
]
=
b
[
"Replaces"
]
=
"re6stnet"
patched_control
=
StringIO
(
"%s
\
n
%s"
%
(
s
,
b
))
...
...
Thomas Gambier
🚴🏼
@tomo
mentioned in commit
2611a459
·
Jul 01, 2021
mentioned in commit
2611a459
mentioned in commit 2611a4595c095090f4b2904fe5bc1caadc1e75a4
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment