From 03080af8cee0e2d74c3dadf7a07e3b42f658e263 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Wed, 14 Jul 2010 12:27:30 -0700 Subject: [PATCH] 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 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.39.5