mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 15:00:12 +00:00
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 <kaduk@mit.edu>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
This commit is contained in:
parent
88a4efbfa3
commit
ada9dba075
@ -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 \
|
||||
|
@ -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=" "])
|
||||
|
Loading…
Reference in New Issue
Block a user