From 2fc62e2687c755705b0c9bcfa0c32a34bf47c073 Mon Sep 17 00:00:00 2001 From: Christoph Goehre Date: Sun, 3 Feb 2008 18:19:03 +0100 Subject: clam lintian, fix national encoding and document changes --- debian/NEWS | 6 ++++++ debian/changelog | 13 +++++++++++++ debian/control | 6 +++--- debian/copyright | 2 +- minidinstall/version.py | 2 +- 5 files changed, 24 insertions(+), 5 deletions(-) create mode 100644 debian/NEWS diff --git a/debian/NEWS b/debian/NEWS new file mode 100644 index 0000000..d89c084 --- /dev/null +++ b/debian/NEWS @@ -0,0 +1,6 @@ +mini-dinstall (0.6.23) unstable; urgency=low + + Mini-dinstall have 2 new config options for success email. + To edit both, take a look into mini-dinstall's man page. + + -- Christoph Goehre Sun, 03 Feb 2008 10:36:47 +0100 diff --git a/debian/changelog b/debian/changelog index e6e1997..65915e2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +mini-dinstall (0.6.23) unstable; urgency=low + + * use templates to generate success email (Closes: #451949) + * add SHA256 hashes in release files (Closes: #453032) + * don't fail on missing child processes in external hash generation + * merge identically hash generation for release file in mini-dinstall and + ChangeFile.py into misc.py + * change XS-Vcs tags to Vcs + * change Standard-Version to 3.7.3 and national encoding of copyright to + UTF-8 + + -- Christoph Goehre Sun, 03 Feb 2008 10:53:25 +0100 + mini-dinstall (0.6.22) unstable; urgency=low [ Guido Guenther ] diff --git a/debian/control b/debian/control index f124876..bc3a8d5 100644 --- a/debian/control +++ b/debian/control @@ -4,9 +4,9 @@ Section: devel Maintainer: Christoph Goehre Uploaders: Guido Guenther Build-Depends: cdbs, debhelper (>= 4.1.25), python-dev, python-support (>= 0.3) -Standards-Version: 3.7.2 -XS-Vcs-Git: git://git.debian.org/git/mini-dinstall/mini-dinstall.git -XS-Vcs-Browser: http://git.debian.org/?p=mini-dinstall/mini-dinstall.git +Standards-Version: 3.7.3 +Vcs-Git: git://git.debian.org/git/mini-dinstall/mini-dinstall.git +Vcs-Browser: http://git.debian.org/?p=mini-dinstall/mini-dinstall.git Package: mini-dinstall Architecture: all diff --git a/debian/copyright b/debian/copyright index 1d778cf..ae53370 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,5 +1,5 @@ Miniature implementation of dinstall in Python. -Copyright © 2002,2003 Colin Walters +Copyright © 2002,2003 Colin Walters Licensed under the Gnu GPL. diff --git a/minidinstall/version.py b/minidinstall/version.py index 545a8ba..fbfd2bb 100644 --- a/minidinstall/version.py +++ b/minidinstall/version.py @@ -1 +1 @@ -pkg_version = "0.6.22" +pkg_version = "0.6.23" -- cgit v1.2.3