Commit 31a840f2 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Debian package for 2.014.2. Makefile tweaks.

parent 4d044968
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ endif
webhome_private := ${userat}common-lisp.net:/project/asdf/public_html/
webhome_public	:= "http://common-lisp.net/project/asdf/"
clnet_home      := "/project/asdf/public_html/"
gpg		:= /home/fare/bin/dpkg-gpg
gpg		:= gpg
sourceDirectory := $(shell pwd)

lisps ?= ccl clisp sbcl ecl abcl allegro scl
@@ -92,7 +92,7 @@ do-test-all:
test-all: test-forward-references test-upgrade do-test-all

debian-package: mrproper
	RELEASE="$$(git tag -l '2.0[0-9][0-9]' | tail -n 1)" ; \
	: $${RELEASE:="$$(git tag -l '2.0[0-9][0-9]' | tail -n 1)"} ; \
	git-buildpackage --git-debian-branch=release --git-upstream-branch=$$RELEASE --git-tag --git-retag --git-ignore-branch -sgpg -p${gpg}

# Replace SBCL's ASDF with the current one.
+7 −0
Original line number Diff line number Diff line
cl-asdf (2:2.014.2-1) unstable; urgency=low

  * yet another attempt at a debian package.
  * update to 2.014.2, adds XCL support.

 -- Francois-Rene Rideau <fare@tunes.org>  Thu, 31 Mar 2011 14:08:09 -0400

cl-asdf (2:2.014.1-1) unstable; urgency=low

  * new attempt for a debian package.