Roeland Jago Douma 4ddbb35d77 Fix debian patch 7 лет назад
..
debian a602df065e Fixed the name of the Qt WebEngine package 7 лет назад
debian.artful 22153cf912 KDE_INSTALL_USE_QT_SYS_PATHS turned on so that the plugin is installed to the correct directory on Xenial too 8 лет назад
debian.bionic 2cc670453a A separate Dolphin client install file is not required for Bionic 8 лет назад
debian.stable a602df065e Fixed the name of the Qt WebEngine package 7 лет назад
debian.xenial 4ddbb35d77 Fix debian patch 7 лет назад
scripts 549abc8c90 Build Xenial with Qt 5.5 8 лет назад
README d2e159c385 Automatic building of Ubuntu/Debian packages 8 лет назад
drone-build.sh b11661f4c0 Reinstated the check for being on the master branch to enable uploading the packages 8 лет назад
oscrc.enc 92de0770bc Re-encoded Ubuntu/Debian upload keys 7 лет назад
signing-key.txt.enc 92de0770bc Re-encoded Ubuntu/Debian upload keys 7 лет назад

README

- .pbuilderrc:

COMPONENTS="main restricted universe multiverse"

OTHERMIRROR="deb [trusted=yes] file:///${HOME}/pbuilder/deps ./"
HOOKDIR="${HOME}/pbuilder/hook.d"
BINDMOUNTS="${HOME}/pbuilder/deps"

EXTRAPACKAGES="apt-utils"

- pbuilder/hook.d/D70setupdeps: hook to create a Packages file for the
packages in pbuilder/deps

- pbuilder-dist trusty create --override-config --othermirror "deb [trusted=yes] file:///${HOME}/pbuilder/deps ./"

The OTHERMIRROR setting in .pbuilderrc is overridden by pbuilder-dist!

- scripts:

config.sh: basic configuration variables

create_debdir.sh :
create the Debian-conformant source directory and .orig.tar.bz2
in the build area
build.sh :
call create_debdir.sh and then debuild
pbuilder.sh :
build the existing source package with pbuilder-dist.
pbuild.sh :
build the source packages with build.sh and then call
pbuilder.sh