~ubuntu-branches/ubuntu/trusty/puppet/trusty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Stig Sandbeck Mathisen
  • Date: 2011-10-22 14:08:22 UTC
  • mfrom: (1.1.25) (3.1.32 sid)
  • Revision ID: package-import@ubuntu.com-20111022140822-odxde5lohc45yhuz
Tags: 2.7.6-1
* New upstream release (CVE-2011-3872)
* Remove cherry-picked "groupadd_aix_warning" patch
* Install all new manpages

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
 
73
73
        # etckeeper integration
74
74
        $(INSTALL) -m0755 debian/etckeeper-commit-pre   \
75
 
                $(CURDIR)/debian/puppet/etc/puppet/etckeeper-commit-pre
 
75
                $(CURDIR)/debian/puppet-common/etc/puppet/etckeeper-commit-pre
76
76
        $(INSTALL) -m0755 debian/etckeeper-commit-post  \
77
 
                $(CURDIR)/debian/puppet/etc/puppet/etckeeper-commit-post
 
77
                $(CURDIR)/debian/puppet-common/etc/puppet/etckeeper-commit-post
78
78
 
79
79
        # Install the rack README as README.rack
80
80
        $(INSTALL) -m0644 ext/rack/README \