Skip to content

Commit 70066dd

Browse files
committed
add: debian build
1 parent 9be9eb9 commit 70066dd

File tree

6 files changed

+6
-9
lines changed

6 files changed

+6
-9
lines changed

.github/workflows/build-deb.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ jobs:
8484
run: |
8585
VERSION=$(dpkg-parsechangelog | sed -n 's/^Version: //p')
8686
FILENAME="artifacts/${{ matrix.os }}/${{ matrix.version }}/module-posix-timer_${VERSION}_amd64.deb"
87-
FILENAME_DEV="artifacts/${{ matrix.os }}/${{ matrix.version }}/module-posix-timer-dev_${VERSION}_amd64.deb"
8887
8988
python3 -m venv cloudsmith
9089
cd cloudsmith
@@ -96,7 +95,3 @@ jobs:
9695
cloudsmith push deb robertburger/robotkernel/${{ matrix.os }}/${{ matrix.version }} ../${FILENAME} \
9796
--republish \
9897
--api-key "$CLOUDSMITH_API_KEY"
99-
100-
cloudsmith push deb robertburger/robotkernel/${{ matrix.os }}/${{ matrix.version }} ../${FILENAME_DEV} \
101-
--republish \
102-
--api-key "$CLOUDSMITH_API_KEY"

debian/control

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
1-
Source: robotkernel-module-posix-timer
1+
Source: module-posix-timer
22
Section: unknown
33
Priority: optional
44
Maintainer: Robert Burger <[email protected]>
5-
Build-Depends: debhelper-compat (= 13), robotkernel (>=6), robotkernel-service-provider-process-data-inspection (>=6)
5+
Build-Depends: debhelper-compat (= 13), robotkernel-dev (>=6), service-provider-process-data-inspection-dev (>=6)
66
Standards-Version: 4.5.1
77
Homepage: <insert the upstream URL, if relevant>
88
#Vcs-Browser: https://salsa.debian.org/debian/robotkernel-module-posix-timer
99
#Vcs-Git: https://salsa.debian.org/debian/robotkernel-module-posix-timer.git
1010
Rules-Requires-Root: no
1111

12-
Package: robotkernel-module-posix-timer
12+
Package: module-posix-timer
1313
Architecture: any
14-
Depends: ${shlibs:Depends}, ${misc:Depends}
14+
Multi-Arch: same
15+
Depends: robotkernel ${misc:Depends}
1516
Description: <insert up to 60 chars description>
1617
<insert long description, indented with spaces>
File renamed without changes.
File renamed without changes.
File renamed without changes.

debian/module-posix-timer.install

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/usr/lib/*/*.so

0 commit comments

Comments
 (0)