Skip to content

Commit

Permalink
release: publish deb package for v0.11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
loicrouchon committed Jan 4, 2024
1 parent 7cd7f4f commit 71405dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/packaging/debian/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
symly (0.11.1-1) mantic; urgency=low
symly (0.11.6-2) mantic; urgency=low

* Release for Mantic minotaur

-- Loïc Rouchon <loic@loicrouchon.com> Sun, 31 Dec 2023 14:26:42 +0100
-- Loïc Rouchon <loic@loicrouchon.com> Thu, 04 Jan 2024 21:59:27 +0100

symly (0.10.3-1) kinetic; urgency=low

Expand Down
4 changes: 2 additions & 2 deletions src/packaging/debian/debian/rules
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/make -f

ANT=ant -f $(CURDIR)/src/packaging/debian/build.xml
DISTRIBUTION=$(CURDIR)/build/ant/debian/distributions
ANT=ant -f $(CURDIR)/tools/packaging/debian/build.xml -v
DISTRIBUTION=$(CURDIR)/target/distributions/debian
DESTDIR=$(CURDIR)/debian/symly

%:
Expand Down

0 comments on commit 71405dc

Please sign in to comment.