Skip to content
Snippets Groups Projects
  1. May 04, 2021
    • Sébastien Blin's avatar
      misc: final cleanup for opensuse and debian · 47c61dff
      Sébastien Blin authored
      Change-Id: I07cf920ed99f460bffe1d8a16f3444706f4572c3
      47c61dff
    • Maxim Cournoyer's avatar
      packaging: Add jami-libqt to the jami-all package. · 4e969701
      Maxim Cournoyer authored and Sébastien Blin's avatar Sébastien Blin committed
      This makes the current 'jami-all' package the one used for the
      one-click install package.
      
      * packaging/rules/debian/rules (OCI_INSTALL_DIR): New variable.
      (override_dh_auto_install): Extend rule to install the files of the
      jami-libqt package.  Do not include the jami-gnome in jami-all.
      * packaging/rules/debian/control (jami-all): Update description.
      * packaging/rules/debian-one-click-install: Delete directory.
      * packaging/rules/debian-one-click-install/jami-all.postinst: Move to ...
      * packaging/rules/debian/jami-all.postinst: ... here.
      * scripts/make-packaging-target.py: Remove all OCI-specific targets.
      * scripts/deploy-packages.sh (package_deb) [jami-all]: Do not add
      package to the apt repository.
      [manual-download]: Look for the jami-all package from the main
      distribution directory, not in a '_oci' suffixed version.
      
      GitLab: jami-client-qt#263
      Change-Id: I4cacf26355c767d1c77b1ce478b184023481b674
      4e969701
  2. May 01, 2021
  3. Nov 11, 2019
    • Fredy Pulido's avatar
      packaging: renaming packages from ring to jami · 553fef15
      Fredy Pulido authored
      This commit rename the tarball, debian, ubuntu and fedora packages.
      
      This commit also modify the debian post install script to add support
      our repositories for Debian 10 and Ubuntu 18.10 and 19.04 and create
      transition packages to ensure a proper nama transition in debian based
      distributions.
      
      Warning: when using reprepo to add the ring transition deb package
      this get into pool/main/j/jami. for now we think is a reprepo error
      because reads the Source: instead of Package: field.
      
      Change-Id: I47449a79c1a8bfd6ee0f3ffed618886f1dc1645a
      553fef15
  4. Apr 15, 2019
  5. Mar 27, 2019
  6. Oct 21, 2018
  7. Aug 08, 2018
    • Hugo Lefeuvre's avatar
      packaging: build again ring client binary package · c79ae4d4
      Hugo Lefeuvre authored
      Recent packaging changes removed the ring binary package from ring.cx
      and replaced it by ring-all. This is because it doesn't make sense to
      most end users to install daemon and client separately. However this
      change has broken compatibility with the previous packaging policy, at
      the very least because we didn't provide a transition package.
      
      There are two solutions:
      1. Provide a transition package
      2. Build ring binary package again
      
      Both should work well but 2. has better compatibility with official
      Debian/Ubuntu packaging so we opt for this one.
      
      Change-Id: I556ae580126038de7077f91b137adbf1046d59e4
      c79ae4d4
  8. Aug 06, 2018
  9. Jul 26, 2018
    • Hugo Lefeuvre's avatar
      packaging: Debian packaging update · 2ae32538
      Hugo Lefeuvre authored and Sébastien Blin's avatar Sébastien Blin committed
      
      Backport various fixes from Alexandre's work on the official Debian
      package:
      
      Debian packaging:
      * Add missing libqt5sql5-sqlite dependency
      * Various copyright updates
      * Update Standards-Version
      * Priority optional (extra is deprecated now)
      * Update Vcs-* fields
      * Add missing copyright entry
      * Remove useless gbp.conf file (only meaningful when using
        git-buildpackage in a git-buildpackage compatible repo which is
        not the case here)
      
      Packaging scripts:
      * Remove Ubuntu 14.04 and 15.10 related code
      * Various copyright updates
      * Set e-mail address before generating changelog entry
      
      Change-Id: I18e523422d16fe129cf6773ab01a99b00232a5bb
      Gitlab: #481
      Reviewed-by: default avatarSebastien Blin <sebastien.blin@savoirfairelinux.com>
      2ae32538
    • Hugo Lefeuvre's avatar
      packaging: install repo and keys · c902ea1b
      Hugo Lefeuvre authored and Sébastien Blin's avatar Sébastien Blin committed
      
      Currently it is very difficult for non-power-users to get Ring
      automatically updated when using the Debian package from the website.
      
      This is because configuring the Ring package repository requires
      command line operations.
      
      We want the Ring Debian/Ubuntu/whatever-Debian-based package (the
      one from the website, not the official one from the Debian archive)
      to make sure Ring's repository url and GnuPG key are installed as
      trusted source together with the binaries so that Ring gets
      transparently updated along with system updates.
      
      In order to do that, we have to change some things from the official
      package we have in the Debian archive:
      
      * we need to provide both daemon and client in a single ring-all
      package. Otherwise we will not be able to provide a one-click install
      (users would have to install daemon and client in two separate steps
      and that doesn't make much sense to non-geek users).
      
      So, replace ring by ring-all and keep building ring-daemon as before
      (we still want to provide daemon-only packages).
      
      * we need to add prerm and postinst scripts which will take care of
      installing the repo and keys (and this has to be done in different
      ways depending on the distribution) in the ring-all case.
      
      Also, remove transition package ring-gnome which has already
      disappeared from the Debian package some time ago.
      
      Change-Id: I34d5e5ba000d5d750c8db55c65b536a237a738b5
      Reviewed-by: default avatarSebastien Blin <sebastien.blin@savoirfairelinux.com>
      c902ea1b
  10. Apr 20, 2018
  11. Dec 19, 2017
  12. May 16, 2017
  13. Nov 04, 2016
  14. Oct 31, 2016
  15. Oct 05, 2016
  16. Sep 01, 2016
  17. Jul 28, 2016
  18. Jul 26, 2016
  19. Jul 22, 2016
    • aviau's avatar
      Debian packaging fixes · 9c5c4ad2
      aviau authored
      This imports some of the changes made in the official Debian packaging
      repository: https://anonscm.debian.org/cgit/pkg-voip/ring.git
      
      - Don't run containers in interactive mode, which would require a TTY
      
      - Build LRC with Debug symbols
      
      - Build with V=1 to allow parsing logs
      
      - Reorganize dependencies
      
      - Try fetch-all three times before giving up
      
      - Removed ubuntu15.04 references
      
      Tuleap: #858
      Change-Id: If0a81b15230a31d120982e113e695443262568e3
      Unverified
      9c5c4ad2
  20. Jul 20, 2016
    • aviau's avatar
      Add Debian and Ubuntu packaging · f89d706d
      aviau authored
      This moves the official Debian packaging into ring-project. Jenkins
      should now be able to run packaging jobs and publish packages. It
      should also make it easy to add a `verify` check on Jenkins to test
      packaging patches.
      
      This will make it much easier to work on packaging issues because the
      build environment is now reproductible on any machine.
      
      The patch adds Makefile targets to create packages such as:
       - package-all
       - package-<DISTRO>
      
      Builds are all done inside Docker containers and it is possible to
      build many at a time with the `package-all` target.
      
      To debug a build, use `package-<DISTRO>-interactive` to obtain a shell
      inside a container, ready to launch a build.
      
      Tuleap: #781
      Change-Id: Id87a74a6c412ffc5bf82b9562639ce5a9424b06a
      Unverified
      f89d706d
Loading