Force distribution=UNRELEASED in debian/bin/test-patches so that it works in released source packages

svn path=/dists/trunk/linux-2.6/; revision=14998
This commit is contained in:
Ben Hutchings 2010-01-26 00:15:19 +00:00
parent 2c27d6ba4b
commit 5f0aee969f
2 changed files with 3 additions and 1 deletions

View File

@ -52,7 +52,7 @@ dpkg-checkbuilddeps -B
version="$(dpkg-parsechangelog | sed 's/^Version: //; t; d')"
if [ "${version%a~test}" = "$version" ]; then
version="$version"a~test
dch -v "$version" "Testing patches $*"
dch -v "$version" --distribution UNRELEASED "Testing patches $*"
fi
debversion="${version##*-}"

2
debian/changelog vendored
View File

@ -43,6 +43,8 @@ linux-2.6 (2.6.32-6) UNRELEASED; urgency=low
- inotify: do not reuse watch descriptors (Closes: #561880)
- megaraid_sas: remove sysfs poll_mode_io world writeable permissions
(CVE-2009-3939) (Closes: #562975)
* Force distribution=UNRELEASED in debian/bin/test-patches so that it
works in released source packages
[ Ian Campbell ]
* xen: Enable up to 32G of guest memory on i386.