[kernel] r14998 - in dists/trunk/linux-2.6/debian: . bin
Ben Hutchings
benh at alioth.debian.org
Tue Jan 26 00:15:35 UTC 2010
Author: benh
Date: Tue Jan 26 00:15:19 2010
New Revision: 14998
Log:
Force distribution=UNRELEASED in debian/bin/test-patches so that it works in released source packages
Modified:
dists/trunk/linux-2.6/debian/bin/test-patches
dists/trunk/linux-2.6/debian/changelog
Modified: dists/trunk/linux-2.6/debian/bin/test-patches
==============================================================================
--- dists/trunk/linux-2.6/debian/bin/test-patches Mon Jan 25 19:55:43 2010 (r14997)
+++ dists/trunk/linux-2.6/debian/bin/test-patches Tue Jan 26 00:15:19 2010 (r14998)
@@ -52,7 +52,7 @@
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##*-}"
Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog Mon Jan 25 19:55:43 2010 (r14997)
+++ dists/trunk/linux-2.6/debian/changelog Tue Jan 26 00:15:19 2010 (r14998)
@@ -43,6 +43,8 @@
- 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.
More information about the Kernel-svn-changes
mailing list