~ubuntu-branches/ubuntu/lucid/kcemirror/lucid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Nathan Handler
  • Date: 2008-06-03 13:34:17 UTC
  • Revision ID: james.westby@ubuntu.com-20080603133417-9d1f109ebfq25lbl
Tags: 0.1.5-2ubuntu1
* Merge from debian unstable, remaining changes (LP: #237162):
  - Modify Maintainer value to match Debian-Maintainer-Field Spec.
  - Add dh_icons to debian/rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
                for patch in $(CURDIR)/debian/patches/*.diff ;\
59
59
                do \
60
60
                        echo APPLYING PATCH\: $${patch##*/};\
61
 
                        patch -p1 < $$patch ;\
 
61
                        patch -p0 < $$patch ;\
62
62
                done ;\
63
63
                touch patch-stamp ;\
64
64
        fi
117
117
                for patch in $(CURDIR)/debian/patches/*.diff ;\
118
118
                do \
119
119
                        echo REMOVING PATCH\: $${patch##*/};\
120
 
                        patch -p1 -R < $$patch ;\
 
120
                        patch -p0 -R < $$patch ;\
121
121
                done ;\
122
122
                rm -f patch-stamp ;\
123
123
        fi
145
145
 
146
146
        cd $(objdir) && \
147
147
        $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
 
148
        chrpath -d $(CURDIR)/debian/tmp/usr/bin/kcemirror
148
149
 
149
150
#       cd $(objdir) && \
150
151
#       $(MAKE) install-apidox DESTDIR=$(CURDIR)/debian/tmp