Просмотр исходного кода

* debian/rules:
- remove unused embedded jquery by doxygen from libapt-pkg-doc

David Kalnischkies лет назад: 15
Родитель
Сommit
e9d27d26fe
2 измененных файлов с 6 добавлено и 1 удалено
  1. 3 1
      debian/changelog
  2. 3 0
      debian/rules

+ 3 - 1
debian/changelog

@@ -17,8 +17,10 @@ apt (0.8.14.1) unstable; urgency=low
     - update both experimental symbol-files to reflect 0.8.14 state
     - update both experimental symbol-files to reflect 0.8.14 state
   * debian/apt.lintian-overrides:
   * debian/apt.lintian-overrides:
     - update the missing-python-dep override to the lintian 2.5 way
     - update the missing-python-dep override to the lintian 2.5 way
+  * debian/rules:
+    - remove unused embedded jquery by doxygen from libapt-pkg-doc
 
 
- -- David Kalnischkies <kalnischkies@gmail.com>  Tue, 19 Apr 2011 19:32:15 +0200
+ -- David Kalnischkies <kalnischkies@gmail.com>  Tue, 19 Apr 2011 20:57:52 +0200
 
 
 apt (0.8.14) unstable; urgency=low
 apt (0.8.14) unstable; urgency=low
 
 

+ 3 - 0
debian/rules

@@ -120,6 +120,9 @@ libapt-pkg-doc: build-doc
 #
 #
 # libapt-pkg-doc install
 # libapt-pkg-doc install
 #
 #
+	# remove doxygen's embedded jquery as we don't use it anyway (#622147)
+	rm -f $(BLD)/doc/doxygen/html/jquery.js
+
 	dh_installdocs -p$@ $(BLD)/docs/design* \
 	dh_installdocs -p$@ $(BLD)/docs/design* \
 			    $(BLD)/docs/dpkg-tech* \
 			    $(BLD)/docs/dpkg-tech* \
 			    $(BLD)/docs/files* \
 			    $(BLD)/docs/files* \