Changeset 2375
- Timestamp:
- Sep 6, 2016, 9:58:50 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-zero-installers/trunk/fuentes/debian/rules
r360 r2375 10 10 #export DH_VERBOSE=1 11 11 12 %: 13 dh $@ --with llxsrc,llxdev 12 14 13 14 configure: configure-stamp 15 configure-stamp: 16 dh_testdir 17 # Add here commands to configure the package. 18 19 touch configure-stamp 20 21 22 build: build-stamp 23 24 build-stamp: configure-stamp 25 dh_testdir 26 27 # Add here commands to compile the package. 28 # $(MAKE) 29 #docbook-to-man debian/lliurex.sgml > lliurex.1 15 override_dh_auto_build: 30 16 31 17 make -C rsrc 18 dh_auto_build 32 19 33 touch $@ 34 35 clean: 36 dh_testdir 37 dh_testroot 38 rm -f build-stamp configure-stamp 20 override_dh_clean: 39 21 40 #dllxh_testgettext41 42 # Add here commands to clean up after the build process.43 # $(MAKE) clean44 22 make -C rsrc clean 45 find . -name '*.substvars' -or -name '*.debhelper' |xargs rm -rf 46 find *.install -name '*.png' -print0 |xargs -0 rm -f 47 rm -rf debian/lliurex-zero-libreoffice-reset 48 rm -rf debian/lliurex-zero-salt 49 dh_clean 50 51 install: build 52 dh_testdir 53 dh_testroot 54 dh_prep 55 dh_installdirs 56 57 #pot: 58 # llx_updatepot package_domain 59 60 61 # Build architecture-independent files here. 62 binary-indep: build install 63 # We have nothing to do by default. 64 dh_testdir 65 dh_testroot 66 dh_installchangelogs 67 dh_installdocs 68 dh_installexamples 69 dh_install 70 dllxh_install 71 dh_lintian 72 # dh_installmenu 73 # dh_installdebconf 74 # dh_installlogrotate 75 # dh_installemacsen 76 # dh_installpam 77 # dh_installmime 78 # dh_python 79 dh_installinit 80 # dh_installcron 81 # dh_installinfo 82 dh_installman 83 dh_link 84 dh_strip 85 dh_compress 86 dh_fixperms 87 # dh_perl 88 # dh_makeshlibs 89 dh_installdeb 90 dh_shlibdeps 91 dh_gencontrol 92 dh_md5sums 93 dh_builddeb 94 95 # Build architecture-dependent files here. 96 binary-arch: build install 97 # We have nothing to do 98 99 binary: binary-indep binary-arch 100 .PHONY: build clean binary-indep binary-arch binary install configure 23 dh_clean
Note: See TracChangeset
for help on using the changeset viewer.