diff options
| -rw-r--r-- | debian/changelog | 10 | ||||
| -rw-r--r-- | minidinstall/version.py | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 68b72da..055e349 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +mini-dinstall (0.6.30) unstable; urgency=low + + * [885f9fc] lintian: fix vcs-field-not-canonical + * [61d551a] bump up Standards-Version to 3.9.5 + * [dbdacea] transition from python-support to dh_python2 + * [dbf811a] switch from cdbs to dh + * [4ccc409] increase debhelper compat level to 9 + + -- Christoph Goehre <christoph.goehre@gmx.de> Mon, 25 Aug 2014 19:50:08 -0700 + mini-dinstall (0.6.29) unstable; urgency=low [ Christoph Goehre ] diff --git a/minidinstall/version.py b/minidinstall/version.py index a5c2b05..6052aa5 100644 --- a/minidinstall/version.py +++ b/minidinstall/version.py @@ -1 +1 @@ -pkg_version = "0.6.29" +pkg_version = "0.6.30" |
