[med-svn] r3050 - trunk/packages/biofox/trunk/debian
plessy at alioth.debian.org
plessy at alioth.debian.org
Sat Jan 24 08:12:55 UTC 2009
Author: plessy
Date: 2009-01-24 08:12:55 +0000 (Sat, 24 Jan 2009)
New Revision: 3050
Modified:
trunk/packages/biofox/trunk/debian/changelog
trunk/packages/biofox/trunk/debian/control
trunk/packages/biofox/trunk/debian/rules
Log:
Use Upstream's jar file.
Modified: trunk/packages/biofox/trunk/debian/changelog
===================================================================
--- trunk/packages/biofox/trunk/debian/changelog 2009-01-24 07:32:34 UTC (rev 3049)
+++ trunk/packages/biofox/trunk/debian/changelog 2009-01-24 08:12:55 UTC (rev 3050)
@@ -2,13 +2,16 @@
* New upstream release, compatible with Firefox 3 (Closes: #512371).
* Updated debian/watch.
- * Use Debhelper 7 (debian/co{ntrol,mpat}.
+ * Use Debhelper 7 (idebian/co{ntrol,mpat}.
+ * Depend on ${misc:Depends} (debian/control).
* Converted debian/copyright to machine-readable format.
* New homepage (debian/control).
* Updated to Policy 3.8.0:
- added a get-orig-source target to debian/rules.
- wrote a README.source file explaining that upstream sources are in Zip
format.
+ * The package now uses Upstream's biofox.jar instead of rebuilding it in
+ debian/rules.
-- Charles Plessy <plessy at debian.org> Sat, 24 Jan 2009 15:36:22 +0900
Modified: trunk/packages/biofox/trunk/debian/control
===================================================================
--- trunk/packages/biofox/trunk/debian/control 2009-01-24 07:32:34 UTC (rev 3049)
+++ trunk/packages/biofox/trunk/debian/control 2009-01-24 08:12:55 UTC (rev 3050)
@@ -14,7 +14,7 @@
Package: mozilla-biofox
Architecture: all
-Depends: iceweasel | iceape-browser
+Depends: iceweasel | iceape-browser, ${misc:Depends}
Description: extension of bioinformatics tools to Iceape and Iceweasel browsers
Code bioFOX aims at implementing various bioinformatics tools as an extension
on the Iceape and Iceweasel browsers. Analysis of your favorite gene(s)
Modified: trunk/packages/biofox/trunk/debian/rules
===================================================================
--- trunk/packages/biofox/trunk/debian/rules 2009-01-24 07:32:34 UTC (rev 3049)
+++ trunk/packages/biofox/trunk/debian/rules 2009-01-24 08:12:55 UTC (rev 3050)
@@ -7,18 +7,14 @@
EXT_ID := {fbfbf0bf-032e-427e-932d-0b000a34f168}
PLUGIN_DIR := $(DEB_DESTDIR)/usr/lib/iceweasel/extensions/$(EXT_ID)
-clean::
- rm -f biofox.jar
-
install/mozilla-biofox::
- cd chrome/ && zip -9 -r ../biofox.jar content/ locale/ skin/ -x `find -name .DS_Store`
mkdir -p $(PLUGIN_DIR)/uninstall
mkdir $(PLUGIN_DIR)/chrome
install -m 644 debian/chrome.d $(PLUGIN_DIR)
install -m 644 debian/chrome.manifest $(PLUGIN_DIR)
install -m 644 debian/Uninstall $(PLUGIN_DIR)/uninstall/
install -m 644 install.rdf $(PLUGIN_DIR)
- install -m 644 biofox.jar $(PLUGIN_DIR)/chrome/
+ install -m 644 chrome/biofox.jar $(PLUGIN_DIR)/chrome/
echo "extension,$(EXT_ID)" > $(PLUGIN_DIR)/extensions.d
get-orig-source:
More information about the debian-med-commit
mailing list