source: ogAgent-Git/linux/build-packages.sh

main 4.0.0
Last change on this file was b84ab33, checked in by Natalia Serrano <natalia.serrano@…>, 11 months ago

refs #247 migrate agent from py2 & qt4/qt5 to py3 & qt6

  • Update installation document
  • No longer create rpm linux packages
  • Change deb maintainer from one person to one team
  • Remove stray debhelper files
  • Filter more stuff in .gitignore
  • Property mode set to 100755
File size: 119 bytes
Line 
1#!/bin/bash
2
3cd $(dirname "$0")
4
5# Debian based
6debuild -D --build=binary --post-clean --lintian-opts --profile debian
Note: See TracBrowser for help on using the repository browser.