diff --git a/Makefile b/Makefile index 199ddc92391ddb5efc66c7aca83b59284039b6c6..28f717c00fd745e70123ac7a443dfcb6739314f0 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 e3a3295f05693839936903fc0459e3ec2247830a..657790dc6fd4ca949a5d53b15714675ac8f4f7cd 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