This repository was archived by the owner on May 9, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change 1
1
# !/usr/bin/make -f
2
- # -*- makefile -*-
3
- # Sample debian/rules that uses debhelper.
4
- # This file was originally written by Joey Hess and Craig Small.
5
- # As a special exception, when this file is copied by dh-make into a
6
- # dh-make output file, you may use that output file without restriction.
7
- # This special exception was added by Craig Small in version 0.37 of dh-make.
8
2
9
3
SHELL =sh -e
10
4
11
5
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
12
- DPKG_EXPORT_BUILDFLAGS = 1
13
- include /usr/share/dpkg/buildflags.mk
6
+ # DPKG_EXPORT_BUILDFLAGS = 1
7
+ # include /usr/share/dpkg/buildflags.mk
14
8
15
- # Uncomment this to turn on verbose mode.
16
9
export DH_VERBOSE =1
17
10
18
11
% :
@@ -21,11 +14,6 @@ export DH_VERBOSE=1
21
14
override_dh_installinit :
22
15
dh_installinit -pweborf-daemon --onlyscripts --init-script=weborf
23
16
24
- # clean:
25
- # rm -rf build *.egg-info
26
- # dh $@
27
-
28
-
29
17
override_dh_auto_install :
30
18
pyuic5 qweborf/main.ui > qweborf/main.py
31
19
python3 qweborf.setup.py install --root=debian/qweborf --install-layout=deb
You can’t perform that action at this time.
0 commit comments