Skip to content
This repository was archived by the owner on Jun 23, 2025. It is now read-only.

Commit 7a5fcf8

Browse files
committed
temp loki packaging
1 parent f8b5774 commit 7a5fcf8

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

debian/control

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ Source: com.github.mdh34.quickdocs
22
Section: x11
33
Priority: extra
44
Maintainer: Matt Harris <[email protected]>
5-
Build-Depends: debhelper (>= 10.5.1),
5+
Build-Depends: debhelper (>= 9),
66
libarchive-dev,
77
libdevhelp-dev,
88
libgtk-3-dev,
99
libwebkit2gtk-4.0-dev,
1010
meson,
1111
valac (>= 0.16)
12-
Standards-Version: 4.1.1
12+
Standards-Version: 3.9.3
1313

1414
Package: com.github.mdh34.quickdocs
1515
Architecture: any

debian/rules

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,21 @@
1010
#export DH_VERBOSE=1
1111

1212
%:
13-
dh $@ --buildsystem=meson
13+
dh $@
14+
15+
override_dh_auto_clean:
16+
rm -rf debian/build
17+
18+
override_dh_auto_configure:
19+
mkdir -p debian/build
20+
cd debian/build && meson --prefix=/usr ../..
21+
22+
override_dh_auto_build:
23+
cd debian/build && ninja -v
24+
25+
override_dh_auto_test:
26+
cd debian/build && ninja test
27+
28+
override_dh_auto_install:
29+
cd debian/build && DESTDIR=${CURDIR}/debian/com.github.mdh34.quickdocs ninja install
30+

0 commit comments

Comments
 (0)