mirror of
				https://github.com/KevinMidboe/python-gpiozero.git
				synced 2025-10-29 17:50:37 +00:00 
			
		
		
		
	Some fixes to the deb packaging
Get the right name in the deb rules, and remove the thermsensor deps from control
This commit is contained in:
		
							
								
								
									
										4
									
								
								debian/control
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								debian/control
									
									
									
									
										vendored
									
									
								
							| @@ -10,7 +10,7 @@ X-Python3-Version: >= 3.2 | |||||||
|  |  | ||||||
| Package: python-gpiozero | Package: python-gpiozero | ||||||
| Architecture: all | Architecture: all | ||||||
| Depends: ${misc:Depends}, ${python:Depends}, python-rpi.gpio, python-w1thermsensor, python-spidev | Depends: ${misc:Depends}, ${python:Depends}, python-rpi.gpio, python-spidev | ||||||
| Description: Simple API for controlling devices attached to the GPIO pins. | Description: Simple API for controlling devices attached to the GPIO pins. | ||||||
|  gpiozero builds on RPi.GPIO to provide a set of classes designed to simplify |  gpiozero builds on RPi.GPIO to provide a set of classes designed to simplify | ||||||
|  interaction with devices connected to the GPIO pins, from simple buttons and |  interaction with devices connected to the GPIO pins, from simple buttons and | ||||||
| @@ -21,7 +21,7 @@ Description: Simple API for controlling devices attached to the GPIO pins. | |||||||
|  |  | ||||||
| Package: python3-gpiozero | Package: python3-gpiozero | ||||||
| Architecture: all | Architecture: all | ||||||
| Depends: ${misc:Depends}, ${python3:Depends}, python3-rpi.gpio, python3-w1thermsensor, python3-spidev | Depends: ${misc:Depends}, ${python3:Depends}, python3-rpi.gpio, python3-spidev | ||||||
| Description: Simple API for controlling devices attached to the GPIO pins. | Description: Simple API for controlling devices attached to the GPIO pins. | ||||||
|  gpiozero builds on RPi.GPIO to provide a set of classes designed to simplify |  gpiozero builds on RPi.GPIO to provide a set of classes designed to simplify | ||||||
|  interaction with devices connected to the GPIO pins, from simple buttons and |  interaction with devices connected to the GPIO pins, from simple buttons and | ||||||
|   | |||||||
							
								
								
									
										4
									
								
								debian/rules
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								debian/rules
									
									
									
									
										vendored
									
									
								
							| @@ -8,8 +8,8 @@ export DH_OPTIONS | |||||||
| 	dh $@ --with python2,python3 --buildsystem=python_distutils | 	dh $@ --with python2,python3 --buildsystem=python_distutils | ||||||
|  |  | ||||||
| override_dh_auto_install: | override_dh_auto_install: | ||||||
| 	python setup.py install --root debian/python-picraft --install-layout=deb | 	python setup.py install --root debian/python-gpiozero --install-layout=deb | ||||||
| 	python3 setup.py install --root debian/python3-picraft --install-layout=deb | 	python3 setup.py install --root debian/python3-gpiozero --install-layout=deb | ||||||
|  |  | ||||||
| #override_dh_auto_test: | #override_dh_auto_test: | ||||||
| #	# Don't run the tests! | #	# Don't run the tests! | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user