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

cl-launch 4.0.0 release! Adjust Makefile and debian/control.

parent 9e118ecf
No related branches found
No related tags found
No related merge requests found
...@@ -60,7 +60,7 @@ mrproper: clean ...@@ -60,7 +60,7 @@ mrproper: clean
debian-package: mrproper debian-package: mrproper
git clean -xfd git clean -xfd
RELEASE="$$(git tag -l '3.[0-9][0-9]' | tail -n 1)" ; \ RELEASE="$$(git tag -l '[4-.9].[0-9].[0-9]' | tail -n 1)" ; \
git-buildpackage --git-debian-branch=master --git-upstream-branch=master --git-upstream-tag=$$RELEASE --git-tag --git-retag --git-ignore-branch git-buildpackage --git-debian-branch=master --git-upstream-branch=master --git-upstream-tag=$$RELEASE --git-tag --git-retag --git-ignore-branch
lintian -c --fail-on-warnings ../cl-launch_*.changes lintian -c --fail-on-warnings ../cl-launch_*.changes
git clean -xfd git clean -xfd
...@@ -94,7 +94,7 @@ push: ...@@ -94,7 +94,7 @@ push:
debian-package-all: debian-package debian-package-all: debian-package
./cl-launch.sh --include . -B install_path ./cl-launch.sh --include . -B install_path
./cl-launch.sh --no-include -o cl-launch -B install_bin ./cl-launch.sh --no-include -o cl-launch -B install_bin
VER=$$(git describe --tags --match '?.???') ; \ VER=$$(git describe --tags --match '4.*') ; \
cd .. && \ cd .. && \
tar zcf ~/files/cl-launch/cl-launch-$${VER}.tar.gz --exclude .git cl-launch && \ tar zcf ~/files/cl-launch/cl-launch-$${VER}.tar.gz --exclude .git cl-launch && \
cp cl-launch/cl-launch.sh ~/files/cl-launch/cl-launch.sh && \ cp cl-launch/cl-launch.sh ~/files/cl-launch/cl-launch.sh && \
......
...@@ -3,9 +3,9 @@ Section: lisp ...@@ -3,9 +3,9 @@ Section: lisp
Priority: optional Priority: optional
Homepage: http://www.cliki.net/cl-launch Homepage: http://www.cliki.net/cl-launch
Maintainer: Francois-Rene Rideau <fare@tunes.org> Maintainer: Francois-Rene Rideau <fare@tunes.org>
Uploaders: Christoph Egger <christoph@debian.org>, Kan-Ru Chen <koster@debian.org>, Milan Zamazal <pdm@debian.org>, Peter Van Eynde <pvaneynd@debian.org>, Julien Danjou <acid@debian.org>, Francois-Rene Rideau <fare@tunes.org> Uploaders: Christoph Egger <christoph@debian.org>, Kan-Ru Chen <koster@debian.org>, Milan Zamazal <pdm@debian.org>, Peter Van Eynde <pvaneynd@debian.org>, Julien Danjou <acid@debian.org>
Build-Depends: debhelper (>= 7.2.8) Build-Depends: debhelper (>= 7.2.8)
Standards-Version: 3.9.4 Standards-Version: 3.9.3
Vcs-Git: git://common-lisp.net/projects/xcvb/cl-launch.git Vcs-Git: git://common-lisp.net/projects/xcvb/cl-launch.git
Package: cl-launch Package: cl-launch
......
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