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.
918-git-images-111dconfigfileconfigure-oglivegit-imageslgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacionwebconsole3
| Rev | Line | |
|---|
| [c3e7c06] | 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_python2=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.