[Merge] lp:~nathwill/ubuntu/quantal/pam/lp110287 into lp:~ubuntu-core-dev/pam/ubuntu

Steve Langasek steve.langasek at canonical.com
Tue Jul 3 04:25:23 UTC 2012


Thanks, this patch looks good.  Committing and uploading!

FWIW:

-if [ "$1" = "configure" ] && (dpkg --compare-versions 0.79-3ubuntu6 ge "$2" || [ "$2" = "" ]); then
+if [ "$1" = "configure" ] && (dpkg --compare-versions 1.1.3-7ubuntu2 ge "$2" || [ "$2" = "" ]); then

I think the original wasn't very well written here, and I'm going to clean it up as part of the merge to read:

+if [ "$1" = "configure" ] && dpkg --compare-versions "$2" le 1.1.3-7ubuntu2; then
-- 
https://code.launchpad.net/~nathwill/ubuntu/quantal/pam/lp110287/+merge/112911
Your team Ubuntu Core Development Team is subscribed to branch lp:~ubuntu-core-dev/pam/ubuntu.



More information about the Ubuntu-reviews mailing list