* New upstream version:
- adapt the rules file to use the GNU Makefile instead of the BSD one
- drop pmake from Build-Depends
- - update the 01-debian-build patch:
- - no longer patch the BSD Makefile, we use the GNU one now
- - remove the compatibility shims implemented upstream in a different way
+ - remove the 01-debian-build patch, overtaken by upstream changes
- in the 03-debian-locations patch, make the Debian defaults actual
defaults for the dma binary, not just in the dma.conf file
- adapt the 04-debian-setgid patch for the GNU Makefile
+++ /dev/null
-Description: Several fixes to make dma build on Debian.
- - use mtime instead of mtimespec.
-Origin: other: http://svn.ringlet.net/svn/ringlet/mail/dma/
-Forwarded: not-needed
-Author: Peter Pentchev <roam@ringlet.net>
-Last-Update: 2010-06-18
-
---- a/dma.c
-+++ b/dma.c
-@@ -295,7 +295,7 @@
- exit(1);
- }
- if (gettimeofday(&now, NULL) == 0 &&
-- (now.tv_sec - st.st_mtim.tv_sec > MAX_TIMEOUT)) {
-+ (now.tv_sec - st.st_mtime > MAX_TIMEOUT)) {
- asprintf(__DECONST(void *, &errmsg),
- "Could not deliver for the last %d seconds. Giving up.",
- MAX_TIMEOUT);