Skip to content
Snippets Groups Projects
Commit dbe40603 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

tweaks to git-buildpackage for debian

parent e6145a43
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ user := "frideau" ...@@ -4,7 +4,7 @@ user := "frideau"
webhome_private := $(user)@common-lisp.net:/project/asdf/public_html/ webhome_private := $(user)@common-lisp.net:/project/asdf/public_html/
webhome_public := "http://common-lisp.net/project/asdf/" webhome_public := "http://common-lisp.net/project/asdf/"
clnet_home := "/project/asdf/public_html/" clnet_home := "/project/asdf/public_html/"
gpg := /home/fare/bin/dpkg-gpg
sourceDirectory := $(shell pwd) sourceDirectory := $(shell pwd)
lisps ?= ccl clisp sbcl ecl allegro abcl scl lisps ?= ccl clisp sbcl ecl allegro abcl scl
...@@ -86,7 +86,7 @@ test-all: test-forward-references test-upgrade ...@@ -86,7 +86,7 @@ test-all: test-forward-references test-upgrade
debian-package: mrproper 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-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. # Replace SBCL's ASDF with the current one.
# not recommended: just use (asdf:load-system :asdf) # not recommended: just use (asdf:load-system :asdf)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment