Skip to content

Commit

Permalink
Version 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
KoffeinFlummi committed May 21, 2018
1 parent ea7e512 commit 2ad8863
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 8 deletions.
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%.c: %.y
%.c: %.l

VERSION = 0.5.1
VERSION = 0.6
DESTDIR =
BIN = bin
SRC = src
Expand Down Expand Up @@ -85,10 +85,8 @@ docopt-completion: $(BIN)/armake
mv _armake completions/_armake

debian: clean
unexpand -t 4 Makefile | tail -c +3 > tmp
mv tmp Makefile
tar -czf ../armake_$(VERSION).orig.tar.gz .
debuild -S -sa
debuild -S -d -sa
dput ppa:koffeinflummi/armake ../armake_*_source.changes

release:
Expand Down
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
armake (0.6-1) bionic; urgency=low

* Rewrite config parse and preprocessor
* Various fixes

-- Felix Wiegand <[email protected]> Mon, 21 May 2018 16:48:00 +0200


armake (0.5launchpadisshit-1) precise; urgency=low

* This version only has to exist because launchpad is shit.
Expand Down
2 changes: 1 addition & 1 deletion debian/compat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8
9
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Source: armake
Section: utils
Priority: extra
Maintainer: Felix Wiegand <[email protected]>
Build-Depends: libssl-dev, debhelper
Build-Depends: bison, flex, libssl-dev, debhelper, imagemagick
Standards-Version: 3.9.3
Vcs-Git: [email protected]:KoffeinFlummi/armake.git
Vcs-Browser: http://github.com/KoffeinFlummi/armake
Expand Down
2 changes: 1 addition & 1 deletion debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Upstream-Name: armake
Source: http://github.com/KoffeinFlummi/armake

Files: *
Copyright: 2016 Felix "KoffeinFlummi" Wiegand
Copyright: 2018 Felix "KoffeinFlummi" Wiegand
License: GPL-2+
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion test/rapification/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ mkdir -p /tmp/amktest || exit 1
./bin/armake binarize -f -w unquoted-string test/rapification/config.cpp /tmp/amktest/config.bin
./bin/armake derapify -f /tmp/amktest/config.bin /tmp/amktest/config.cpp

git diff --no-index -- test/rapification/config_ref.cpp /tmp/amktest/config.cpp > /dev/null || {
diff -u test/rapification/config_ref.cpp /tmp/amktest/config.cpp > /dev/null || {
rm -rf /tmp/amktest
exit 1
}
Expand Down

0 comments on commit 2ad8863

Please sign in to comment.