~ubuntu-branches/ubuntu/quantal/linphone/quantal

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2010-05-23 10:04:07 UTC
  • mfrom: (1.3.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100523100407-wev5qrmhwwbs0whh
* New upstream release

* debian/control: s/is a is an/is an/ (Closes: #582661)
* debian/control s/It main/Its main/ (Closes: #582665) 
* configure --disable-strict (Closes: 561708)
* Cleanup arches libv4l-dev libasound2-dev (Closes: #542595)
* Cleanup debian/watch
* Drop fix_desktop_section.dpatch - included upstream
* Drop desktop-icon.dpatch - included upstream
* Drop always_ipv4_for_ipv4_hosts.dpatch - included upstream
* Drop dpatch
* Upstream dropped /usr/bin/sipomatic

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
include /usr/share/cdbs/1/rules/debhelper.mk
4
4
include /usr/share/cdbs/1/class/autotools.mk
5
 
include /usr/share/cdbs/1/rules/dpatch.mk
6
5
 
7
6
DEB_BUILD_PARALLEL := yes
8
7
DEB_DH_MAKESHLIBS_ARGS_libmediastreamer0 := -V"libmediastreamer0 (>= 3)"
9
8
DEB_INSTALL_CHANGELOGS_ALL := NEWS
 
9
DEB_CONFIGURE_EXTRA_FLAGS = --disable-strict
10
10
 
11
11
DEBVERSION:=$(shell head -n 1 debian/changelog \
12
12
                    | sed -e 's/^[^(]*(\([^)]*\)).*/\1/')