Skip to content

Commit

Permalink
mark as 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Stern committed Jan 15, 2021
1 parent 5447d25 commit 2379f2e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ logging.o: logging.[ch]
clean:
rm -f gpsdlogger *.o debian/control/control debian/control/md5sums \
debian/control.tar.gz debian/data/usr/bin/gpsdlogger \
debian/data.tar.gz gpsdlogger_1.1.0-1_$(ARCH).deb
debian/data.tar.gz gpsdlogger_1.1.1-1_$(ARCH).deb

tarball: clean
(cd ..; tar -cvf gpsdlogger.tar gpsdlogger)

deb: gpsdlogger_1.1.0-1_$(ARCH).deb
deb: gpsdlogger_1.1.1-1_$(ARCH).deb

gpsdlogger_1.1.0-1_$(ARCH).deb: debian/debian-binary debian/control.tar.gz \
gpsdlogger_1.1.1-1_$(ARCH).deb: debian/debian-binary debian/control.tar.gz \
debian/data.tar.gz
$(MAKE) -C debian $@

Expand Down
6 changes: 3 additions & 3 deletions debian/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ ifeq ($(ARCH),x86_64)
ARCH=amd64
endif

.PHONY: gpsdlogger_1.1.0-1_$(ARCH).deb clean
.PHONY: gpsdlogger_1.1.1-1_$(ARCH).deb clean

gpsdlogger_1.1.0-1_$(ARCH).deb: ../gpsdlogger_1.1.0-1_$(ARCH).deb
gpsdlogger_1.1.1-1_$(ARCH).deb: ../gpsdlogger_1.1.1-1_$(ARCH).deb

control/md5sums: data/usr/bin/gpsdlogger
cd data && find usr -type f -print0 | grep -v CVS | xargs -0 md5sum > ../$@
Expand All @@ -25,7 +25,7 @@ data.tar.gz: data/usr/bin/gpsdlogger
cd data && tar --exclude CVS -cvpzf ../$@ .
ssh -x -l root localhost chown -vR $(USER):users ${PWD}/debian/data

../gpsdlogger_1.1.0-1_$(ARCH).deb: debian-binary control.tar.gz data.tar.gz
../gpsdlogger_1.1.1-1_$(ARCH).deb: debian-binary control.tar.gz data.tar.gz
ar cr $@ $^

clean:
Expand Down
2 changes: 1 addition & 1 deletion debian/control.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: gpsdlogger
Priority: optional
Version: 1.1.0
Version: 1.1.1
Architecture: @ARCH@
Depends: libgps22, gpsd
Maintainer: Ben Stern <bstern@fortian.com>
Expand Down

0 comments on commit 2379f2e

Please sign in to comment.