[Pkg-openldap-devel] r723 - openldap/trunk-2.3/debian
Torsten Landschoff
torsten at costa.debian.org
Thu Aug 31 20:52:47 UTC 2006
Author: torsten
Date: 2006-08-31 20:52:47 +0000 (Thu, 31 Aug 2006)
New Revision: 723
Modified:
openldap/trunk-2.3/debian/changelog
openldap/trunk-2.3/debian/rules
Log:
+ debian/rules: Check that the RFCs are gone to make sure it does not
get included again by accident.
Modified: openldap/trunk-2.3/debian/changelog
===================================================================
--- openldap/trunk-2.3/debian/changelog 2006-08-31 20:49:07 UTC (rev 722)
+++ openldap/trunk-2.3/debian/changelog 2006-08-31 20:52:47 UTC (rev 723)
@@ -10,6 +10,8 @@
[ Torsten Landschoff ]
* Remove RFC documents as they do not meet the DFSG.
+ + debian/rules: Check that the RFCs are gone to make sure it does not
+ get included again by accident.
-- Matthijs Mohlmann <matthijs at cacholong.nl> Fri, 25 Aug 2006 20:04:43 +0200
Modified: openldap/trunk-2.3/debian/rules
===================================================================
--- openldap/trunk-2.3/debian/rules 2006-08-31 20:49:07 UTC (rev 722)
+++ openldap/trunk-2.3/debian/rules 2006-08-31 20:52:47 UTC (rev 723)
@@ -31,6 +31,13 @@
include /usr/share/quilt/quilt.make
$(builddir)/Makefile:
+ # Check if we include the RFCs (which are non DFSG-free)
+ # You can safely remove this check to build the packages from
+ # the unchanged upstream sources but Debian can not ship the
+ # RFCs in main so this test is here to make sure it does not
+ # get in by accident again. -- Torsten
+ [ -e doc/rfc ] && exit 1
+
mkdir -p $(builddir)
chmod 755 $(CURDIR)/autogen.sh
./autogen.sh
More information about the Pkg-openldap-devel
mailing list