putting everything in place
This commit is contained in:
parent
8574742c1f
commit
8f865f9634
4 changed files with 13 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
homeassistant-supervised (2021.9.0) UNRELEASED; urgency=low
|
||||
|
||||
- Initial Release.
|
||||
* Initial Release.
|
||||
|
||||
-- Matheson Steplock <https://mathesonsteplock.ca> Fri, 24 Sept 2021 00:21:00 -0500
|
1
homeassistant-supervised/debian/compat
Normal file
1
homeassistant-supervised/debian/compat
Normal file
|
@ -0,0 +1 @@
|
|||
10
|
|
@ -1,4 +1,8 @@
|
|||
Source: homeassistant-supervised
|
||||
Section: base
|
||||
Priority: optional
|
||||
Version: 2021.9.0
|
||||
Maintainer: Matheson Steplock <https://mathesonsteplock.ca/>
|
||||
|
||||
Package: homeassistant-supervised
|
||||
Section: base
|
||||
|
|
5
homeassistant-supervised/debian/rules
Executable file
5
homeassistant-supervised/debian/rules
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/make -f
|
||||
#export DH_VERBOSE = 1
|
||||
|
||||
%:
|
||||
dh $@
|
Loading…
Reference in a new issue