Changeset 8256
- Timestamp:
- Nov 27, 2018, 2:14:36 PM (2 years ago)
- Location:
- lliurex-apt2/trunk/fuentes
- Files:
-
- 6 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-apt2/trunk/fuentes/debian/control
r6612 r8256 3 3 Priority: optional 4 4 Maintainer: Vicent Fernandez i Capilla <vicent.fernandez@gva.es> 5 Build-Depends: debhelper (>= 7) 5 Build-Depends: debhelper (>= 7),llxsrchelper 6 6 Standards-Version: 3.9.5 7 7 -
lliurex-apt2/trunk/fuentes/debian/rules
r1417 r8256 10 10 #export DH_VERBOSE=1 11 11 12 %: 13 dh $@ --with llxsrc 12 14 13 15 14 configure: configure-stamp15 configure-stamp:16 dh_testdir17 # Add here commands to configure the package.18 19 touch configure-stamp20 21 22 build: build-arch build-indep23 24 build-arch: build-stamp25 26 build-indep: build-stamp27 28 build-stamp: configure-stamp29 dh_testdir30 31 # Add here commands to compile the package.32 # $(MAKE)33 #docbook-to-man debian/lliurex.sgml > lliurex.134 35 touch $@36 37 clean:38 dh_testdir39 dh_testroot40 rm -f build-stamp configure-stamp41 42 #dllxh_testgettext43 44 # Add here commands to clean up after the build process.45 # $(MAKE) clean46 47 dh_clean48 49 install: build50 dh_testdir51 dh_testroot52 dh_prep53 dh_installdirs54 55 #pot:56 # llx_updatepot package_domain57 58 59 # Build architecture-independent files here.60 binary-indep: build install61 # We have nothing to do by default.62 dh_testdir63 dh_testroot64 dh_installchangelogs65 dh_installdocs66 dh_installexamples67 dh_install68 # dllxh_install69 dh_lintian70 # dh_installmenu71 # dh_installdebconf72 # dh_installlogrotate73 # dh_installemacsen74 # dh_installpam75 # dh_installmime76 # dh_python77 dh_installinit78 # dh_installcron79 # dh_installinfo80 dh_installman81 dh_link82 dh_strip83 dh_compress84 dh_fixperms85 # dh_perl86 # dh_makeshlibs87 dh_installdeb88 dh_shlibdeps89 dh_gencontrol90 dh_md5sums91 dh_builddeb92 93 # Build architecture-dependent files here.94 binary-arch: build install95 # We have nothing to do96 97 binary: binary-indep binary-arch98 .PHONY: build clean binary-indep binary-arch binary install configure
Note: See TracChangeset
for help on using the changeset viewer.