~ubuntu-branches/ubuntu/jaunty/firefox-3.5/jaunty-updates

« back to all changes in this revision

Viewing changes to debian/debsearch.src

  • Committer: Bazaar Package Importer
  • Author(s): Fabien Tassin
  • Date: 2009-03-30 19:00:40 UTC
  • Revision ID: james.westby@ubuntu.com-20090330190040-bi1fyb3vw34x1030
Tags: 3.5~b4~hg20090330r24021+nobinonly-0ubuntu1
* New upstream snapshot, needed to initiate the firefox 3.1->3.5 transition (LP: #352995)
* Add libstartup-notification0-dev to build-deps as it now seems to be
  mandatory on lpia
  - update debian/control
* Fix the mozclient include to really use the local configuration
  - update debian/rules
* Update MOZCLIENT_GETDATE to make it use pushlog so it is not confused by merges with
  dates in the past
  - update debian/mozclient/firefox-3.5.conf

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Firefox plugin file
 
2
#
 
3
# Debian package lookup
 
4
# by Fergus McKenzie-Kay copying code 
 
5
# by Spencer Wysinger <http://wysinger.com/>
 
6
# ported to Ubuntu by Alex Converse
 
7
# updated for new Ubuntu codebase by David Futcher <bobbocanfly@gmail.com>
 
8
#
 
9
# Last updated: February 23, 2008
 
10
 
 
11
<search 
 
12
        name="Ubuntu Package Search"
 
13
        description="Perform a search for Ubuntu packages"
 
14
        action="http://packages.ubuntu.com/search"
 
15
        searchForm="http://packages.ubuntu.com/"
 
16
        queryEncoding="utf-8"
 
17
        queryCharset="utf-8"
 
18
        method="GET"
 
19
>
 
20
 
 
21
<input name="suite" value="default">
 
22
<input name="section" value="all">
 
23
<input name="arch" value="any">
 
24
<input name="searchon" value="names">
 
25
<input name="keywords" user="">
 
26
 
 
27
</search>