[SCM] Debian packaging for XMLTooling-C branch, master, updated. debian/1.4.1-1-1-g1a1cf08

Russ Allbery rra at debian.org
Thu Mar 17 07:03:25 UTC 2011


The following commit has been merged in the master branch:
commit 1a1cf0857a0eb906f10450d2455a0265f4f4be55
Author: Russ Allbery <rra at debian.org>
Date:   Wed Mar 16 23:45:27 2011 -0700

    Fix FTBFS with arch-only builds
    
    * Fix FTBFS with arch-only builds, such as those on the buildds.
      Thanks, Aaron M. Ucko.  (Closes: #618615)

diff --git a/debian/changelog b/debian/changelog
index 825518f..7b8e158 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+xmltooling (1.4.1-2) unstable; urgency=low
+
+  * Fix FTBFS with arch-only builds, such as those on the buildds.
+    Thanks, Aaron M. Ucko.  (Closes: #618615)
+
+ -- Russ Allbery <rra at debian.org>  Wed, 16 Mar 2011 23:45:11 -0700
+
 xmltooling (1.4.1-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/rules b/debian/rules
index 740fafb..89f93eb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,9 +13,11 @@ override_dh_auto_configure:
 
 override_dh_installdocs:
 	dh_installdocs -A doc/NOTICE.txt
-	rm $(DOCS)/html/jquery.js
-	ln -s /usr/share/javascript/jquery/jquery.min.js \
-	    $(DOCS)/html/jquery.js
+	set -e; if [ -d "$(DOCS)" ] ; then \
+	    rm $(DOCS)/html/jquery.js ; \
+	    ln -s /usr/share/javascript/jquery/jquery.min.js \
+		$(DOCS)/html/jquery.js ; \
+	fi
 
 %:
 	dh $@ --with autotools_dev

-- 
Debian packaging for XMLTooling-C



More information about the Pkg-shibboleth-devel mailing list