[Groonga-commit] groonga/groonga at 60efa45 [master] deb: fix 'embedded-javascript-library' lintian reports

アーカイブの一覧に戻る

HAYASHI Kentaro null+****@clear*****
Tue Dec 10 18:13:38 JST 2013


HAYASHI Kentaro	2013-12-10 18:13:38 +0900 (Tue, 10 Dec 2013)

  New Revision: 60efa4500a4e567938d832f550296a5085fe7ca6
  https://github.com/groonga/groonga/commit/60efa4500a4e567938d832f550296a5085fe7ca6

  Message:
    deb: fix 'embedded-javascript-library' lintian reports
    
    [groonga-dev,01930]
    
    Patch by Hideki Yamane. Thanks!!!

  Modified files:
    packages/debian/control
    packages/debian/rules

  Modified: packages/debian/control (+1 -0)
===================================================================
--- packages/debian/control    2013-12-10 13:08:46 +0900 (83a9e4f)
+++ packages/debian/control    2013-12-10 18:13:38 +0900 (e51f1af)
@@ -172,6 +172,7 @@ Section: doc
 Architecture: all
 Depends:
   ${misc:Depends},
+  libjs-underscore,
   libjs-jquery
 Description: Documentation of groonga.
  Groonga is an open-source fulltext search engine and column store.

  Modified: packages/debian/rules (+1 -0)
===================================================================
--- packages/debian/rules    2013-12-10 13:08:46 +0900 (3d2d270)
+++ packages/debian/rules    2013-12-10 18:13:38 +0900 (72037bc)
@@ -19,6 +19,7 @@ override_dh_auto_test:
 
 override_dh_install:
 	find $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/ -name *.la -delete
+	find $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/ -name underscore.js -delete
 	install -d debian/tmp/etc/munin/plugin-conf.d/
 	install -m 0644 debian/groonga-munin-plugin.conf \
 	  debian/tmp/etc/munin/plugin-conf.d/groonga
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る