tag 304404 pending
thanks
Hello,
Bug #304404 reported by you has been fixed in the Git repository. You can
see the changelog below, and you can check the diff of the fix at:
http://git.debian.org/?p=dpkg/dpkg.git;a=commitdiff;h=18dacea
---
commit 18dacea0fab9d81e85a5a7d4e9ec25435df7aa5b
Author: Raphael Hertzog <[email protected]>
Date: Fri May 15 16:28:45 2009 +0200
dpkg-buildpackage: allow options -nc and -S together
This combination is generally not recommended as you want to ensure
that a source package contains only source and not any intermediary files
left-over by the previous build. Nevertheless it can be useful from time
to time and instead of bluntly refusing, we now simply warn the user
and let the build proceed.
-nc still implies -b if nothing else has been specified as it's routinely
used to test if a fix is working by restarting a previously interrupted
build where it failed.
diff --git a/debian/changelog b/debian/changelog
index 5855a82..9aaa0ea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -79,6 +79,8 @@ dpkg (1.15.1) UNRELEASED; urgency=low
time. Closes: #525835
* Let dpkg-buildpackage add the missing execute right on debian/rules if
needed. Display a warning when it happens. Closes: #499088
+ * Allow to combine -nc and -S in dpkg-buildpackage but display a warning
+ saying that it's not advised. Closes: #304404
[ Guillem Jover ]
* Fix typo in dpkg output (‘unexecpted’ → ‘unexpected’). Closes: #519082
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]