- Timestamp:
- 02/05/10 01:05:22 (6 months ago)
- Location:
- wu-ftpd/trunk/debian
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
wu-ftpd/trunk/debian/changelog
r502 r503 7 7 * Updated init.d script to depend on $remote_fs instead of $local_fs 8 8 * Split Choices field in config template 9 10 -- Chris Butler <chrisb@debian.org> Fri, 05 Feb 2010 00:54:39 +0000 9 * Use dpkg-architecture in debian/rules. 10 * Increase Standards-Version to 3.8.4 11 12 -- Chris Butler <chrisb@debian.org> Fri, 05 Feb 2010 01:05:13 +0000 11 13 12 14 wu-ftpd (2.6.2-31) unstable; urgency=low -
wu-ftpd/trunk/debian/rules
r445 r503 4 4 export CFLAGS = -g -Wall -D_FILE_OFFSET_BITS=64 # -DPARANOID 5 5 export INSTALL_PROGRAM = install 6 7 DEB_BUILD_GNU_TYPE := $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) 8 DEB_HOST_GNU_TYPE := $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) 6 9 7 10 ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) … … 28 31 autoconf 29 32 ./configure --prefix=/usr --with-etc-dir=/etc/wu-ftpd \ 30 --with-log-dir=/var/log/wu-ftpd --disable-numericuid \ 31 --mandir='$${prefix}/share/man' --enable-pam \ 32 --enable-quota --enable-passwd --disable-mail 33 --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE) \ 34 --with-log-dir=/var/log/wu-ftpd --disable-numericuid \ 35 --mandir='$${prefix}/share/man' --enable-pam \ 36 --enable-quota --enable-passwd --disable-mail 33 37 touch $@ 34 38
