Skip to content

Commit

Permalink
replace tools/packager.py with packager repository
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpoelen committed Nov 8, 2023
1 parent f11fa8a commit f5e22ab
Show file tree
Hide file tree
Showing 8 changed files with 241 additions and 829 deletions.
19 changes: 7 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ The project also contains 2 RDP clients:
1. [Convert .mwrm/.wrm capture to video](#convert-mwrmwrm-capture-to-video)
5. [Compile proxy_recorder](#compile-proxy_recorder)
6. [Packaging](#packaging)
7. [Tag and Version](#tag-and-version)
8. [Test files](#test-files)
7. [Test files](#test-files)
<!-- /toc -->


Expand Down Expand Up @@ -396,17 +395,13 @@ Exemple call line for proxy_recorder:

# Packaging

./tools/packager.py --build-package
With https://github.com/wallix/packager

- `--force-target target`: target is a file in packaging/targets
- `--force-build`


# Tag and Version

./tools/packager.py --update-version 1.2.7 --git-tag --git-push-tag --git-push

- `--add-changelog`: if you want to add some specific changelogs
packager.py build \
--target-file packaging/targets/debian \
--version-file include/main/version.hpp \
--build-package \
--no-check


# Test files
Expand Down
2 changes: 0 additions & 2 deletions packaging/targets/buster → packaging/targets/debian
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,4 @@ ARCHI=any
BUILD_DEPENDS=debhelper (>=7), dpkg-dev, g++, libboost-tools-dev, libssl-dev, libkrb5-dev, libsnappy-dev, libpng-dev, libavcodec-dev, libavformat-dev, libavutil-dev, libswscale-dev, libx264-dev, zlib1g-dev, libbz2-dev, libhyperscan-dev
DEPENDS=${shlibs:Depends}

#REDEMPTION_USER=

BJAM_EXTRA=-j2
18 changes: 0 additions & 18 deletions packaging/targets/jessie

This file was deleted.

18 changes: 0 additions & 18 deletions packaging/targets/stretch

This file was deleted.

Loading

0 comments on commit f5e22ab

Please sign in to comment.