nextcloud-desktop/admin/linux/debian
István Váradi 47824c104e
Merge pull request #1895 from ivaradi/debian-version
Debian versioning updates
2020-04-27 17:00:37 +02:00
..
debian Install libcloudproviders files by default on debian 2020-01-15 17:32:40 +01: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 Add libdbus-1-dev to the build dependencies 2019-10-20 10:23:49 +02:00
debian.focal Added Focal-specific files 2020-03-05 14:37:41 +01:00
debian.groovy Add Groovy-specific files 2020-04-26 10:08:58 +02:00
debian.oldstable Provide specific install file for Debian oldstable 2020-03-12 07:53:00 +01:00
debian.stable Build for Debian stable and oldstable 2019-11-26 16:20:11 +01:00
debian.xenial Do not install files related to cloud providers under Xenial 2020-01-31 08:41:11 +01:00
scripts Generate alpha, beta and stable versions 2020-03-24 19:06:16 +01:00
drone-build.sh Merge pull request #1895 from ivaradi/debian-version 2020-04-27 17:00:37 +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