# # # patch "debian/monotone-server.postinst" # from [ef23240b062ed234176794d590b078ccd7bbb6ea] # to [54c914a14353a0ba4813bdaf338696ae0e82554a] # # patch "debian/monotone-server.postrm" # from [983aace65f528eea48f7a8890a9146d0db5792b8] # to [380b22178aa731d2d1017394e481e6fb356b4753] # ============================================================ --- debian/monotone-server.postinst ef23240b062ed234176794d590b078ccd7bbb6ea +++ debian/monotone-server.postinst 54c914a14353a0ba4813bdaf338696ae0e82554a @@ -136,6 +136,9 @@ ;; esac +# stop debconf +db_stop + # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. ============================================================ --- debian/monotone-server.postrm 983aace65f528eea48f7a8890a9146d0db5792b8 +++ debian/monotone-server.postrm 380b22178aa731d2d1017394e481e6fb356b4753 @@ -59,6 +59,9 @@ esac +# stop debconf +db_stop + # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts.