~ubuntu-branches/ubuntu/quantal/libimobiledevice/quantal-updates

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2011-04-30 13:28:43 UTC
  • mfrom: (2.1.10 experimental)
  • Revision ID: james.westby@ubuntu.com-20110430132843-hivpq380w8x0h1x0
Tags: 1.1.1-1
* New upstream release.
* debian/changelog: Fix typo in previous entry.
* debian/patches:
 - 90_fix_4.3_iOS.patch: Merged upstream.
* debian/libimobiledevice-utils.manpages:
 - Add man page for idevicebackup2.
 - Add man page for idevicedate.
 - Add upstream man pages for ideviceenterrecovery and idevicepair.
* debian/control:
 - Remove Conflitcs of libimobiledevice2 to make it installable with
   libimobiledevice1 (Closes: #620065).
 - Add Conflicts/Replaces also on libimobiledevice0-dbg (LP: #693895)
 - Remove python-support from Build-Depends.
 - Increase required python-all-dev package version to 2.6.6-3~.
 - Remove XB-Python-Version fields.
 - Add X-Python-Version field.
 - Bump Standards-Version to 3.9.2.0 (no change needed).
* debian/copyright:
 - Update copyright years.
* debian/libimobiledevice2.symbols:
 - Update with new symbols.
* debian/rules:
 - Use --with python2.
 - Pass --no-guessing-versions to dh_python2 to build only with default
   python version.
* debian/pycompat:
 - Removed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
                --enable-dev-tools
19
19
 
20
20
%:
21
 
        dh $@
 
21
        dh --with python2 $@
22
22
 
23
23
override_dh_auto_configure:
24
24
        dh_auto_configure --    $(configure_flags)
32
32
 
33
33
override_dh_strip:
34
34
        dh_strip --dbg-package=libimobiledevice2-dbg
 
35
 
 
36
override_dh_python2:
 
37
        # Only build for the current version of python, not all supported.
 
38
        dh_python2 --no-guessing-versions