The following commit has been merged in the master branch:
commit efc8b8593f1d0914647c0476c107ca47d414d2ad
Author: James Vega <[email protected]>
Date: Sun Apr 4 00:11:13 2010 -0400
Clarify wording when neither a diff nor a debian.tar is found. (Closes:
#575820)
diff --git a/debian/changelog b/debian/changelog
index b549300..a1e3072 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -31,6 +31,8 @@ devscripts (2.10.62) UNRELEASED; urgency=low
(Closes: #569062)
+ Add support for xz compressed archives/patches. Thanks to Hideki Yamane
for the patch. (Closes: #568615)
+ + Clarify wording when neither a diff nor a debian.tar is found. (Closes:
+ #575820)
* Update descriptions of debcommit to include darcs as a supported VCS.
(Closes: #570138)
* debchange:
diff --git a/scripts/uupdate.sh b/scripts/uupdate.sh
index c5db482..c7f6c67 100755
--- a/scripts/uupdate.sh
+++ b/scripts/uupdate.sh
@@ -804,7 +804,7 @@ else
exit 1
fi
else
- echo "$PROGNAME: could not find diffs from version $VERSION to apply!"
>&2
+ echo "$PROGNAME: could not find {diff|debian.tar}.{gz|bz2|lzma|xz} from
version $VERSION to apply!" >&2
exit 1
fi
chmod a+x debian/rules
--
Git repository for devscripts
--
To unsubscribe, send mail to [email protected].