1
0
mirror of https://github.com/chylex/Nextcloud-Desktop.git synced 2024-10-23 15:42:48 +02:00
Nextcloud-Desktop/admin/linux/debian
2017-12-12 17:27:01 +01:00
..
debian Automatic building of Ubuntu/Debian packages 2017-12-12 17:11:46 +01:00
debian.artful Automatic building of Ubuntu/Debian packages 2017-12-12 17:11:46 +01:00
debian.stable Automatic building of Ubuntu/Debian packages 2017-12-12 17:11:46 +01:00
debian.yakkety Automatic building of Ubuntu/Debian packages 2017-12-12 17:11:46 +01:00
debian.zesty Automatic building of Ubuntu/Debian packages 2017-12-12 17:11:46 +01:00
scripts Automatic building of Ubuntu/Debian packages 2017-12-12 17:11:46 +01:00
oscrc.enc Automatic building of Ubuntu/Debian packages 2017-12-12 17:11:46 +01:00
README Automatic building of Ubuntu/Debian packages 2017-12-12 17:11:46 +01:00
signing-key.txt.enc Automatic building of Ubuntu/Debian packages 2017-12-12 17:11:46 +01:00
travis-build.sh New repository directory name 2017-12-12 17:27:01 +01:00

- .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 <tag> <version> <distribution>:
     create the Debian-conformant source directory and .orig.tar.bz2
     in the build area
  build.sh <tag> <version> <distribution> <debuild options...>:
     call create_debdir.sh and then debuild
  pbuilder.sh <distribution>:
     build the existing source package with pbuilder-dist.
  pbuild.sh <distribution>:
     build the source packages with build.sh and then call
     pbuilder.sh