From 59a0d76c679181571c0c69c52a298d0927c33956 Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau <tunes@google.com> Date: Thu, 27 Feb 2014 18:40:53 -0500 Subject: [PATCH] cl-launch 4.0.0 release! Adjust Makefile and debian/control. --- Makefile | 4 ++-- debian/control | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 199ddc9..28f717c 100644 --- a/Makefile +++ b/Makefile @@ -60,7 +60,7 @@ mrproper: clean debian-package: mrproper 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 lintian -c --fail-on-warnings ../cl-launch_*.changes git clean -xfd @@ -94,7 +94,7 @@ push: debian-package-all: debian-package ./cl-launch.sh --include . -B install_path ./cl-launch.sh --no-include -o cl-launch -B install_bin - VER=$$(git describe --tags --match '?.???') ; \ + VER=$$(git describe --tags --match '4.*') ; \ cd .. && \ 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 && \ diff --git a/debian/control b/debian/control index e3a3295..657790d 100644 --- a/debian/control +++ b/debian/control @@ -3,9 +3,9 @@ Section: lisp Priority: optional Homepage: http://www.cliki.net/cl-launch 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) -Standards-Version: 3.9.4 +Standards-Version: 3.9.3 Vcs-Git: git://common-lisp.net/projects/xcvb/cl-launch.git Package: cl-launch -- GitLab