~synaptic-developers/synaptic/trunk

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Michael Vogt
  • Date: 2010-07-29 13:13:09 UTC
  • mfrom: (1529.2.106 ubuntu)
  • Revision ID: michael.vogt@ubuntu.com-20100729131309-0gdmwd09phcr1gc0
merged from the synaptic ubuntu branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
              --localstatedir=/var/lib/synaptic \
30
30
              --sysconfdir=/etc --with-vte --with-pkg-hold \
31
31
              --with-apt-authentication \
 
32
              --enable-ept \
32
33
              --with-nice-dpkg-status
33
34
 
34
35
CREATE_SUPPORTED_PIXMAP="true"
37
38
# special case for ubuntu
38
39
ifeq "$(DIST)" "Ubuntu"
39
40
        CONFIGURE_FLAGS = $(COMMON_FLAGS) --with-launchpad-integration
40
 
        CREATE_SUPPORTED_PIXMAP=uudecode debian/package-supported.png.uu -o $(CURDIR)/debian/synaptic/usr/share/synaptic/pixmaps/package-supported.png
 
41
        CREATE_SUPPORTED_PIXMAP=uudecode debian/package-supported.png.uu -o $(CURDIR)/debian/synaptic/usr/share/icons/hicolor/16x16/actions/package-supported.png
41
42
endif
42
43
 
43
44