~ubuntu-branches/ubuntu/lucid/mythbuntu-control-centre/lucid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello
  • Date: 2009-10-14 01:24:28 UTC
  • mfrom: (1.1.43 upstream)
  • Revision ID: james.westby@ubuntu.com-20091014012428-i13qt6bz772mllzx
Tags: 0.57-0ubuntu1
* When plugins get loaded into the button box, pack them into gtk.HBox's
  rather than using gtk.Button.set_image.  It appears that gtk-button-images
  is not set on Gnome installs causing different behaviors on Gnome vs.
  XFCE otherwise.
* Drop diverstion of mythtv menu xml file to add our entry in.
* Drop old postinst that is not needed for upgrade scenarios anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
clean::
11
11
        rm -f po/*.pot
12
12
 
13
 
BZR_REVISION+=282
 
13
BZR_REVISION+=286
14
14
BZR_BRANCH+=http://bazaar.launchpad.net/~mythbuntu/mythbuntu/$(DEB_SOURCE_PACKAGE)
15
15
TARFILE+=$(DEB_SOURCE_PACKAGE)_$(DEB_UPSTREAM_VERSION).orig.tar.gz
16
16