~ubuntu-branches/ubuntu/trusty/libpoe-component-server-simplehttp-perl/trusty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Ryan Niebur, Nathan Handler, Ryan Niebur
  • Date: 2009-07-02 04:10:28 UTC
  • mfrom: (3.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090702041028-9yh1smdpn19x9364
Tags: 1.58-2
[ Nathan Handler ]
* debian/watch: Update to ignore development releases.

[ Ryan Niebur ]
* use 'yes' instead of 'echo y\ny\ny\n' to fix bashism (Closes:
  #535400)
* Add myself to Uploaders
* Debian Policy 3.8.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
        # We want to include support and test everything, but that's not the
8
8
        # default
9
9
        dh build --before dh_auto_configure
10
 
        echo -e 'y\ny\ny\n' | \
 
10
        yes | \
11
11
                $(PERL) Makefile.PL INSTALLDIRS=vendor
12
12
        $(MAKE)
13
13