The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

DhMakePerl::Command::refresh - dh-make-perl refresh implementation

DESCRIPTION

This module implements the refresh command of dh-make-perl(1).

METHODS

execute

Provides refresh command implementation.

add_quilt( $control )

Plugs quilt into debian/rules and debian/control. Depends on debian/rules being in dh(1) three-liner format. Also adds debian/README.source documenting quilt usage.

drop_quilt( $control )

removes quilt from debian/rules. Expects that was used to add quilt to debian/rules.

If debian/README.source exists, references to quilt are removed from it (and the file removed if empty after that).

Both dh(1) style (dh --with=quilt) and old-fashioned ($(QUILT_STAMPFN) target dependency) are supported.

COPYRIGHT & LICENSE

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.