Browse Source

Update

tags/v0.0.63
Peter Vivell 6 years ago
parent
commit
65b45469c7
2 changed files with 10 additions and 3 deletions
  1. 2
    2
      Makefile
  2. 8
    1
      debian/control

+ 2
- 2
Makefile View File

@@ -41,8 +41,8 @@ install-config:
41 41
 	$(INSTALL) -m 644       service/websockify.service $(DESTDIR)/lib/systemd/system
42 42
 	$(INSTALL) -m 755 -d    $(DESTDIR)/etc/nginx/conf.d
43 43
 	$(INSTALL) -m 644       config/radangel.conf $(DESTDIR)/etc/nginx/conf.d
44
-	$(INSTALL) -m 755 -d    $(DESTDIR)/etc/udev/rules.d
45
-	$(INSTALL) -m 644       config/60-radangel.rules $(DESTDIR)/etc/udev/rules.d
44
+	$(INSTALL) -m 755 -d    $(DESTDIR)/lib/udev/rules.d
45
+	$(INSTALL) -m 644       config/60-radangel.rules $(DESTDIR)/lib/udev/rules.d
46 46
 
47 47
 uninstall-config:
48 48
 	rm -f $(DESTDIR)/lib/systemd/system/datasrc.service

+ 8
- 1
debian/control View File

@@ -10,5 +10,12 @@ Homepage: https://git.unino.de/pvivell/radangel
10 10
 
11 11
 Package: radangel
12 12
 Architecture: amd64 arm64 armel armhf i386 mips mips64el mipsel powerpc ppc64el s390x
13
-Depends: ${shlibs:Depends}, ${misc:Depends} socat nginx
13
+Depends: ${shlibs:Depends}, ${misc:Depends}, socat, nginx
14 14
 Description: Kromek Radangel gamma spectrometer daemon.
15
+ Kromek RadAngel a small and portable solid state CZT 
16
+ gamma-ray spectrometer radiation sensor that connects as USB HID device and
17
+ delivers excellent energy resolution (12 bits, 30keV to 3.5 MeV) 
18
+ at room temperature.
19
+ The radangel daemon provides the events in files which are streamed
20
+ into a TCP socket as well as a WebSocket to provide a convenient WebUI 
21
+ for exploring the gamma sprectrum in realtime.

Loading…
Cancel
Save