瀏覽代碼

Fix problem with version naming

David Schleef 22 年之前
父節點
當前提交
12e7555ea2
共有 2 個文件被更改,包括 2 次插入2 次删除
  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}