Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | debian/libpam-runtime.templates, debian/local/pam-auth-update: add a | Steve Langasek | 2019-01-08 | 1 | -0/+4 |
| | | | | | new 'title' template, so pam-auth-update doesn't give a blank title when called outside of a maintainer script. LP: #882794. | ||||
* | debian/libpam-runtime.{postinst,templates}: since 1.1.2-1 is targeted | Steve Langasek | 2019-01-08 | 1 | -20/+0 |
| | | | | | | | for post-squeeze, we don't need to support upgrades from 1.0.1-6 to 1.0.1-10 anymore. Drop the debconf error note about having configured your system with a lack of authentication, so that translators don't spend any more time on it. | ||||
* | debian/libpam-runtime.templates: correctly tag the URL as a | Steve Langasek | 2019-01-08 | 1 | -0/+1 |
| | | | | non-translatable string. | ||||
* | use the error template type, not the obsolete note type | Steve Langasek | 2019-01-08 | 1 | -1/+1 |
| | |||||
* | Tweak the language in the new debconf template to my own tastes (hopefully | Steve Langasek | 2019-01-08 | 1 | -14/+14 |
| | | | | | | this won't require too many round-trips between me and Sam ;), and call debconf-updatepo to make this template available for translation. | ||||
* | On upgrades from 1.0.1-5 through 1.0.1-10 raise an alarm if we detect | Sam Hartman | 2019-01-08 | 1 | -1/+1 |
| | | | | | no profiles enabled. | ||||
* | Straw man template for the note indicating system compromise. | Sam Hartman | 2019-01-08 | 1 | -0/+19 |
| | | | | | Currently this is not tied into the debconf machinery | ||||
* | When no profiles are chosen in pam-auth-update, throw an error message | Steve Langasek | 2019-01-08 | 1 | -0/+6 |
| | | | | | and prompt again instead of letting the user end up with an insecure system. This introduces a new debconf template. Closes: #519927. | ||||
* | mark as untranslatable to spare translators some time, and add a | Steve Langasek | 2019-01-03 | 1 | -0/+4 |
| | | | | comment about this to the preceding template | ||||
* | rephrase to avoid use of questions in the long description, to satisfy lintian | Steve Langasek | 2019-01-03 | 1 | -4/+4 |
| | |||||
* | implement the force option and the debconf override template | Steve Langasek | 2019-01-03 | 1 | -0/+11 |
| | |||||
* | first attempt at handling conflicts among the selected profiles | Steve Langasek | 2019-01-03 | 1 | -0/+9 |
| | |||||
* | first stab at a perl helper to manage common-*: parse our config files and | Steve Langasek | 2019-01-03 | 1 | -0/+13 |
generate a debconf prompt from them, but don't yet do anything with the information |