~davewalker/ubuntu/oneiric/diff-ext/831230

« back to all changes in this revision

Viewing changes to setup/src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Andrea Veri
  • Date: 2007-11-08 21:26:57 UTC
  • Revision ID: james.westby@ubuntu.com-20071108212657-43hrhcd7ufro8piq
Tags: 0.2.3-2
* The "*finally* we have a working diff-ext package again" release
* debian/rules:
  - added --with-gconf-source configure option to prevent a 
    failing gconf schemas installation causing odd crashes
    on nautilus when diff-ext is installed. (*Really* Closes: #431692)
  - cleaned up a bit deleting useless debhelper autogenerated
    comments.
  - adding a rule to delete de.png file installed by makefiles 
    in the wrong policy directory. Using this way preventing 
    an autotools run (too big diff file) after an eventual 
    Makefile.am change.
  - added an install rule for the new de.xpm file to point
    correctly to /usr/share/pixmaps.
* debian/postinst:
  - added for registering diff-ext's gconf schemas correctly.
* debian/prerm:
  - added for un-registering diff-ext's gconf schemas correctly.
* diff-ext.desktop.in:
  - removed every deprecated field and cleaned it up a bit. 
    Desktop-file-validate seems to be happy again now.
* /diff-ext/src/main.c:
  - finally removed the second erroneus g_object_unref line. It was
    helping diff-ext to crash nautilus when installed.
* debian/control:
  - Homepage field has been moved from Description space to his own 
    field (new debian policy). Updated Bzr field to point to Xs-Bzr
    instead of old Xs-Vcs-Bzr.
* debian/de.xpm:
  - added and pointed to /usr/share/pixmaps dir. Finally .desktop file
    will be redirected to a working icon path.

Show diffs side-by-side

added added

removed removed

Lines of Context:
119
119
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
120
120
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
121
121
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
122
INTLTOOL_ICONV = @INTLTOOL_ICONV@
122
123
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
123
124
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
124
125
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
126
INTLTOOL_MSGFMT = @INTLTOOL_MSGFMT@
 
127
INTLTOOL_MSGMERGE = @INTLTOOL_MSGMERGE@
125
128
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
126
129
INTLTOOL_PERL = @INTLTOOL_PERL@
127
 
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
128
130
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
129
131
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
130
132
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
136
138
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
137
139
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
138
140
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
141
INTLTOOL_XGETTEXT = @INTLTOOL_XGETTEXT@
139
142
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
140
143
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
141
144
LDFLAGS = @LDFLAGS@