~davewalker/ubuntu/lucid/logrotate/sync_3.7.8-5

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Dave Walker (Daviey)
  • Date: 2010-04-03 21:21:05 UTC
  • mfrom: (4.2.3 sid)
  • Revision ID: davewalker@ubuntu.com-20100403212105-c47hkcp4sgyq3jek
* Merge from debian unstable (LP: #554823)
  - remaining changes:
     + debian/control: Drop mailx to Suggests for Ubuntu; it's only 
       used on request, and we don't configure an MTA by default.
  - Fixes config parser to not get confused when a wildcard produces 
    no results. (LP: #392532)
* New patch:
  + parser571033.patch: fix the config parser to not get confused when
    a wildcard produces no results. (Closes: 571033)
* Switch to dpkg-source 3.0 (quilt) format
* Bump debhelper version to 7 (dh_clean -k -> dh_prep).
* Update standards version to 3.8.4 (no changes).

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
install: build
68
68
        dh_testdir
69
69
        dh_testroot
70
 
        dh_clean -k
 
70
        dh_prep
71
71
        dh_installdirs
72
72
 
73
73
        # Add here commands to install the package into debian/logrotate.
125
125
 
126
126
binary: binary-indep binary-arch
127
127
 
128
 
patch: patch-stamp
129
 
patch-stamp:
130
 
        QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
131
 
        touch patch-stamp
132
 
 
133
 
unpatch:
134
 
        QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
135
 
        rm -rf .pc patch-stamp
136
 
 
137
128
#patch: patch-stamp
138
129
#patch-stamp:
139
130
#       dpatch apply-all