kienanstewart

Results 30 comments of kienanstewart
trafficstars

From #435 : I did some digging: new installations haven't had the key created since 2014: d9e24d9 The unique key is only added to installations upgrading from pre 3.1.0~a or...

If just dropping the key is ok, either the newmaster branch can be updated or this PR closed and another one opened against https://github.com/Koumbit/AlternC/tree/435-drop_sub_domain_compte_unique_key2

@ddeenniiss merci d'avoir rapporté cette bogue! J'ai ouvert le PR #345 avec un fix qui étendera la colonne valeur jusqu'à 1024 charactères.

I couldn't get my head around the sedscript generation in debian/config so I replaced it with simpler string templating. The limitation there is that it will definitely overwrite any modification...

Debian policy on news and changelogs in packages : https://www.debian.org/doc/debian-policy/ch-docs.html#changelog-files-and-release-notes Debian policy on maintainer scripts: https://www.debian.org/doc/debian-policy/ch-maintainerscripts.html#summary-of-ways-maintainer-scripts-are-called An alternc.preinst script could be added to prompt the user to accept continuing if...

https://www.debian.org/doc/debian-policy/ch-binary.html#s-maintscriptprompt suggests that the prompt should actually be in config instead of preisnt. The other suggested placement, postinst, is too late for our desired outcome. ``` If a package has...

From the man page for dpkg though, the actual installation process is: * extra control files of new package * run "prerm" of old package, if another version was installed...