Skip to content
Snippets Groups Projects
Commit eb8a71f8 authored by Andre Puschmann's avatar Andre Puschmann
Browse files

update debian files

parent 3dcddf92
No related branches found
No related tags found
No related merge requests found
srslte (18.06.1-0ubuntu1) bionic; urgency=medium
* Update to srsLTE 18.06.1
-- Andre Puschmann <andre@softwareradiosystems.com> Wed, 18 Jul 2018 11:34:00 +0200
srslte (18.05~SNAPSHOT-0ubuntu2) bionic; urgency=medium
* Update pkg deps
-- Andre Puschmann <andre@softwareradiosystems.com> Tue, 01 June 2018 15:10:00 +0200
-- Andre Puschmann <andre@softwareradiosystems.com> Tue, 01 Jun 2018 15:10:00 +0200
srslte (18.05~SNAPSHOT-0ubuntu1) bionic; urgency=medium
* Initial release of deb's
-- Andre Puschmann <andre@softwareradiosystems.com> Tue, 01 June 2018 14:10:00 +0200
-- Andre Puschmann <andre@softwareradiosystems.com> Tue, 01 Jun 2018 14:10:00 +0200
#!/bin/sh
# Exit on error
set -e
# Source debconf library.
. /usr/share/debconf/confmodule
# Ask questions
db_input low srslte/install_configs_question || true
# Show interface
db_go || true
Source: srslte
Section: misc
Section: universe/misc
Priority: optional
Maintainer: Andre Puschmann <andre@softwareradiosystems.com>
Build-Depends: debhelper (>= 9), dh-exec, cmake, build-essential, libfftw3-dev, libmbedtls-dev, libboost-program-options-dev, libconfig++-dev, libsctp-dev, libuhd-dev, uhd-host
Build-Depends:
debhelper (>= 9),
dh-exec,
cmake,
build-essential,
libfftw3-dev,
libmbedtls-dev,
libboost-program-options-dev,
libconfig++-dev,
libsctp-dev,
libuhd-dev,
uhd-host
Standards-Version: 4.1.1
Homepage: https://github.com/srsLTE/srsLTE/
Homepage: http://www.softwareradiosystems.com
Vcs-Git: https://github.com/srsLTE/srsLTE.git
Vcs-Browser: https://github.com/srsLTE/srsLTE/
Package: srslte
Architecture: any
......
This diff is collapsed.
#!/bin/bash
# Source debconf library.
. /usr/share/debconf/confmodule
# Fetching configuration from debconf
db_get srslte/install_configs_question
ANSWER1=$RET
if [ $ANSWER1 == "true" ]; then
srslte_install_configs.sh
fi
#DEBHELPER#
debian/rules 100644 → 100755
File mode changed from 100644 to 100755
Template: srslte/install_configs_question
Type: boolean
Default: true
Description: Install configs?
This installs the default srsLTE configuration files to the user's
home directory (~/.srs) but keeps any existing config files.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment