From ada9dba0756450993a8e57c05ddbcae7d1891582 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20La=C3=9F?= Date: Mon, 8 Dec 2014 08:34:26 +0100 Subject: [PATCH] Remove traces of Debian packaging In e34e0d1 the Debian packaging was removed. Some traces are still left, so remove those as well. Change-Id: I1d5c22181f59b2bee42dd34c9f3a043297d294a2 Reviewed-on: http://gerrit.openafs.org/11630 Reviewed-by: Benjamin Kaduk Tested-by: BuildBot --- Makefile.in | 5 ----- configure.ac | 7 ------- 2 files changed, 12 deletions(-) diff --git a/Makefile.in b/Makefile.in index e2b483181e..88fde2a9f3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -91,10 +91,6 @@ dest_only_libafs: only_libafs dest_dirs $(MAKE) build TARGET=libafs COMPILE_PART2B=dest -${INSTALL_DATA} ${srcdir}/src/LICENSE ${DEST}/LICENSE -dpkg: - ln -fs ${srcdir}/src/packaging/Debian debian - dpkg-buildpackage -rfakeroot -b -us -uc - packages: dest @case ${SYS_NAME} in \ *_darwin_* ) \ @@ -882,7 +878,6 @@ distclean: clean src/lwp/Makefile \ src/lwp/test/Makefile \ src/opr/Makefile \ - src/packaging/Debian/changelog \ src/packaging/MacOS/OpenAFS-debug.Description.plist \ src/packaging/MacOS/OpenAFS-debug.Info.plist \ src/packaging/MacOS/OpenAFS.Description.plist \ diff --git a/configure.ac b/configure.ac index 9ae7d5d10e..2d9b1e94b6 100644 --- a/configure.ac +++ b/configure.ac @@ -13,14 +13,7 @@ MACOS_VERSION=1.5.76 #LINUX_PKGREL=0.pre3 LINUX_PKGREL=1.1 -dnl Debian wants the release candidate version in the main upstream version, -dnl and wants ~ before it. -DEB_PKGVER=m4_esyscmd([build-tools/git-version .]) -AS_IF([echo "$LINUX_PKGREL" | grep pre >/dev/null 2>/dev/null], - [DEB_PKGVER="$DEB_PKGVER"`echo "$LINUX_PKGREL" | sed 's/0.pre/~rc/'`]) - AC_SUBST([MACOS_VERSION]) -AC_SUBST([DEB_PKGVER]) dnl If the user hasn't specified CFLAGS don't let configure pick -g -O2 AS_IF([test -z "$CFLAGS"], [CFLAGS=" "])