aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitattributes1
-rw-r--r--README.md1
-rw-r--r--debian/changelog6
3 files changed, 7 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
index ae36fe7..71aa9ef 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -2,7 +2,6 @@
scripts/* linguist-vendored
debian/* linguist-vendored
build/* linguist-vendored
-m4/* linguist-vendored
configure linguist-vendored
configure.ac linguist-vendored
aclocal.m4 linguist-vendored
diff --git a/README.md b/README.md
index 7d91653..441ed46 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,7 @@ build instructions
========
debian: dpkg-buildpackage -b <br />
non-debian: ./compile.sh <br />
+non-autotools: ./configure && make <br />
dependencies
========
diff --git a/debian/changelog b/debian/changelog
index c1fb0d1..dd12c47 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+naskpass (1.3-1) unstable; urgency=medium
+
+ * code cleanup
+
+ -- Toni Uhlig <matzeton@googlemail.com> Sun, 24 Jul 2016 00:28:41 +0200
+
naskpass (1.3) unstable; urgency=medium
* fixed coverity issues