Browse Source

Fix problem with version naming

David Schleef 22 years ago
parent
commit
12e7555ea2
2 changed files with 2 additions and 2 deletions
  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}