tags 389965 + patch thanks Hi,
i intend to NMU this package following the 0-Day NMU Policy tomorrow. See attached Patch. bye, - michael
diff -u sope-4.4rc.2/debian/changelog sope-4.4rc.2/debian/changelog --- sope-4.4rc.2/debian/changelog +++ sope-4.4rc.2/debian/changelog @@ -1,3 +1,10 @@ +sope (4.4rc.2-3.1) unstable; urgency=medium + + * Non-maintainer upload. + * Check for ucf availability in postrm (Closes: #389965) + + -- Michael Ablassmeier <[EMAIL PROTECTED]> Thu, 5 Oct 2006 10:35:23 +0200 + sope (4.4rc.2-3) unstable; urgency=low * Get rid of automake dependency. Depend on autotools-dev instead and use only in patch2: unchanged: --- sope-4.4rc.2.orig/debian/libapache-mod-ngobjweb.postrm +++ sope-4.4rc.2/debian/libapache-mod-ngobjweb.postrm @@ -9,7 +9,9 @@ for ext in .dpkg-tmp .dpkg-new .dpkg-old .dpkg-dist; do rm -f /etc/$i/conf.d/mod_ngobjweb$ext done - ucf --purge /etc/$i/conf.d/mod_ngobjweb + if which ucf > /dev/null ; then + ucf --purge /etc/$i/conf.d/mod_ngobjweb + fi done ;; *)