~ubuntu-branches/ubuntu/oneiric/fetchmail/oneiric

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Artur Rona
  • Date: 2010-07-25 03:17:28 UTC
  • mfrom: (0.1.11 sid)
  • Revision ID: james.westby@ubuntu.com-20100725031728-mm78sfgx9d656h9r
Tags: 6.3.17-4ubuntu1
* Merge from Debian unstable, remaining changes: (LP: #609634)
  - debian/init, debian/fetchmail.postinst: don't stop fetchmail in
    runlevels [06], the default 'killall' handler should be sufficient
    because fetchmail writes are properly completed before telling the
    server it's ok to delete.

Show diffs side-by-side

added added

removed removed

Lines of Context:
119
119
        ./configure $(CONFFLAGS) --prefix=/usr --enable-nls \
120
120
                --disable-fallback $(FETCHCONFOPT)
121
121
 
 
122
        sed -e "s/-lcrypt//; s/-lk5crypto//g;"  < Makefile > Makefile.tmp
 
123
        mv Makefile.tmp Makefile
 
124
 
122
125
        touch configure-stamp
123
126
 
124
127
build: configure-stamp build-stamp
148
151
        gzip -9 $(tmpdir)/usr/share/man/man1/fetchmail.1
149
152
#       not needed we set a symlink
150
153
#       gzip -9 $(tmpdir)/usr/share/man/man1/fetchmailconf.1
 
154
#       mkdir -p debian/fetchmailconf/usr/lib/python$(PYVER)/site-packages/
 
155
#       mv debian/tmp/usr/lib/python$(PYVER)/site-packages/fetchmailconf.py \
 
156
#       debian/fetchmailconf/usr/lib/python$(PYVER)/site-packages/
151
157
 
152
158
# Build architecture-independent files here. [ fetchmailconf ]
153
159
binary-indep: build-stamp install