[Pkg-openldap-devel] r962 - openldap/trunk/debian

Russ Allbery rra at alioth.debian.org
Fri Dec 21 22:38:29 UTC 2007


Author: rra
Date: 2007-12-21 22:38:29 +0000 (Fri, 21 Dec 2007)
New Revision: 962

Modified:
   openldap/trunk/debian/rules
Log:
Fix the get-orig-source target for the current source package name.
Add a missing space that caused a build error in the conditional to
check for DFSG-free stripping.


Modified: openldap/trunk/debian/rules
===================================================================
--- openldap/trunk/debian/rules	2007-12-21 22:37:56 UTC (rev 961)
+++ openldap/trunk/debian/rules	2007-12-21 22:38:29 UTC (rev 962)
@@ -60,10 +60,10 @@
 	    file=`basename "$$schema"`; \
 	    rm openldap-$(VERSION)/servers/slapd/schema/$$file; \
 	done
-	mv openldap-$(VERSION) openldap_$(VERSION).orig
-	tar cf openldap_$(VERSION).orig.tar openldap_$(VERSION).orig
-	rm -r openldap_$(VERSION).orig
-	gzip -9 openldap_$(VERSION).orig.tar
+	mv openldap-$(VERSION) openldap2.3_$(VERSION).orig
+	tar cf openldap_$(VERSION).orig.tar openldap2.3_$(VERSION).orig
+	rm -r openldap2.3_$(VERSION).orig
+	gzip -9 openldap2.3_$(VERSION).orig.tar
 
 $(builddir)/Makefile: patch
 	# Check if we include the RFCs and Internet-Drafts (which are non
@@ -72,7 +72,7 @@
 	# so this test is here to make sure it does not get in by accident
 	# again. -- Torsten
 	if [ -z "$(DFSG_NONFREE)" ]; then \
-	    if [ -e doc/drafts]; then exit 1; fi; \
+	    if [ -e doc/drafts ]; then exit 1; fi; \
 	    if [ -e doc/rfc ]; then exit 1; fi; \
 	fi
 




More information about the Pkg-openldap-devel mailing list