~ubuntu-branches/ubuntu/utopic/monajat/utopic

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): أحمد المحمودي (Ahmed El-Mahmoudy)
  • Date: 2014-04-12 19:05:04 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20140412190504-ktaasa5xwpwbv6ob
Tags: 2.6.5-1
* New upstream release.
* Update URL in watch file.
* debian/control:
  + Replaced python-gtk2 & python-notify with python-gobject in
    monajat-applet's Depends
  + Update Standards-Version to 3.9.5
  + Add intltool to Build-Deps
* debian/copyright: Update copyright years.
* debian/gbp.conf: Remove compression field.
* Dropped fix_locale.diff patch, as it is included upstream.
* debian/rules: Replace overrides for dh_auto_build & dh_auto_clean with
  overrides for dh_auto_{clean,build,install} to run them with
  python_distutils & makefile build systems.
* Added separate_pyinstall.diff patch to separate python build/install calls
  from Makefile

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
        dh $@ --with python2
5
5
 
6
6
override_dh_auto_build:
7
 
        ./update-pot.sh
8
 
        ./gen-mo.sh
 
7
        dh_auto_build -Spython_distutils
9
8
        dh_auto_build
10
9
 
11
10
override_dh_auto_clean:
 
11
        dh_auto_clean -Spython_distutils
12
12
        dh_auto_clean
13
 
        rm -rf locale
 
13
 
 
14
override_dh_auto_install:
 
15
        dh_auto_install -Spython_distutils
 
16
        dh_auto_install
14
17
 
15
18
override_dh_python2:
16
19
        dh_python2