~ubuntu-branches/ubuntu/saucy/libfm/saucy-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2011-08-11 01:41:00 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20110811014100-4botukzcuaask6p9
Tags: 0.1.16-0ubuntu1
* New upstream release.
 - Fix cut & paste on devices without write permission (LP: #820865)
* debian/patches:
 - 03_disable_deprecated_gio_module.patch: Refresh.
 - 04_recreate_doc_Makefile.patch: Recreate missing Makefile.am, and adding gtk-doc.make.
 - 04_fix_docs_linker.patch: Refresh.
* debian/control:
 - Bump package name with soname bump.
 - Create new libfm-data and libgtk-data packages for non library files.
 - Add Conflics & Replaces between *-data and lib*0 packages.
 - Add necessary depends on libfm1 and libfm-gtk1.
* debian/*.install
 - Bump soname package name.
 - Move non library files to data binary.
 - Don't install documentation, not currently build.
* debian/*.symbols
 - Rename to follow soname bump.
 - Remove old missing symbols.
 - Update with new symbols.
* debian/rules:
 - Bump soname of the dbg package.
 - Install apport hook in libfm-data binary.
 - Don't build documentation, currently broken.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
override_dh_auto_configure:
32
32
        #/usr/bin/autoreconf -fiv
33
 
        dh_auto_configure -- --enable-udisks --enable-gtk-doc
 
33
        dh_auto_configure -- --enable-udisks
34
34
 
35
35
override_dh_install:
36
36
        #Remove .la and .a files.
40
40
 
41
41
        #Install apport hook only on Ubuntu
42
42
ifeq ($(DISTRO),"Ubuntu")
43
 
        dh_install -plibfm0 debian/apport/source_libfm.py usr/share/apport/package-hooks
 
43
        dh_install -plibfm-data debian/apport/source_libfm.py usr/share/apport/package-hooks
44
44
endif
45
45
 
46
46
override_dh_strip:
47
 
        dh_strip --dbg-package=libfm0-dbg
 
47
        dh_strip --dbg-package=libfm1-dbg
48
48
 
49
49
override_dh_auto_test:
50
50
        #Don't do anything, tests didn't pass for now