Skip to content

Commit

Permalink
Update Debian packaging files for Eoan release
Browse files Browse the repository at this point in the history
Signed-off-by: Peter J. Mello <[email protected]>
  • Loading branch information
RogueScholar committed Oct 27, 2021
1 parent c96a0ce commit 71bfa42
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ANANICYD_TYPES_INSTALL := $(patsubst $(srcdir)/%.types, $(ANANICYD)/%.types, $(A
ANANICYD_GROUPS := $(shell find $(srcdir)/ananicy.d -type f -name "*.cgroups")
ANANICYD_GROUPS_INSTALL := $(patsubst $(srcdir)/%.cgroups, $(ANANICYD)/%.cgroups, $(ANANICYD_GROUPS))

ANANICY_SERVICE :=$(DESTDIR)$(libdir)/systemd/system/ananicy.service
ANANICY_SERVICE := $(DESTDIR)$(libdir)/systemd/system/ananicy.service
ANANICY_CONF := $(DESTDIR)$(sysconfdir)/ananicy.d/ananicy.conf
ANANICY_BIN := $(DESTDIR)$(bindir)/ananicy

Expand Down Expand Up @@ -73,9 +73,9 @@ $(ANANICY_BIN): $(srcdir)/ananicy.py

installdirs: mkinstalldirs
$(srcdir)/mkinstalldirs \
$(DESTDIR)$(bindir) $(DESTDIR)$(sysconfdir) \
$(DESTDIR)$(libdir) $(DESTDIR)$(infodir) \
$(DESTDIR)$(docdir) $(DESTDIR)$(mandir)
$(DESTDIR)$(bindir) $(DESTDIR)$(sysconfdir) \
$(DESTDIR)$(libdir) $(DESTDIR)$(infodir) \
$(DESTDIR)$(docdir) $(DESTDIR)$(mandir)

.PHONY: install
## Install ananicy
Expand Down
4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ananicy (2.1.0-1) disco; urgency=medium
ananicy (2.1.0-1) eoan; urgency=medium

* New upstream release

-- Peter J. Mello <[email protected]> Sat, 29 Jun 2019 04:48:08 -0700
-- Peter J. Mello <[email protected]> Sun, 24 Nov 2019 13:50:37 -0800

ananicy (2.0.0-2) disco; urgency=low

Expand Down
5 changes: 2 additions & 3 deletions debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ Upstream-Contact: Timofey Titovets <[email protected]>
Source: https://github.com/Nefelim4ag/Ananicy

Files: *
Copyright: 2016-2019 Timofey Titovets
Copyright: 2016-2019 Timofey Titovets <[email protected]>
License: GPL-3.0-or-later

Files: debian/*
Copyright: 2019 Peter J. Mello
Copyright: 2019 Peter J. Mello <[email protected]>
License: GPL-3.0-or-later

License: GPL-3.0-or-later
Expand All @@ -26,4 +26,3 @@ License: GPL-3.0-or-later
.
On Debian systems, the full text of the GNU General Public License,
version 3.0, can be found in the file `/usr/share/common-licenses/GPL-3'.

2 changes: 2 additions & 0 deletions debian/install
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ananicy.d etc
ananicy.py usr/share/ananicy
1 change: 1 addition & 0 deletions debian/links
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
usr/share/ananicy/ananicy.py usr/bin/ananicy

0 comments on commit 71bfa42

Please sign in to comment.