diff --git a/Makefile b/Makefile
index b8955e47a5bb75d3e4b241387fb7680c33d5234f..36cac89c808970de592bdcc3892b35a9e33b9348 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ export TEXINPUTS := ./texinputs/:$(TEXINPUTS)
 
 #.SECONDARY: $(FIGS_PDF)
 
-.PHONY: all clean dep preview release
+.PHONY: all clean dep preview
 
 all: $(TOP)
 
diff --git a/debian/make-release b/debian/make-release
index 8b003571672938ba91df0509e66225d28b9b5e85..251125f20c2d688188a95fa8337b344307900d13 100755
--- a/debian/make-release
+++ b/debian/make-release
@@ -76,8 +76,8 @@ Now check that the version is correct, commit, and apply version tag:
 
 \tgit status
 \tgit commit -a
-\tgit tag $version
-\tgit push origin $version
+\tgit tag -a $version
+\tgit push --follow-tags
 
 EOT
 
@@ -126,8 +126,9 @@ sub get_version_from_git() {
   my $clean_at_tag;
   my $tag = `git describe --tags --always --dirty='-*' --match 'v[0-9]*'`;
   chomp $tag;
-  if ($tag =~ m{-+(\*|\d+-g[0-9a-f]+)$}) {
+  if ($tag =~ m{((-+\d+-g[0-9a-f]+)?(-+\*)?)$}) {
     $tag = $`;
+    $clean_at_tag = 1 if ($1 eq "");
   } else {
     $clean_at_tag = 1;
   }
diff --git a/texinputs/beamerthemetptnew.sty b/texinputs/beamerthemetptnew.sty
index 7f52a1739d0e31daa63058bedd23ec64d1c51022..dcdff7d713ae74f3bd398692ace4de3d19e242f2 100644
--- a/texinputs/beamerthemetptnew.sty
+++ b/texinputs/beamerthemetptnew.sty
@@ -1,5 +1,5 @@
 \NeedsTeXFormat{LaTeX2e}[1995/12/01]
-\ProvidesPackage{beamerthemetptnew}[2020/07/15 v0.8.4]
+\ProvidesPackage{beamerthemetptnew}[2020/07/23 v0.8.5]
 
 % Utilisation de pgfkeys/pgfopts pour la gestion des options,
 % et définition de raccourcis.