~ubuntu-branches/ubuntu/jaunty/avahi/jaunty-updates

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2009-01-17 23:34:07 UTC
  • mfrom: (4.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090117233407-rmfkh6brblp1pyei
Tags: 0.6.23-4ubuntu1
* Merge from debian unstable, remaining changes: LP: #308856
  - debian/patches/01_avahi-daemon.conf.patch: Disable IPv6. According to
    upstream it is not ready yet and causes hiccups.
  - debian/rules: Create an up to date PO template during build.
  - debian/control: Build against libcap-dev instead of libcap2-dev
  - debian/patches/80_CVE-2008-5081.patch: verify port is > 0 in server.c

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
                         debian/libavahi-glib1/usr/lib \
38
38
                         debian/libavahi-ui0/usr/lib
39
39
 
40
 
#ensure that ServiceTypeDatabase.py is regenerated 
 
40
# ensure that ServiceTypeDatabase.py is regenerated 
41
41
pre-build::
42
 
        -rm -f avahi-python/avahi/ServiceTypeDatabase.py 
 
42
        -rm -f avahi-python/avahi/ServiceTypeDatabase.py
 
43
 
 
44
common-build-arch::
 
45
        # create an up to date PO template
 
46
        cd po; intltool-update -p --verbose
 
47
 
 
48
clean::
 
49
        rm -f po/*.pot
43
50
 
44
51
common-build-arch::
45
52
        # create an up to date PO template