]> mj.ucw.cz Git - libucw.git/commitdiff
Packages: Fixed bug in debian/tag-release script.
authorPavel Charvat <pchar@ucw.cz>
Sat, 9 Aug 2014 05:37:49 +0000 (05:37 +0000)
committerPavel Charvat <pchar@ucw.cz>
Sat, 9 Aug 2014 05:37:49 +0000 (05:37 +0000)
debian/tag-release

index 5869f83c16511d7247d4dab56c291a894e4b9993..5fd6dc92df434fd6c772c2283441c3756abfa956 100755 (executable)
@@ -26,7 +26,7 @@ if (defined($dry) && $dry eq "-n") {
 
 my $vv = $ARGV[0];
 
-my $v = `git describe`;
+my $v = `git describe --tags`;
 chomp $v;
 $v =~ s/^v// or die;
 $v =~ s/-.*//;