Ubuntu debian file creation documentation

This commit is contained in:
Sebastian Spaeth 2010-03-30 13:50:11 +02:00
parent 43f7ce29d6
commit f70b84cb39
2 changed files with 7 additions and 2 deletions

7
README
View file

@ -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
View file

@ -1,4 +1,4 @@
cnotmuch (0.2.1-1) unstable; urgency=low
cnotmuch (0.2.1-1) karmic; urgency=low
* Initial release