~sil2100/unico/packaging_review

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Ken VanDine
  • Date: 2011-05-19 14:33:05 UTC
  • mto: (139.1.1 unico)
  • mto: This revision was merged to the branch mainline in revision 140.
  • Revision ID: ken.vandine@canonical.com-20110519143305-hrnww944kbtha83o
releasing version 0.1.0+r64-0ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/make -f
 
2
# -*- makefile -*-
 
3
# Uncomment this to turn on verbose mode.
 
4
#export DH_VERBOSE=1
 
5
 
 
6
%:
 
7
        dh $@ 
 
8
 
 
9
override_dh_install:
 
10
        find debian/gtk3-engines-unico/usr/lib -name \*.la -exec rm {} \;
 
11
        find debian/gtk3-engines-unico/usr/lib -name \*.a -exec rm {} \;
 
12
        dh_install --fail-missing