From: David Bremner <bremner@debian.org>
Date: Sun, 17 Jul 2011 13:42:53 +0000 (-0300)
Subject: debian: use a non-native version number.
X-Git-Tag: 0.6.1~11
X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=a77cbe3c919a4939263c2ed50125f33acf105f47;p=notmuch-old

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.
---

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.