Skip to content

Commit e95001c

Browse files
committed
Remove Debian packaging directory
This has been unmaintained and unused for a couple years now that Macaulay2 is in the Debian/Ubuntu repositories and our PPA. The Debian packaging code is available at https://salsa.debian.org/math-team/macaulay2
1 parent 670055f commit e95001c

File tree

19 files changed

+2
-571
lines changed

19 files changed

+2
-571
lines changed

M2/configure.ac

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -508,17 +508,6 @@ AC_SUBST([GIT_DESCRIPTION],
508508
AC_SUBST([GIT_BRANCH],
509509
[`$GIT branch --show-current`])
510510

511-
AC_SUBST(DEB,no)
512-
AC_ARG_ENABLE(deb, AS_HELP_STRING(--enable-deb,prepare a *.deb package (for debian, ubuntu, ...)), DEB=$enableval)
513-
if test "$DEB" = yes
514-
then if test "$OPTIMIZE" = no
515-
then AC_MSG_ERROR([--disable-optimize and --enable-deb both specified])
516-
fi
517-
if test "$DEBUG" = yes
518-
then AC_MSG_ERROR([--enable-debug and --enable-deb both specified])
519-
fi
520-
fi
521-
522511
AC_SUBST(FREEBSD,no)
523512
AC_ARG_ENABLE(freebsd, AS_HELP_STRING(--enable-freebsd,prepare a package file for freebsd), FREEBSD=$enableval)
524513
if test "$FREEBSD" = yes
@@ -1955,10 +1944,6 @@ fi
19551944
# Here we insert autoconf's default values so we can compute the relative locations in the directory tree
19561945
test "$prefix" || prefix=/usr/local
19571946

1958-
# for some distributions, we know what the prefix should be:
1959-
test "$DEB" = yes && test "$prefix" != /usr &&
1960-
AC_MSG_ERROR(--enable-deb specified and --prefix not set to /usr)
1961-
19621947
if test "$prefix" != /usr/local
19631948
then test "$FREEBSD" = yes && AC_MSG_ERROR(--enable-freebsd specified and --prefix not set to /usr/local)
19641949
fi

M2/distributions/Makefile.in

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,20 @@ include ../include/config.Makefile
33
VPATH = @srcdir@
44
all:
55
.PHONY: all
6-
$(foreach d,top tar deb freebsd dmg, \
6+
$(foreach d,top tar freebsd dmg, \
77
$(eval .PHONY: all-in-$d) \
88
$(eval all-in-$d:; + $(MAKE) -C $d all))
99
ifeq "@M2TARFILE@" "yes"
1010
all: all-in-tar
1111
endif
12-
ifeq "@DEB@" "yes"
13-
all: all-in-deb
14-
check: check-in-deb
15-
check-in-deb:; + $(MAKE) -C deb check
16-
endif
1712
ifeq "@FREEBSD@" "yes"
1813
all: all-in-freebsd
1914
endif
2015
ifeq "@DMG@" "yes"
2116
all: all-in-dmg
2217
endif
2318
$(foreach t,clean distclean, \
24-
$(foreach d,dmg deb freebsd tar top install, $(eval \
19+
$(foreach d,dmg freebsd tar top install, $(eval \
2520
.PHONY: $t $t-in-$d \
2621
)$(eval \
2722
$t: $t-in-$d \

M2/distributions/deb/Makefile.in

Lines changed: 0 additions & 191 deletions
This file was deleted.

M2/distributions/deb/README

Lines changed: 0 additions & 117 deletions
This file was deleted.

0 commit comments

Comments
 (0)