[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: glibc and UNACCEPTs



On Tue, Aug 22, 2006 at 11:08:49AM +0200, Andreas Barth wrote:
> * Drew Parsons (dparsons@debian.org) [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



Reply to: