GNOME Bugzilla – Bug 632824
gnome-shell-build-setup.sh: autopoint is a separate package on newer Debian/Ubuntu
Last modified: 2010-11-15 13:50:23 UTC
Debian (and by extension, Ubuntu) recently split autopoint into its own package from gettext.
Created attachment 172954 [details] [review] Patch to fix this.
*** Bug 634364 has been marked as a duplicate of this bug. ***
This is blocking on figuring out when autopoint was split out in version terms, and if it was recent adding conditionality.
autopoint has been a separate package in Debian since Squeeze (testing), and in Ubuntu since Maverick (10.10). So we need something separate to support Ubuntu Lucid (10.04) at least - or drop support for Lucid in the script, but...
Is Debian at a point where all people with an interest in new stuff are using testing and stable is for servers only? Or are we likely to encounter people compiling GNOME Shell with stable? What version of GNOME is in stable? For Ubuntu, I don't mind just updating our requirement to 10.10 to simplify - I get the impression that people upgrade pretty quickly after releases.
Created attachment 174480 [details] Use apt-cache show to fix it. Looks like apt-cache show will return a code of 100 if it can't find the package.
Created attachment 174481 [details] [review] Use apt-cache show to fix it. Whoops, uploaded the wrong patch.
Created attachment 174482 [details] [review] Use apt-cache show to fix it. Uploaded the wrong patch *again*.
Review of attachment 174482 [details] [review]: Looks good except for the subject and body of commit message. Subject should be something like: gnome-shell-build-setup.sh: conditionally check for autopoint on Debian/Ubuntu Then the body should describe why we need a conditional check.
Created attachment 174507 [details] [review] gnome-shell-build-setup.sh: Conditionally check for autopoint on Debian/Ubuntu.
Attachment 174507 [details] pushed as f6e9ae3 - gnome-shell-build-setup.sh: Conditionally check for autopoint on Debian/Ubuntu.