1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-10-02 14:31:05 +02:00
trexio/debian
q-posev 687cad8a5e Add more build-dependencies
Following chroot test with pbuilder
2022-02-16 16:57:29 +01:00
..
patches modified output of debmake 2022-02-16 16:55:27 +01:00
source modified output of debmake 2022-02-16 16:55:27 +01:00
changelog modified output of debmake 2022-02-16 16:55:27 +01:00
compat modified output of debmake 2022-02-16 16:55:27 +01:00
control Add more build-dependencies 2022-02-16 16:57:29 +01:00
copyright modified output of debmake 2022-02-16 16:55:27 +01:00
README.Debian modified output of debmake 2022-02-16 16:55:27 +01:00
README.md modified output of debmake 2022-02-16 16:55:27 +01:00
watch modified output of debmake 2022-02-16 16:55:27 +01:00

Debian packages from Autotools project

Following the debian guide.

Requirements

  • debmake
  • debuild
  • debhelper
  • dh-autoreconf

First release

  1. Download and extract the Autotools-produced distribution tarball (e.g. trexio-2.1.0.tar.gz)
  2. mv trexio-2.1.0.tar.gz libtrexio_2.1.0.orig.tar.gz > important for step 4
  3. cd trexio-2.1.0
  4. debmake

This will create debian folder with some pre-filled templates, which have to be checked and modified according to your project (e.g. prepend lib for library packages).

Release updates

This relies on the previously created and modified templates in the debian directory.

  1. debuild > this creates the debian packages in the parent directory, i.e. one level higher than trexio-2.1.0/ directory
  2. dpkg -f libtrexio_2.1.0-1_amd64.deb pre-depends depends recommends conflicts break