diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/NEWS | 6 | ||||
| -rw-r--r-- | debian/changelog | 13 | ||||
| -rw-r--r-- | debian/control | 6 | ||||
| -rw-r--r-- | debian/copyright | 2 |
4 files changed, 23 insertions, 4 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. |
