mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 20:38:08 +01:00
Ubuntu debian file creation documentation
This commit is contained in:
parent
43f7ce29d6
commit
f70b84cb39
2 changed files with 7 additions and 2 deletions
7
README
7
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()
|
||||
0.2.1 Implemented the remaining API methods, notably Directory() and Filenames()
|
||||
|
|
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -1,4 +1,4 @@
|
|||
cnotmuch (0.2.1-1) unstable; urgency=low
|
||||
cnotmuch (0.2.1-1) karmic; urgency=low
|
||||
|
||||
* Initial release
|
||||
|
||||
|
|
Loading…
Reference in a new issue