aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Hutchings <benh@debian.org>2010-01-26 00:15:19 +0000
committerBen Hutchings <benh@debian.org>2010-01-26 00:15:19 +0000
commit5f0aee969fd901e025c4f50f8377b2a5f24cfabb (patch)
tree7ae582b467a1d0522221adffa80977c8a22d343c
parent2c27d6ba4b4e8b89865b8decc9bf49a08d410a1d (diff)
downloadkernel_replicant_linux-5f0aee969fd901e025c4f50f8377b2a5f24cfabb.tar.gz
kernel_replicant_linux-5f0aee969fd901e025c4f50f8377b2a5f24cfabb.tar.bz2
kernel_replicant_linux-5f0aee969fd901e025c4f50f8377b2a5f24cfabb.zip
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
-rwxr-xr-xdebian/bin/test-patches2
-rw-r--r--debian/changelog2
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/bin/test-patches b/debian/bin/test-patches
index 7baf26e23bb9..6cf9bfcb3775 100755
--- a/debian/bin/test-patches
+++ b/debian/bin/test-patches
@@ -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##*-}"
diff --git a/debian/changelog b/debian/changelog
index 9622d02ca731..66ab9295d2ea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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.