Changeset d05ea7208ff75842bc3c2c4af52a2bdba13e103e for debian/rules
- Timestamp:
- 06/09/09 11:24:50 (3 years ago)
- Children:
- 7426d5e4dbbc7360eb762fb28416bd7b122174d5
- Parents:
- 3934ce0e5b4bcce1d38ddb9556b4665e9ec95505
- git-committer:
- Neutron Soutmun <neo.neutron@…> (06/09/09 11:24:50)
- Files:
-
- 1 modified
-
debian/rules (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
debian/rules
r0a86d1f rd05ea72 16 16 # This has to be exported to make some magic below work. 17 17 export DH_OPTIONS 18 19 include /usr/share/quilt/quilt.make20 18 21 19 # These are used for cross-compiling and for saving the configure script … … 45 43 ./configure $(CROSS) --prefix=/usr --sysconfdir=/etc --localstatedir=/var --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" 46 44 47 build: patchbuild-arch build-indep45 build: build-arch build-indep 48 46 49 47 build-arch: build-arch-stamp … … 58 56 touch $@ 59 57 60 clean: unpatch58 clean: 61 59 dh_testdir 62 60 dh_testroot … … 103 101 dh_install -s 104 102 105 install -D -m 0750 -o root -g root example/rahunas.conf debian/rahunas/usr/share/doc/rahunas/rahunas.conf106 install -D -m 0750 -o root -g root tools/firewall.sh debian/rahunas/etc/rahunas/firewall.sh107 install -D -m 0750 -o root -g root tools/bandwidth.sh debian/rahunas/etc/rahunas/bandwidth.sh108 install -D -m 0750 -o root -g root tools/weblogin-config-update.sh debian/rahunas/etc/rahunas/weblogin-config-update.sh109 110 103 binary-common: 111 104 dh_testdir
