~ubuntu-branches/ubuntu/maverick/liferea/maverick

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Lorenzo De Liso
  • Date: 2010-06-05 16:35:40 UTC
  • mfrom: (1.2.59 upstream) (3.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100605163540-hzbvrhb08jsfh1gh
Tags: 1.6.3-1ubuntu1
* Merge from debian unstable (LP: #590124), remaining changes:
  - debian/patches/01_ubuntu_feedlists: updated some outdated feeds 
    (LP: #341969) 
  - debian/rules: call initltool-update -p to generate translation template 
  - debian/patches/fix_systray_behavior: fix systray mis-behaviour when 
    Liferea is visible in another workspace. 
  - debian/patches/add_X-Ubuntu-Gettext-Domain: add x-ubuntu-gettext-domain 
    to .desktop file. (LP: #514272) 
  - debian/patches/fix-dnd-bug: dropped, as this caused a regression when 
    trying to reorder feeds. 
  - debian/patches/notification-append: add patch to make the notification 
    use the append feature of notify-osd. (LP: #457869) 
  - debian/patches/gtk-status-icon.patch: backport GtkStatusIcon support to
    get proper icon transparency with new default theme. (LP: #101980)

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
        dh_testdir
33
33
        dh_prep
34
34
 
 
35
        # backup the original files to restore them in the clean target
 
36
        cp config.sub config.sub.orig
 
37
        cp config.guess config.guess.orig
35
38
        cp -f /usr/share/misc/config.sub config.sub
36
39
        cp -f /usr/share/misc/config.guess config.guess
 
40
 
37
41
        CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)"\
38
42
         ./configure $(SYSTEM) --prefix=/usr \
39
43
         --mandir=\$${prefix}/share/man --sysconfdir=/etc \
54
58
 
55
59
        [ ! -f Makefile ] || $(MAKE) distclean
56
60
 
57
 
        dh_clean install-stamp build-stamp config.log config.sub config.guess \
58
 
            debian/liferea-add-feed.1
 
61
        -mv -f config.sub.orig config.sub
 
62
        -mv -f config.guess.orig config.guess
 
63
 
 
64
        dh_clean install-stamp build-stamp config.log debian/liferea-add-feed.1
59
65
        $(MAKE) -f debian/rules unpatch
60
66
 
61
67
install: install-stamp