~xubuntu-dev/mousepad/maverick

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2009-10-07 16:39:35 UTC
  • Revision ID: james.westby@ubuntu.com-20091007163935-hfuk268lp4obtsai
Tags: 0.2.16-2ubuntu2
* debian/patches:
  - 00_resensitize-find-button.patch: re-sensitize "Find/Replace" button
    when the dialog is shown up again LP: #443302
  - 01_fix-first-replace.patch: really replace the first occurrence found
    with the find/Replace dialog Xfce #4526
  - 02_mru-on-save.patch: add created files to recently used files
    LP: #392971
  - series: add these patches.
* debian/control: build-depends on quilt (>= 0.46-7).
* debian/rules: enable quilt.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
config.status: configure
24
24
        dh_testdir
 
25
        dh_quilt_patch
25
26
        # Add here commands to configure the package.
26
27
        CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --sysconfdir=/etc --enable-final
27
28
 
46
47
        [ ! -f Makefile ] || $(MAKE) distclean
47
48
 
48
49
        dh_clean 
 
50
        dh_quilt_unpatch
49
51
 
50
52
install: build
51
53
        dh_testdir