Skip to content

Commit 502627e

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 7ae7a2a commit 502627e

File tree

19 files changed

+2
-569
lines changed

19 files changed

+2
-569
lines changed

M2/configure.ac

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

512-
AC_SUBST(DEB,no)
513-
AC_ARG_ENABLE(deb, AS_HELP_STRING(--enable-deb,prepare a *.deb package (for debian, ubuntu, ...)), DEB=$enableval)
514-
if test "$DEB" = yes
515-
then if test "$OPTIMIZE" = no
516-
then AC_MSG_ERROR([--disable-optimize and --enable-deb both specified])
517-
fi
518-
if test "$DEBUG" = yes
519-
then AC_MSG_ERROR([--enable-debug and --enable-deb both specified])
520-
fi
521-
fi
522-
523512
AC_SUBST(FREEBSD,no)
524513
AC_ARG_ENABLE(freebsd, AS_HELP_STRING(--enable-freebsd,prepare a package file for freebsd), FREEBSD=$enableval)
525514
if test "$FREEBSD" = yes
@@ -1968,8 +1957,6 @@ fi
19681957
test "$prefix" || prefix=/usr/local
19691958

19701959
# for some distributions, we know what the prefix should be:
1971-
test "$DEB" = yes && test "$prefix" != /usr &&
1972-
AC_MSG_ERROR(--enable-deb specified and --prefix not set to /usr)
19731960
test "$RPM" = yes && test "$prefix" != /usr &&
19741961
AC_MSG_ERROR(--enable-rpm specified and --prefix not set to /usr)
19751962

M2/distributions/Makefile.in

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,12 @@ include ../include/config.Makefile
33
VPATH = @srcdir@
44
all:
55
.PHONY: all
6-
$(foreach d,top tar deb freebsd rpm dmg, \
6+
$(foreach d,top tar freebsd rpm 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
@@ -24,7 +19,7 @@ ifeq "@DMG@" "yes"
2419
all: all-in-dmg
2520
endif
2621
$(foreach t,clean distclean, \
27-
$(foreach d,dmg rpm deb freebsd tar top install, $(eval \
22+
$(foreach d,dmg rpm freebsd tar top install, $(eval \
2823
.PHONY: $t $t-in-$d \
2924
)$(eval \
3025
$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)