Skip to content

Commit 2dee5b3

Browse files
author
Ilia Platone
committed
Updated debian/control
1 parent 7d52b3d commit 2dee5b3

21 files changed

Lines changed: 23 additions & 25 deletions

99-libahp-xc.rules.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
SUBSYSTEM=="usb", ATTR{idVendor}=="0403", ATTR{idProduct}=="6014", ATTR{interface=="1", MODE="0666"
2+
SUBSYSTEM=="usb", ATTR{idVendor}=="0403", ATTR{idProduct}=="6014", ATTR{interface=="2", MODE="0666"

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ include_directories(${AHP_XC_INCLUDE_DIR})
4949
include_directories(${FFTW3_INCLUDE_DIR})
5050
include_directories(${USB1_INCLUDE_DIR})
5151

52-
execute_process (COMMAND ./update_firmware.sh https://www.iliaplatone.com/firmware.php WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
5352
file(GLOB ICONS ${CMAKE_CURRENT_SOURCE_DIR}/*.ico)
5453
file(COPY ${ICONS} DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
5554
file(GLOB JSONS ${CMAKE_CURRENT_SOURCE_DIR}/*.json)

debian/control

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ Source: xc-gui
22
Section: misc
33
Priority: optional
44
Maintainer: Ilia Platone <info@iliaplatone.com>
5-
Build-Depends: debhelper (>= 8.1.3~),
5+
Build-Depends:
6+
debhelper,
67
cdbs,
7-
wget,
8-
jq,
98
cmake (>= 2.4.7),
109
libqt5charts5-dev,
1110
libqt5serialport5-dev,
@@ -16,10 +15,11 @@ Build-Depends: debhelper (>= 8.1.3~),
1615
libusb-dev,
1716
libusb-1.0-0-dev,
1817
libftdi-dev,
19-
openvlbi,
18+
libopenvlbi-dev,
2019
libopendsp-dev,
2120
libcfitsio-dev,
22-
libfftw3-dev
21+
libfftw3-dev,
22+
openvlbi-data
2323
Standards-Version: 3.9.5
2424
Homepage: http://iliaplatone.com/xc
2525
Vcs-Git: git://github.com/ahp-electronics/xc-gui.git

mainwindow.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,8 +434,6 @@ MainWindow::MainWindow(QWidget *parent)
434434
flash_svf(svf_filename);
435435
settings->setValue("firmware", ui->firmware->currentText());
436436
} else goto err_exit;
437-
ui->firmware->setCurrentIndex(0);
438-
goto err_exit;
439437
}
440438
xcFD = -1;
441439
xc_local_port = false;

update_firmware.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/bin/bash
2-
echo "nameserver 8.8.8.8" | sudo tee /etc/resolv.conf
32
url=$1
43
wget "${url}?product=xc*" -O - | jq .data | tr -d '"' | base64 -d | tr -s ',' '\n' | cut -d '/' -f 2 | cut -d '-' -f 1 | while read line; do curl --resolve "iliaplatone.com:443:192.71.211.119" "${url}?product=$line&download=on" -o $line.json; done
54
i=1

xc1.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

xc10.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

xc12.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

xc14.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

xc16.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)