After testing what's in proposed, this patch actually fails. Upon doing testing:
--- WITH PRECISE 1.1.19-1ubuntu0.2: sudo apt-get install nginx-full nginx-common; sudo apt-get purge nginx-full; sudo apt-get install nginx-full - FAILS (this bug) --- WITH PRECISE 1.1.19-1ubuntu0.3: sudo apt-get install nginx-full/precise-proposed nginx-common/precise-proposed; sudo apt-get purge nginx-full; sudo apt-get install nginx-full/precise-proposed - FAILS: Setting up nginx-full (1.1.19-1ubuntu0.3) ... ln: failed to create symbolic link `/etc/nginx/sites-enabled/default': File exists The nginx-full (and also the nginx binary installers) are trying to write the configuration files and create symlinks even though they already exist. This should be done in nginx-common, not nginx-full. This introduces a new bug, and therefore this is verification-failed. ** Tags removed: verification-needed ** Tags added: verification-failed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1206878 Title: [SRU] Configuration should be purged only in nginx-common To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1206878/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
