[Pkg-ganeti-devel] [SCM] Ganeti packaging branch, master, updated. debian/2.7.0-1-31-g53f0717

Apollon Oikonomopoulos apoikos at gmail.com
Wed Jul 17 20:44:06 UTC 2013


The following commit has been merged in the master branch:
commit ffc51891bfb5d925542c6bbfa8f1fdca2cf9d6de
Author: Apollon Oikonomopoulos <apoikos at gmail.com>
Date:   Fri Jul 12 21:03:32 2013 +0300

    debian/rules: don't delete jsquery.js (+ typo)
    
    Removing the jquery.js file is not needed, since dh_link overwrites it anyway.
    Furthermore, the actual line in debian/rules contained a typo (jsquery.js
    instead of jquery.js) and didn't work anyway.

diff --git a/debian/rules b/debian/rules
index f2acbcd..6645094 100755
--- a/debian/rules
+++ b/debian/rules
@@ -67,9 +67,6 @@ install: build
 	install -m 0644 $(CURDIR)/debian/ganeti2.overrides \
 	  $(GANETI_DIR)/usr/share/lintian/overrides/ganeti2
 
-	# remove embedded copy of jquery
-	rm -f $(GANETI_DIR)/usr/share/doc/ganeti2/html/_static/jsquery.js
-
 	rmdir $(GANETI_DIR)/var/run/ganeti
 	rmdir $(GANETI_DIR)/var/run
 

-- 
Ganeti packaging



More information about the Pkg-ganeti-devel mailing list