OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_75-71-g03080af
Gerrit Code Review
gerrit@openafs.org
Wed, 14 Jul 2010 16:26:04 -0700 (PDT)
The following commit has been merged in the master branch:
commit 03080af8cee0e2d74c3dadf7a07e3b42f658e263
Author: Russ Allbery <rra@stanford.edu>
Date: Wed Jul 14 12:27:30 2010 -0700
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 <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
Makefile.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository