~ubuntu-branches/ubuntu/dapper/ipodder/dapper

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Hilko Bengen
  • Date: 2005-12-30 21:23:05 UTC
  • Revision ID: james.westby@ubuntu.com-20051230212305-dk034t2qont5bzd3
Tags: 2.1.9-4
Use feedparser.py, webbrowser.py, PyRSS2Gen.py from external packages
(Closes: #345348)

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
        dh_installexamples
44
44
        dh_install -X.cvsignore -XCVS
45
45
 
46
 
        rm -rf $(CURDIR)/debian/ipodder/usr/share/ipodder/ipodder/contrib/BitTorrent
47
 
        rm -f $(CURDIR)/debian/ipodder/usr/share/ipodder/ipodder/contrib/PyRSS2Gen.py
 
46
        rm -rf $(CURDIR)/debian/ipodder/usr/share/ipodder/ipodder/contrib/{BitTorrent,PyRSS2Gen.py,feedparser.py,webbrowser.py,PyRSS2Gen.py}
 
47
 
48
48
        find $(CURDIR)/debian/ipodder/usr/share/ipodder -type f | \
49
49
                xargs chmod 644
50
50
        chmod 755 $(CURDIR)/debian/ipodder/usr/share/ipodder/iPodderGui.py
51
 
        
 
51
 
52
52
        dh_installmenu
53
53
        dh_installman debian/ipodder.1
54
 
#       dh_link
55
54
        dh_compress
56
55
        dh_fixperms
57
56
        dh_python