File tree 4 files changed +7
-4
lines changed 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
- hackclock (2.0.0) stable; urgency=low
1
+ hackclock (2.0.0-1 ) stable; urgency=low
2
2
3
3
* I2C audio
4
4
* Raspberry Pi Zero support
Original file line number Diff line number Diff line change 1
- 7
1
+ 9
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ chown -R pi:pi /home/pi/hack-clock
8
8
9
9
# Install those Python modules that only exist via pip
10
10
echo " Installing missing Python modules..."
11
- pip install --upgrade -r /usr/share/doc/hack-clock/requirements.txt
11
+ pip install --upgrade -r /usr/share/doc/hack-clock/requirements.txt
12
12
13
13
# Set the hifiberry-dac i2s module
14
14
echo " Installing I2S audio..."
@@ -34,4 +34,7 @@ elif [ -e $MOD_CONFIG ] && grep -q "^snd-bcm2835" $MOD_CONFIG; then
34
34
sudo sed -i " s|^snd-bcm2835|#snd-bcm2835|" $MOD_CONFIG & > /dev/null
35
35
fi
36
36
37
+ # Boot upon start
38
+ update-rc.d hack-clock defaults
39
+
37
40
echo " Please reboot your Raspberry Pi!"
Original file line number Diff line number Diff line change 2
2
3
3
cd ..
4
4
echo " Compressing file..."
5
- tar Jcf hackclock_2.0.0.orig.tar.xz hack-clock/
5
+ tar Jcf hackclock_2.0.0-1 .orig.tar.xz hack-clock/
6
6
7
7
cd hack-clock
8
8
dpkg-buildpackage -rfakeroot -uc -us
You can’t perform that action at this time.
0 commit comments