Skip to content
This repository was archived by the owner on May 9, 2024. It is now read-only.

Commit 7a4403e

Browse files
committed
Removed useless things from debian/rules
1 parent 7774152 commit 7a4403e

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

debian/rules

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,11 @@
11
#!/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.
82

93
SHELL=sh -e
104

115
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
148

15-
# Uncomment this to turn on verbose mode.
169
export DH_VERBOSE=1
1710

1811
%:
@@ -21,11 +14,6 @@ export DH_VERBOSE=1
2114
override_dh_installinit:
2215
dh_installinit -pweborf-daemon --onlyscripts --init-script=weborf
2316

24-
#clean:
25-
# rm -rf build *.egg-info
26-
# dh $@
27-
28-
2917
override_dh_auto_install:
3018
pyuic5 qweborf/main.ui > qweborf/main.py
3119
python3 qweborf.setup.py install --root=debian/qweborf --install-layout=deb

0 commit comments

Comments
 (0)