r20425 - /trunk/libmail-verp-perl/debian/rules
gwolf at users.alioth.debian.org
gwolf at users.alioth.debian.org
Mon May 26 17:52:10 UTC 2008
Author: gwolf
Date: Mon May 26 17:52:09 2008
New Revision: 20425
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=20425
Log:
Make sure the package does not include a non-DFSG-free file shipped by upstream
Modified:
trunk/libmail-verp-perl/debian/rules
Modified: trunk/libmail-verp-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-verp-perl/debian/rules?rev=20425&op=diff
==============================================================================
--- trunk/libmail-verp-perl/debian/rules (original)
+++ trunk/libmail-verp-perl/debian/rules Mon May 26 17:52:09 2008
@@ -11,6 +11,9 @@
build: build-stamp
build-stamp:
dh_testdir
+ # Make sure we die if we are building a non-free package -
+ # doc/draft-varshavchik-verp-smtpext.txt must be removed!
+ [ ! -f doc/draft-varshavchik-verp-smtpext.txt ]
$(PERL) Makefile.PL INSTALLDIRS=vendor
$(MAKE) test
touch build-stamp
More information about the Pkg-perl-cvs-commits
mailing list