Pārlūkot izejas kodu

Fix problem with version naming

David Schleef 22 gadi atpakaļ
vecāks
revīzija
12e7555ea2
2 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 1 1
      debian/changelog
  2. 1 1
      debian/mksnapshot

+ 1 - 1
debian/changelog

@@ -1,4 +1,4 @@
-uclibc (0.9.5-cvs20011011) unstable; urgency=low
+uclibc (0.9.5-cvs20011011-1) unstable; urgency=low
 
   * Closes #104243
 

+ 1 - 1
debian/mksnapshot

@@ -1,7 +1,7 @@
 #!/bin/sh
 
 
-version=$(dpkg-parsechangelog | grep ^Version | sed 's/^Version: //')
+version=$(dpkg-parsechangelog | grep ^Version | sed 's/^Version: //' | sed 's/-1$//')
 
 dir=uclibc-${version}