~usb-creator-hackers/usb-creator/trunk

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Dmitrijs Ledkovs
  • Date: 2010-05-03 03:16:08 UTC
  • mto: This revision was merged to the branch mainline in revision 308.
  • Revision ID: dmitrij.ledkov@ubuntu.com-20100503031608-jd7gm29e8altgmkg
* desktop:
  + removed obsolete encoding keys from desktop files
* man:
  + fixed hyphons, minus signs & undefined macros
* debian/source:
  + using 3.0 (quilt) format
* debian/copyright:
  + updated to DEP-5 format
* debian/control:
  + removed transitional package (LTS is released)
  + improved extended description
* debian/rules:
  + using dh rules
  + using python-support
* Change to non-native package:
  + this is generic brandable software
  + watch file points to ubuntu archive
  + .bzr-builddeb defaults to split mode

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
 
 
3
 
DEB_PYTHON_SYSTEM=pycentral
4
 
 
5
 
include /usr/share/cdbs/1/rules/debhelper.mk
6
 
include /usr/share/cdbs/1/class/python-distutils.mk
7
 
 
8
 
#
9
 
# what does this do? RBG
10
 
#
11
 
#binary-install/usb-creator-gtk::
12
 
#       dh_desktop -p$(cdbs_curpkg)
13
 
 
14
 
#binary-install/usb-creator-kde::
15
 
#       dh_desktop -p$(cdbs_curpkg)
 
2
%:
 
3
        dh -Spython_distutils $@