Move debian files

Refs #7
This commit is contained in:
Ryan Cavicchioni 2021-04-09 00:05:08 +00:00
parent 86720c72f9
commit 11053571d5
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D
5 changed files with 8 additions and 7 deletions

5
debian/changelog vendored
View File

@ -1,5 +0,0 @@
lume (0.1.0) UNRELEASED; urgency=medium
* Fake entry.
-- Ryan Cavicchioni <ryan@cavi.cc> Thu, 08 Apr 2021 02:14:36 +0000

View File

@ -0,0 +1,5 @@
lume (__VERSION__) UNRELEASED; urgency=medium
* Package generated with make deb
-- Ryan Cavicchioni <ryan@cavi.cc> __DATE__

View File

@ -3,4 +3,5 @@ Maintainer: Ryan Cavicchioni <ryan@cavi.cc>
Package: lume Package: lume
Architecture: any Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: A CLI tool for the LIFX HTTP API Description: A CLI tool for the LIFX HTTP API

View File

@ -1,8 +1,8 @@
#!/usr/bin/make -f #!/usr/bin/make -f
DISTRIBUTION = $(shell lsb_release -sr) DISTRIBUTION = $(shell lsb_release -sr)
VERSION = 0.1.0 VERSION = __VERSION__
PACKAGEVERSION = $(VERSION)-0~$(DISTRIBUTION)0 PACKAGEVERSION = $(VERSION)
%: %:
dh $@ dh $@