diff options
-rw-r--r-- | .gitattributes | 1 | ||||
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | debian/changelog | 6 |
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 @@ -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 |