diff options
author | Pavel Pisa <pisa@cmp.felk.cvut.cz> | 2019-03-27 01:13:51 +0100 |
---|---|---|
committer | Pavel Pisa <pisa@cmp.felk.cvut.cz> | 2019-03-27 01:13:51 +0100 |
commit | 675725cd3fb6ffeaaf1dad0c81fd01b582ab3be0 (patch) | |
tree | fe3544bc465ecdb8e96919683aa6bd8f87da647e | |
parent | 780416b7bb097ca01c13a2e8da01d3e7df194ee8 (diff) | |
download | qtmips-675725cd3fb6ffeaaf1dad0c81fd01b582ab3be0.tar.gz qtmips-675725cd3fb6ffeaaf1dad0c81fd01b582ab3be0.tar.bz2 qtmips-675725cd3fb6ffeaaf1dad0c81fd01b582ab3be0.zip |
Correct Debian changelog formatting.
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
-rw-r--r-- | debian/changelog | 2 | ||||
-rwxr-xr-x | prepare-release | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index ac36862..ac7805d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,7 +6,7 @@ qtmips (0.6.7) unstable; urgency=medium * Correct write through spelling. Reported by Richard Susta. * qtmips_cli can be used for cache statistic and result memory tests. - -- Pavel Pisa <pisa@cmp.felk.cvut.cz> Wed, 27 Mar 2019 00:38:24 +0100 + -- Pavel Pisa <pisa@cmp.felk.cvut.cz> Wed, 27 Mar 2019 00:38:24 +0100 qtmips (0.6.6) unstable; urgency=medium diff --git a/prepare-release b/prepare-release index 0352c02..a937523 100755 --- a/prepare-release +++ b/prepare-release @@ -30,7 +30,7 @@ qtmips ($V_TXT) unstable; urgency=medium * Debian package updated to version $V_TXT. - -- $V_USER_NAME <$V_USER_EMAIL> $V_DATE_RFC + -- $V_USER_NAME <$V_USER_EMAIL> $V_DATE_RFC EOF cat debian/changelog >>debian/changelog.tmp |