[Pkg-cli-libs-commits] [SCM] semweb branch, master, updated. upstream/1.05+dfsg-7-gafd0257

David Paleino d.paleino at gmail.com
Fri Sep 25 20:56:37 UTC 2009


The following commit has been merged in the master branch:
commit afd0257afa39b3a0a04a4f77ba9e0a83fb1ef463
Author: David Paleino <d.paleino at gmail.com>
Date:   Fri Sep 25 22:46:50 2009 +0200

    debian/rules: fix clean target, FTBFS because of missing directory

diff --git a/debian/changelog b/debian/changelog
index 2e0b781..a03db0a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,13 +3,14 @@ semweb (1.05+dfsg-3) UNRELEASED; urgency=low
   * debian/rules:
     + fix docs generation commands (Closes: #533928)
     + rewritten using override targets and cli-common integration
+    + fix clean target, FTBFS because of missing directory
   * debian/control:
     + raise dependency on debhelper to >= 7.0.50, to use override
       targets
     + raise dependency on cli-common-dev to >= 0.5.7, to use dh7
       integration
 
- -- David Paleino <d.paleino at gmail.com>  Fri, 25 Sep 2009 22:43:26 +0200
+ -- David Paleino <d.paleino at gmail.com>  Fri, 25 Sep 2009 22:55:04 +0200
 
 semweb (1.05+dfsg-2) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 525b60c..8ec4702 100755
--- a/debian/rules
+++ b/debian/rules
@@ -73,6 +73,7 @@ clean: unpatch
 	rm -rf bin_generics/monodocer
 	
 	# workaround for broken "make clean"
+	mkdir bin_generics/
 	for FILE in $(LIBS) \
 	  bin_generics/SemWeb.Sparql.dll \
 	  bin_generics/rdfstorage.exe \

-- 
semweb



More information about the Pkg-cli-libs-commits mailing list