summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Spaeth <sebastian@sspaeth.de>2010-03-30 13:50:11 +0200
committerSebastian Spaeth <sebastian@sspaeth.de>2010-03-30 13:50:11 +0200
commitf70b84cb39075a8e2404ccfbf7f749b481a30f4b (patch)
treeba8dcf67f97935c31c96d9385af130a1477c6874
parent43f7ce29d670d7ebe5791c203483fb6a668bfbe6 (diff)
Ubuntu debian file creation documentation
-rw-r--r--README7
-rw-r--r--debian/changelog2
2 files changed, 7 insertions, 2 deletions
diff --git a/README b/README
index fc55831..12ed8f3 100644
--- a/README
+++ b/README
@@ -74,9 +74,14 @@ NotmuchError: Could not open the specified database
>>>del(tags)
+Building for a Debian package
+------------------------------
+dpkg-buildpackage -i"\.hg|\/build"
+
+
Changelog
---------
0.1 First public release
0.1.1 Fixed Database.create_query()
0.2.0 Implemented Thread() and Threads() methods
-0.2.1 Implemented the remaining API methods, notably Directory() and Filenames() \ No newline at end of file
+0.2.1 Implemented the remaining API methods, notably Directory() and Filenames()
diff --git a/debian/changelog b/debian/changelog
index b944691..39ac7bb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-cnotmuch (0.2.1-1) unstable; urgency=low
+cnotmuch (0.2.1-1) karmic; urgency=low
* Initial release