Skip to content

Commit 67bce04

Browse files
committed
new deb file
1 parent 6ec1e42 commit 67bce04

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

on-boot-script-2.x/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ RUN set -ex \
77
build-essential \
88
devscripts \
99
fakeroot \
10-
debhelper=12.\* dh-autoreconf=17\* \
10+
debhelper \
11+
dh-autoreconf \
1112
&& apt-get -y autoremove \
1213
&& apt-get clean \
1314
&& rm -rf /tmp/* /var/tmp/* /var/log/* /var/lib/apt/lists/* /var/log/alternatives.log

on-boot-script-2.x/dpkg-build-files/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
udm-boot-2x (1.0.2) stable; urgency=medium
2+
3+
* Update service file
4+
5+
-- Boostchicken <john@boostchicken.dev> Tue, 18 Feb 2025 20:23:40 -0800
6+
17
udm-boot-2x (1.0.1) stable; urgency=medium
28

39
* Using bash to invoke

on-boot-script-2.x/dpkg-build-files/debian/control

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ Maintainer: Boostchicken <john@boostchicken.dev>
55
Build-Depends: debhelper-compat (= 12)
66
Standards-Version: 4.4.1
77
Homepage: https://github.com/unifi-utilities/unifios-utilities
8-
#Vcs-Browser: https://salsa.debian.org/debian/udmboot
9-
#Vcs-Git: https://salsa.debian.org/debian/udmboot.git
108

119
Package: udm-boot-2x
1210
Architecture: all
3.05 KB
Binary file not shown.

0 commit comments

Comments
 (0)