~ubuntu-branches/ubuntu/feisty/gnupod-tools/feisty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese
  • Date: 2006-12-20 13:13:51 UTC
  • mfrom: (2.1.2 etch)
  • Revision ID: james.westby@ubuntu.com-20061220131351-bz0ccc33qou0wfz7
Tags: 0.98.3-1.1ubuntu1
* Re-sync with Debian.  Retained change:
* gnupod-tools (0.98-3ubuntu1) breezy; urgency=low
  * src/ext/FooBar.pm, change call from gnupod_otgsync to gnupod_otgsync.pl
* -- Barry deFreese <bddebian@comcast.net>  Sat, 17 Sep 2005 14:41:08 -0400

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
        rename 's/\.pl//' $(CURDIR)/debian/gnupod-tools/usr/share/man/man1/*.gz
51
51
# And drop internal references to the .pl extension
52
52
        @for i in $(CURDIR)/debian/gnupod-tools/usr/share/man/man1/*.gz; do \
53
 
          zcat $$i | sed 's/\.pl//g' | gzip -c --best > $$i; \
 
53
          zcat $$i | sed 's/\.pl//g' | gzip -c --best > $$i.tmp; \
 
54
      mv $$i.tmp $$i; \
54
55
        done
55
56
 
56
57
binary-common:
70
71
        dh_md5sums
71
72
        dh_builddeb
72
73
 
 
74
binary-arch: build
 
75
 
73
76
binary-indep: build-indep install-indep
74
77
        $(MAKE) -f debian/rules DH_OPTIONS=-i binary-common
75
78
 
76
 
binary: binary-indep
 
79
binary: binary-arch binary-indep
77
80
.PHONY: build clean binary-indep binary install install-indep