close
Warning:
Failed to sync with repository "ogBrowser-Git": (1366, "Incorrect string value: '\\xF0\\x9F\\x93\\xA6 I...' for column 'message' at row 1"); repository information may be out of date. Look in the Trac log for more information including mitigation strategies.
main
Last change
on this file since 5294919 was
b84ab33,
checked in by Natalia Serrano <natalia.serrano@…>, 17 months ago
|
refs #247 migrate agent from py2 & qt4/qt5 to py3 & qt6
- Update installation document
- No longer create rpm linux packages
- Change deb maintainer from one person to one team
- Remove stray debhelper files
- Filter more stuff in .gitignore
|
-
Property mode set to
100755
|
File size:
835 bytes
|
Line | |
---|
1 | #!/usr/bin/make -f |
---|
2 | # -*- makefile -*- |
---|
3 | configure: configure-stamp |
---|
4 | configure-stamp: |
---|
5 | dh_testdir |
---|
6 | touch configure-stamp |
---|
7 | build: build-arch build-indep |
---|
8 | build-arch: build-stamp |
---|
9 | build-indep: build-stamp |
---|
10 | build-stamp: configure-stamp |
---|
11 | dh_testdir |
---|
12 | $(MAKE) |
---|
13 | touch $@ |
---|
14 | clean: |
---|
15 | dh_testdir |
---|
16 | dh_testroot |
---|
17 | rm -f build-stamp configure-stamp |
---|
18 | dh_clean |
---|
19 | install: build |
---|
20 | dh_testdir |
---|
21 | dh_testroot |
---|
22 | dh_prep |
---|
23 | dh_installdirs |
---|
24 | $(MAKE) DESTDIR=$(CURDIR)/debian/ogagent install-ogagent |
---|
25 | binary-arch: build install |
---|
26 | # emptyness |
---|
27 | binary-indep: build install |
---|
28 | dh_testdir |
---|
29 | dh_testroot |
---|
30 | dh_installchangelogs |
---|
31 | dh_installdocs |
---|
32 | dh_installdebconf |
---|
33 | dh_installinit --no-start |
---|
34 | dh_python3=python |
---|
35 | dh_compress |
---|
36 | dh_link |
---|
37 | dh_fixperms |
---|
38 | dh_installdeb |
---|
39 | dh_shlibdeps |
---|
40 | dh_gencontrol |
---|
41 | dh_md5sums |
---|
42 | dh_builddeb |
---|
43 | binary: binary-indep |
---|
44 | .PHONY: build clean binary-indep binary install configure |
---|
Note: See
TracBrowser
for help on using the repository browser.
Download in other formats: