1
0
mirror of https://github.com/chylex/Nextcloud-Desktop.git synced 2024-10-24 00:42:48 +02:00
Nextcloud-Desktop/admin/linux/debian
Roeland Jago Douma 30a4f1edd7
Merge pull request #510 from ivaradi/beta-ppa
Use the beta PPA for builds (re #402)
2018-07-30 20:34:05 +02:00
..
debian Fixed the name of the Qt WebEngine package 2018-05-06 17:12:17 +02:00
debian.bionic Add a dependency on libgnome-keyring0 on Bionic 2018-07-22 20:33:45 +02:00
debian.cosmic Start building for cosmic 2018-07-26 20:08:48 +02:00
debian.stable Fixed the name of the Qt WebEngine package 2018-05-06 17:12:17 +02:00
debian.xenial/post-patches Fix debian patch 2018-06-05 13:29:51 +02:00
scripts The version is also read from the VERSION.cmake file 2018-07-03 09:11:31 +02:00
drone-build.sh Merge pull request #510 from ivaradi/beta-ppa 2018-07-30 20:34:05 +02:00
oscrc.enc Re-encoded Ubuntu/Debian upload keys 2018-06-05 08:34:41 +02:00
README Automatic building of Ubuntu/Debian packages 2017-12-12 17:11:46 +01:00
signing-key.txt.enc Re-encoded Ubuntu/Debian upload keys 2018-06-05 08:34:41 +02: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