Skip to content

Commit

Permalink
Change to quilt package, makefile updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Thalhammer committed Jun 21, 2019
1 parent 2d76ff8 commit 08f183b
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ clean:
check: $(OUTFILE)
./$(OUTFILE)

install: check
install:
@echo Installing headers
@install -d $(DESTDIR)$(PREFIX)/include/jwt-cpp/
@install -m 644 include/jwt-cpp/*.h $(DESTDIR)$(PREFIX)/include/jwt-cpp
Expand Down
24 changes: 24 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
jwt-cpp (0.3.1) stretch; urgency=medium

* Change to quilt package, makefile updates

-- Dominik Thalhammer <[email protected]> Fri, 21 Jun 2019 17:05:28 +0200

jwt-cpp (0.3.0-0.2+deb9u0) stretch; urgency=low

* build for Stretch

-- Steffen Grunewald <[email protected]> Thu, 20 Jun 2019 10:30:10 +0200

jwt-cpp (0.3.0-0.2) unstable; urgency=medium

* Add install target

-- Steffen Grunewald <[email protected]> Thu, 20 Jun 2019 10:30:00 +0200

jwt-cpp (0.3.0-0.1) unstable; urgency=medium

* Some adjustments to debian/* for multi-release build. Added dependencies.

-- Steffen Grunewald <[email protected]> Thu, 20 Jun 2019 10:00:00 +0200

jwt-cpp (0.3.0) stable; urgency=medium

* Initial Release.
Expand Down
2 changes: 1 addition & 1 deletion debian/compat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10
9
4 changes: 3 additions & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ Source: jwt-cpp
Section: devel
Priority: optional
Maintainer: Dominik Thalhammer <[email protected]>
Build-Depends: debhelper (>= 10)
Build-Depends: debhelper (>= 9),
libssl-dev,
libgtest-dev (>= 1.8.1~)
Standards-Version: 4.1.4
Homepage: https://github.com/Thalhammer/jwt-cpp
Vcs-Git: https://github.com/Thalhammer/jwt-cpp.git
Expand Down
2 changes: 1 addition & 1 deletion debian/source/format
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0 (native)
3.0 (quilt)

0 comments on commit 08f183b

Please sign in to comment.