Commit 9ed5d9fe authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

2.005: bless 2.120 as release 2.005. Tweak debian configuration.

parent 7146a946
Loading
Loading
Loading
Loading
+21 −2
Original line number Diff line number Diff line
@@ -31,8 +31,14 @@ archive-copy: archive
	bin/rsync-cp.sh tmp/asdf*.tar.gz $(webhome_private)/archives
	bin/link-tarball.sh $(clnet_home) $(user)
	bin/rsync-cp.sh tmp/asdf.lisp $(webhome_private)
	git push cl.net release
	git push --tags cl.net release
	${MAKE} push

push:
	git status
	git push --tags cl.net release master
	git push --tags xcvb release master
	git fetch
	git status

website:
	make -C doc website
@@ -63,4 +69,17 @@ test-all: FORCE
		make test lisp=$$lisp || exit 1 ; \
	done

debian-package:
	git-buildpackage --git-debian-branch=release --git-upstream-branch=RELEASE --git-tag --git-retag

# Replace SBCL's ASDF with the current one.
# not recommended: just use (asdf:load-system :asdf)
replace-sbcl-asdf:
	sbcl --eval '(compile-file "asdf.lisp" :output-file (format nil "~Aasdf/asdf.fasl" (sb-int:sbcl-homedir-pathname)))' --eval '(quit)'

# Replace CCL's ASDF with the current one.
# not recommended: just use (asdf:load-system :asdf)
replace-ccl-asdf:
	ccl --eval '(progn(compile-file "asdf.lisp" :output-file (format nil "~Atools/asdf.lx64fsl" (ccl::ccl-directory)))(quit))'

FORCE:
+1 −1
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@

(eval-when (:load-toplevel :compile-toplevel :execute)
  (let* ((asdf-version ;; the 1+ helps the version bumping script discriminate
          (subseq "VERSION:2.120" (1+ (length "VERSION"))))
          (subseq "VERSION:2.005" (1+ (length "VERSION")))) ; NB: same as 2.120
         (existing-asdf (find-package :asdf))
         (vername '#:*asdf-version*)
         (versym (and existing-asdf
+7 −0
Original line number Diff line number Diff line
cl-asdf (2:2.005-1) unstable; urgency=low

  * New upstream.
  * Don't use dh-lisp

 -- Francois-Rene Rideau <fare@tunes.org>  Tue, 17 Aug 2010 13:57:04 -0400

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

  * Imported new upstream, try not to diverge from it.
+3 −3
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ Maintainer: Debian Common Lisp Team <pkg-common-lisp-devel@lists.alioth.debian.o
Uploaders: Peter Van Eynde <pvaneynd@debian.org>,
  Francois-Rene Rideau <fare@tunes.org>
Build-Depends: debhelper (>> 7)
Build-Depends-Indep: texinfo,texlive-extra-utils, texlive, texlive-generic-recommended, dh-lisp
Build-Depends-Indep: texinfo, texlive-extra-utils, texlive, texlive-generic-recommended
Standards-Version: 3.8.4
Homepage: http://common-lisp.net/project/asdf/
Vcs-Git: git://git.debian.org/git/pkg-common-lisp/cl-asdf.git
@@ -14,8 +14,8 @@ Package: cl-asdf
Architecture: all
Recommends: common-lisp-controller, sbcl | lisp-compiler
Replaces: sbcl-common (<= 1:0.9.13.0-2)
Conflicts: sbcl-common (<= 1:0.9.13.0-2), common-lisp-controller (<= 7.0)
Breaks: common-lisp-controller (<= 7.0)
Conflicts: sbcl-common (<= 1:0.9.13.0-2), common-lisp-controller (<< 7.3)
Breaks: common-lisp-controller (<< 7.3)
Depends: ${misc:Depends}
Description: Another System Definition Facility
 asdf provides a "make" type functions for Common Lisp software.
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ binary-indep: build
	chmod +x test/run-tests.sh 
	dh_installdirs -i
	dh_install -i
	dh_lisp -i
	#dh_lisp -i
	dh_installdocs -i
	dh_installinfo -i
	dh_installexamples -i