aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
authorGravatar David Bremner <bremner@debian.org>2011-07-17 10:42:53 -0300
committerGravatar David Bremner <bremner@debian.org>2011-07-17 10:42:53 -0300
commita77cbe3c919a4939263c2ed50125f33acf105f47 (patch)
tree89e0b3e04f4526a29c17ce5302e5b55dd2f21738 /debian
parent1510ba3c3a9bffb1c7f7fccf2b1941019c7488c1 (diff)
debian: use a non-native version number.
There is concensus to use non-native version number for updates that contain only Debian changes. Unfortunately changing back and forth between native and non-native packages has the potential for confusion, since the archive will end up with notmuch-0.x.tar.gz and notmuch-0.x.orig.tar.gz. So we use non-native numbering from the beginning.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index bc0c67f2..aa10a2dc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-notmuch (0.6.1) unstable; urgency=low
+notmuch (0.6.1-1) unstable; urgency=low
* Properly install README.Debian in notmuch-vim (Closes: #632992).
Thanks to Jason Woofenden for the report.