summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarChristoph Goehre <christoph.goehre@gmx.de>2008-02-03 18:19:03 +0100
committerLibravatarChristoph Goehre <christoph.goehre@gmx.de>2008-02-03 18:19:03 +0100
commit2fc62e2687c755705b0c9bcfa0c32a34bf47c073 (patch)
tree47df3537d5901454a0dff0367f200d56f603e76d
parent2206956764600499a1bdd27e54026ad5e9444dcf (diff)
clam lintian, fix national encoding and document changesdebian/0.6.23
-rw-r--r--debian/NEWS6
-rw-r--r--debian/changelog13
-rw-r--r--debian/control6
-rw-r--r--debian/copyright2
-rw-r--r--minidinstall/version.py2
5 files changed, 24 insertions, 5 deletions
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 <christoph.goehre@gmx.de> 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 <christoph.goehre@gmx.de> 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 <christoph.goehre@gmx.de>
Uploaders: Guido Guenther <agx@sigxcpu.org>
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 <walters@debian.org>
+Copyright © 2002,2003 Colin Walters <walters@debian.org>
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"