From 12e7555ea225f516edc8bd5203d6a102d2f92861 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Thu, 11 Oct 2001 23:06:20 +0000 Subject: Fix problem with version naming --- debian/changelog | 2 +- debian/mksnapshot | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 8ca35c0a6..51420d4ae 100644 --- a/debian/changelog +++ b/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 diff --git a/debian/mksnapshot b/debian/mksnapshot index 4c8ef7dcf..94e45c639 100755 --- a/debian/mksnapshot +++ b/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} -- cgit v1.2.3