~ubuntu-branches/ubuntu/utopic/sbuild/utopic

« back to all changes in this revision

Viewing changes to debian/sbuild.preinst

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-06-23 22:27:58 UTC
  • mfrom: (8.1.24) (3.3.23 sid)
  • Revision ID: package-import@ubuntu.com-20120623222758-48ljspppdh7xzu9i
Tags: 0.63.1-1ubuntu1
* Resynchronize with Debian testing. Remaining changes:
  - debian/patches/do-not-install-debfoster-into-chroots.patch:
    do not install debfoster into the chroots because it is in universe and
    not needed for package building itself.
  - debian/patches/run-pre-build-hooks-as-root.patch:
    run pre-build hooks as root
* Drop run-lintian-inside-chroot.patch: It hasn't been picked up
  by Debian and doesn't work quite right (LP: #940410)

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
            prep_mv_conffile "sbuild" "/etc/sbuild/copyfiles-defaults"
54
54
            prep_mv_conffile "sbuild" "/etc/sbuild/nssdatabases-defaults"
55
55
        fi
 
56
        if dpkg --compare-versions "$2" lt "0.63.1-1"; then
 
57
            rm_conffile "sbuild" "/etc/schroot/setup.d/99builddsourceslist"
 
58
        fi
56
59
        ;;
57
60
esac
58
61