File debian.rules of Package arch-pacman
#!/usr/bin/make -f # Sample debian/rules that uses debhelper. # GNU copyright 1997 to 1999 by Joey Hess. # Uncomment this to turn on verbose mode. export DH_VERBOSE=1 export DEB_BUILD_OPTIONS=nocheck %: dh $@ --with autotools-dev clean: dh clean find . -name '*.pyc' -delete override_dh_auto_test: echo "Let's not test for now but we have to deal with failed tests later! [TODO]" override_dh_auto_configure: dh_auto_configure -- \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --enable-static \ --disable-shared \ --enable-doc \ --enable-doxygen \ --without-openssl \ --with-scriptlet-shell=/bin/bash \ --with-pkg-ext=.pkg.tar.xz \ --with-src-ext=.pkg.tar.xz