From: Russ Allbery Date: Wed, 14 Jul 2010 19:27:30 +0000 (-0700) Subject: make dpkg should only build binary packages X-Git-Tag: openafs-devel-1_5_76~109 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=03080af8cee0e2d74c3dadf7a07e3b42f658e263;p=packages%2Fo%2Fopenafs.git make dpkg should only build binary packages The source package we would get by running dpkg-buildpackage in the source tree without further preparation is basically useless, since it's a native source package for a non-native package and will contain any random dirty cruft in the current source tree. Since the purpose of make dpkg is to provide quick Debian packages for testing purposes, only build the *.deb files and don't bother to build the source package. Change-Id: Ia2643c7e8936b15e3447df589ed0236438b8341e Reviewed-on: http://gerrit.openafs.org/2427 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- diff --git a/Makefile.in b/Makefile.in index 06e729fa4..bac675595 100644 --- a/Makefile.in +++ b/Makefile.in @@ -91,7 +91,7 @@ dest_only_libafs: only_libafs dest_dirs dpkg: ln -fs ${srcdir}/src/packaging/Debian debian - dpkg-buildpackage -rfakeroot -us -uc + dpkg-buildpackage -rfakeroot -b -us -uc packages: dest @case ${SYS_NAME} in \