* Bump Standards-Version to 3.8.4 with no changes.
* Bring the copyright file up to the latest revision of the DEP 5
proposed format and bump the year on my copyright notice.
+ * Remove the diffsrc rules target which was intended for my own
+ internal use, but has outlived its time.
-- Peter Pentchev <roam@ringlet.net> Wed, 02 Jun 2010 14:10:05 +0300
# Debian build rules for dma, the DragonFly mail agent
PACKAGE= dma
-VERSION = `sed -e 's/^[^ ]\+ (\([^)]\+\)).*/\1/; 1q' debian/changelog`
-VERSION_UP = `sed -e 's/^[^ ]\+ (0\.0\.\([^)-]\+\).*/\1/; 1q' debian/changelog | tr . -`
-VERSION_ADD ?= -debian-01
ifneq (,$(filter werror,$(DEB_BUILD_OPTIONS)))
CFLAGS+= -Werror
export CFLAGS
-diffsrc:
- -diff -urN -x .svn debian/ ../svn/${PACKAGE}/tags/${PACKAGE}-${VERSION}${VERSION_ADD}/
- -diff -urN -x .svn -x debian -x .pc -I'\$$Ringlet.*\$$' ./ ../svn/${PACKAGE}/tags/${PACKAGE}-dfly-${VERSION_UP}/
-
override_dh_auto_build:
pmake