Charles Plessy wrote: [..] > It will be much much easier for us to track your future updates if you > would invert your versionning dates: YYYYMMDD instead of DDMMYYYY.
Well, you can simply do this in debian/watch via uversionmangle. Maybe using conditional subpattern or lookahead/behind assertions can help to make this failsafe (seems upstream released 20090105). Further a hint: (...) is considered to be part of the version delimiter. If you need an expression not being part of the version, use (?:...) Further '[.]' should be '\.' I guess. http://code.google.com/p/phyml/downloads/list \ http://phyml\.googlecode\.com/files/phyml_(.*)\.(?:t(?:ar\.)?gz) Regards, Daniel -- Neu: GMX FreeDSL Komplettanschluss mit DSL 6.000 Flatrate + Telefonanschluss für nur 17,95 Euro/mtl.!* http://dslspecial.gmx.de/freedsl-surfflat/?ac=OM.AD.PD003K11308T4569a -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

