Re: Julien Cristau 2014-07-18 <[email protected]> > On Thu, Jul 17, 2014 at 22:42:59 +0300, Christoph Berg wrote: > > > Fwiw, I think the ben file needs "9." changed to "9\." Atm it is picking > > up some git commitish version number in the haskell-persistent-postgresql > > dependencies or something like that. > > > Fixed, thanks.
Here's another update to also include Build-Depends and Recommends. (Hopefully I got the syntax right.) title = "postgresql-9.4"; is_affected = .depends ~ /postgresql.*-9\.[34].*/ | .build-depends ~ /postgresql.*-9\.[34].*/ | .recommends ~ /postgresql.*-9\.[34].*/; is_good = .depends ~ /postgresql.*-9\.4.*/ | .build-depends ~ /postgresql.*-9\.4.*/ | .recommends ~ /postgresql.*-9\.4.*/; is_bad = .depends ~ /postgresql.*-9\.3.*/ | .build-depends ~ /postgresql.*-9\.3.*/ | .recommends ~ /postgresql.*-9\.3.*/; BTS Tracking: https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=migration-94;tag=migration-93;[email protected] Christoph -- [email protected] | http://www.df7cb.de/ -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

