On Tue, Aug 22, 2006 at 11:08:49AM +0200, Andreas Barth wrote: > * Drew Parsons ([EMAIL PROTECTED]) [060822 11:04]: > > 2) [technical] Remove the single point of failure by adding a > > Distribution: field to debian/control, say. The package will be > > rejected if the two fields in control and changelog do not match. > > or just make dpkg-buildpackage fail if that happens (or rather > dpkg-genchanges), which isn't too hard to achive actually.
Yes, I added the following lines in debian/rules # Do not accidentally upload into unstable dpkg-parsechangelog | grep "^Distribution:" | grep -q -v unstable for that purpose in the glibc experimental branch. Denis -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]