Skip to content

Commit 61658c8

Browse files
committed
Debian package name for binary changed
1 parent 1a2077b commit 61658c8

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444
uses: actions/upload-artifact@v4
4545
with:
4646
name: openstreetmap-cgimap_${{ matrix.version }}
47-
path: debian/artifacts/openstreetmap-cgimap-bin_*.deb
47+
path: debian/artifacts/openstreetmap-cgimap_*.deb
4848

4949
- name: Upload debugging symbols
5050
uses: actions/upload-artifact@v4
5151
with:
5252
name: openstreetmap-cgimap-dbgsym_${{ matrix.version }}
53-
path: debian/artifacts/openstreetmap-cgimap-bin-dbgsym_*.deb
53+
path: debian/artifacts/openstreetmap-cgimap-dbgsym_*.deb

debian/control

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Build-Depends: cmake (>= 3.15), dh-cmake, dh-cmake-compat (= 1), dh-sequence-cma
1111
Homepage: https://github.com/zerebubuth/openstreetmap-cgimap
1212
Standards-Version: 3.9.7
1313

14-
Package: openstreetmap-cgimap-bin
14+
Package: openstreetmap-cgimap
1515
Section: contrib/net
1616
Architecture: any
1717
Depends: ${shlibs:Depends}, ${misc:Depends}

debian/openstreetmap-cgimap.dirs

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
usr/bin

debian/openstreetmap-cgimap.install

Whitespace-only changes.

0 commit comments

Comments
 (0)