~ubuntu-branches/ubuntu/lucid/webdeveloper/lucid-proposed

« back to all changes in this revision

Viewing changes to debian/patches/build_path

  • Committer: Bazaar Package Importer
  • Author(s): Andrea Veri
  • Date: 2009-10-11 13:55:44 UTC
  • Revision ID: james.westby@ubuntu.com-20091011135544-ujbq46tdyoinox6q
Tags: 1.1.8-1ubuntu2
* debian/control:
  - added m-ds depends together with xpi:recommends,
    xpi:provides, xpi:enhances fields.
  - unzip B-D-I removed, it's no more needed.
* debian/rules:
  - adapted to m-ds, the package won't FTBFS anymore.
* debian/install, preinst:
  - removed, not needed with m-ds
* debian/patches/build-system.patch:
  - taken from our debian package to allow the creation
    of a correct clean rule.
* debian/patches/build_path:
  - removed, not needed anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Description:    Adjust build path to fit Debian packaging needs.
2
 
Origin:         Debian
3
 
Forwarded:      not-needed
4
 
 
5
 
Index: webdeveloper-1.1.8/build.xml
6
 
===================================================================
7
 
--- webdeveloper-1.1.8.orig/build.xml   2009-07-08 20:31:50.000000000 +0200
8
 
+++ webdeveloper-1.1.8/build.xml        2009-07-08 20:31:55.000000000 +0200
9
 
@@ -21,7 +21,7 @@
10
 
     <delete dir="chrome"/>
11
 
     <delete file="install.js"/>
12
 
     <delete file="install.rdf"/>
13
 
-    <delete file="builds/web-developer.xpi"/>
14
 
+    <delete file="build-tree/web-developer.xpi"/>
15
 
     <echo level="info" message="Creating extension structure"/>
16
 
     <copy todir="chrome/content">
17
 
       <fileset dir="source/content_common">
18
 
@@ -56,7 +56,7 @@
19
 
     <copy file="common_install.rdf" tofile="install.rdf">
20
 
       <filterset refid="common.filters"/>
21
 
     </copy>
22
 
-    <zip destfile="builds/web-developer.xpi">
23
 
+    <zip destfile="build-tree/web-developer.xpi">
24
 
       <zipfileset dir="chrome" prefix="chrome"/>
25
 
       <zipfileset file="chrome.manifest"/>
26
 
       <zipfileset file="install.js"/>
27