diff options
author | micah <micah@riseup.net> | 2013-08-27 08:27:43 -0700 |
---|---|---|
committer | micah <micah@riseup.net> | 2013-08-27 08:27:43 -0700 |
commit | d0acad10da73930bffd209f5012031422f8567a9 (patch) | |
tree | 157dd05e2520a2d564af8a07b10357094e67fd40 /debian | |
parent | a53ccbddfb206454a08f5d96ee1d18c01a8c1e3c (diff) | |
parent | 898d769dcaf3675612636df93042a4093ba45501 (diff) |
Merge pull request #35 from kalikaneko/debian-0.3.1
Debian 0.3.1
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/pydist-overrides | 1 |
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 095bc73..7e6a4cd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,11 @@ -leap-mail (0.3.1pre) unstable; urgency=low +leap-mail (0.3.1) unstable; urgency=low + + * Update to 0.3.1 release. + * Add leap.common to pydist-overrides. + + -- Ben Carrillo <ben@futeisha.org> Tue, 27 Aug 2013 11:50:38 +0200 + +leap-mail (0.3.1~pre) unstable; urgency=low * Initial import diff --git a/debian/pydist-overrides b/debian/pydist-overrides new file mode 100644 index 0000000..2032d4d --- /dev/null +++ b/debian/pydist-overrides @@ -0,0 +1 @@ +leap.common python-leap-common (>=0.3.1) |