parent
86720c72f9
commit
11053571d5
5
debian/changelog
vendored
5
debian/changelog
vendored
@ -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
|
5
packaging/debian/changelog
Normal file
5
packaging/debian/changelog
Normal file
@ -0,0 +1,5 @@
|
||||
lume (__VERSION__) UNRELEASED; urgency=medium
|
||||
|
||||
* Package generated with make deb
|
||||
|
||||
-- Ryan Cavicchioni <ryan@cavi.cc> __DATE__
|
@ -3,4 +3,5 @@ Maintainer: Ryan Cavicchioni <ryan@cavi.cc>
|
||||
|
||||
Package: lume
|
||||
Architecture: any
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||
Description: A CLI tool for the LIFX HTTP API
|
@ -1,8 +1,8 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
DISTRIBUTION = $(shell lsb_release -sr)
|
||||
VERSION = 0.1.0
|
||||
PACKAGEVERSION = $(VERSION)-0~$(DISTRIBUTION)0
|
||||
VERSION = __VERSION__
|
||||
PACKAGEVERSION = $(VERSION)
|
||||
|
||||
%:
|
||||
dh $@
|
Loading…
Reference in New Issue
Block a user