Fix Debian package warnings
This commit is contained in:
parent
cee0af195e
commit
7ac2cab082
5
Makefile
5
Makefile
@ -61,9 +61,12 @@ deb:
|
||||
$(Q) git archive --format tar --prefix lume-$(DEBVERSION)/ $(LUME_VERSION) | xz > $(DEBBUILDDIR)/$(DEBORIGSRC)
|
||||
$(Q) tar xf $(DEBBUILDDIR)/$(DEBORIGSRC) -C $(DEBBUILDDIR)
|
||||
$(Q) mkdir $(DEBBUILDDIR)/$(DEBORIGSRCDIR)/debian
|
||||
$(Q) mkdir $(DEBBUILDDIR)/$(DEBORIGSRCDIR)/debian/source
|
||||
$(Q) sed -e 's/__VERSION__/$(DEBVERSION)/g' $(DEBTMPLDIR)/rules > $(DEBBUILDDIR)/$(DEBORIGSRCDIR)/debian/rules
|
||||
$(Q) chmod 0755 $(DEBBUILDDIR)/$(DEBORIGSRCDIR)/debian/rules
|
||||
$(Q) sed -e 's/__VERSION__/$(DEBVERSION)/g' -e 's/__DATE__/$(DEBDATE)/g' $(DEBTMPLDIR)/changelog > $(DEBBUILDDIR)/$(DEBORIGSRCDIR)/debian/changelog
|
||||
$(Q) echo 9 > $(DEBBUILDDIR)/$(DEBORIGSRCDIR)/debian/compat
|
||||
$(Q) echo 10 > $(DEBBUILDDIR)/$(DEBORIGSRCDIR)/debian/compat
|
||||
$(Q) echo "3.0 (quilt)" > $(DEBBUILDDIR)/$(DEBORIGSRCDIR)/debian/source/format
|
||||
$(Q) cp $(DEBTMPLDIR)/control $(DEBBUILDDIR)/$(DEBORIGSRCDIR)/debian/control
|
||||
$(Q) cd $(DEBBUILDDIR)/$(DEBORIGSRCDIR) && dpkg-buildpackage -us -uc
|
||||
$(Q) mv $(DEBBUILDDIR)/*.dsc $(BUILDDIR)
|
||||
|
@ -1,4 +1,4 @@
|
||||
lume (__VERSION__) UNRELEASED; urgency=medium
|
||||
lume (__VERSION__) unstable; urgency=medium
|
||||
|
||||
* Package generated with make deb
|
||||
|
||||
|
@ -1,7 +1,14 @@
|
||||
Source: lume
|
||||
Section: unknown
|
||||
Priority: optional
|
||||
Maintainer: Ryan Cavicchioni <ryan@cavi.cc>
|
||||
Build-Depends: debhelper (>= 10)
|
||||
Standards-Version: 4.1.2
|
||||
Homepage: https://git.kill0.net/chill9/lume
|
||||
Vcs-Git: https://git.kill0.net/chill9/lume.git
|
||||
Vcs-Browser: https://git.kill0.net/chill9/lume.git
|
||||
|
||||
Package: lume
|
||||
Architecture: any
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: A CLI tool for the LIFX HTTP API
|
||||
|
Loading…
Reference in New Issue
Block a user