1
0
mirror of https://github.com/chylex/Nextcloud-Desktop.git synced 2024-10-24 18:42:48 +02:00
Nextcloud-Desktop/admin/linux/debian
István Váradi 6bc232c9b4 Remove kdelibs5-dev from the build dependencies for Eoan
Signed-off-by: István Váradi <ivaradi@varadiistvan.hu>
2019-10-05 09:31:55 +02:00
..
debian Require libssl 1.1 on distributions other than Xenial 2018-08-13 16:24:44 +02:00
debian.bionic Make the Bionic control file the default one 2018-07-31 16:22:02 +02:00
debian.disco Support Ubuntu Disco Dingo 2018-12-05 19:46:45 +01:00
debian.eoan Remove kdelibs5-dev from the build dependencies for Eoan 2019-10-05 09:31:55 +02:00
debian.stable Require libssl 1.1 on distributions other than Xenial 2018-08-13 16:24:44 +02:00
debian.xenial Remove old Qt 5.5 patch for Xenial 2019-09-06 17:05:18 +02:00
scripts Fix the Debian changelog generator 2019-07-25 16:48:24 +02:00
drone-build.sh Remove Ubuntu Cosmic and add Eoan package 2019-07-27 11:21:39 +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