Bläddra i källkod

Fix problem with version naming

David Schleef 22 år sedan
förälder
incheckning
12e7555ea2
2 ändrade filer med 2 tillägg och 2 borttagningar
  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}