Codebase list todotxt-cli / 2d6710a
Correctly set version during build (LP: #1793263) Ondřej Nový 5 years ago
2 changed file(s) with 3 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
11
22 * d/patches: Remove wrong Bug-Debian fields
33 * d/p/version.patch: Fix version to 2.11
4 * Correctly set version during build (LP: #1793263)
45
56 -- Ondřej Nový <onovy@debian.org> Sat, 29 Sep 2018 17:09:49 +0200
67
00 #!/usr/bin/make -f
11
2 include /usr/share/dpkg/pkg-info.mk
23 DESTDIR=$(CURDIR)/debian/todotxt-cli
34
45 %:
1314 install -D --mode=755 todo.sh $(DESTDIR)/usr/bin/todo-txt
1415 install -D --mode=755 todo_completion $(DESTDIR)/usr/share/bash-completion/completions/todo-txt
1516 install -D --mode=644 todo.cfg $(DESTDIR)/etc/todo-txt/config
17 sed -i 's/@DEV_VERSION@/'$(DEB_VERSION_UPSTREAM)'/' $(DESTDIR)/usr/bin/todo-txt