diff -u mksh-38.1/debian/changelog mksh-38.1/debian/changelog --- mksh-38.1/debian/changelog +++ mksh-38.1/debian/changelog @@ -1,3 +1,14 @@ +mksh (38.1-1ubuntu1) karmic; urgency=low + + * debian/mksh.postinst: hardcode debconf question if mksh should + be installed as /bin/sh to false (LP: #348872) but retain debconf + stuff so that if this was set to true in previous packages, it + will correctly be removed on upgrade + * debian/rules: remove “-combine” option from Build.sh invocation + (LP: #375604) + + -- Thorsten Glaser Thu, 28 May 2009 00:15:10 +0200 + mksh (38.1-1) unstable; urgency=low * debian/control: depend on locales-all on m68k because its diff -u mksh-38.1/debian/mksh.postinst mksh-38.1/debian/mksh.postinst --- mksh-38.1/debian/mksh.postinst +++ mksh-38.1/debian/mksh.postinst @@ -28,7 +28,8 @@ } . /usr/share/debconf/confmodule -db_get mksh/sh +#db_get mksh/sh +RET=false # hardcoded for Ubuntu check_divert "$RET" /bin/sh mksh check_divert "$RET" /usr/share/man/man1/sh.1.gz mksh.1.gz \ /usr/share/man/man1/sh.distrib.1.gz diff -u mksh-38.1/debian/rules mksh-38.1/debian/rules --- mksh-38.1/debian/rules +++ mksh-38.1/debian/rules @@ -69,7 +69,7 @@ touch $@ do-build: - sh ../../mksh/Build.sh -r -combine + sh ../../mksh/Build.sh -r ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) ./mksh -c true #