Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dhmakeperl::command::refresh(3pm) [debian man page]

DhMakePerl::Command::refresh(3pm)			User Contributed Perl Documentation			 DhMakePerl::Command::refresh(3pm)

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 DH7 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 dh7-style ("dh --with=quilt") and old-fashioned ("$(QUILT_STAMPFN)" target dependency) are supported. COPYRIGHT &; LICENSE Copyright (C) 2008, 2009, 2010 Damyan Ivanov <dmn@debian.org> Copyright (C) 2010 gregor herrmann <gregoa@debian.org> 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. perl v5.14.2 2012-01-15 DhMakePerl::Command::refresh(3pm)

Check Out this Related Man Page

DhMakePerl(3pm) 					User Contributed Perl Documentation					   DhMakePerl(3pm)

NAME
DhMakePerl - create Debian source package from CPAN dist VERSION
Version 0.75 SYNOPSIS
use DhMakePerl; DhMakePerl->run; ACCESSORS
apt_contents Stores the cached copy of Debian::AptContents. cfg Stores the configuration, an instance of DhMakePerl::Config CLASS METHODS
run( %init ) Runs DhMakePerl. Unless the %init contains an cfg member, constructs and instance of DhMakePerl::Config and assigns it to $init{cfg}. Then determines the dh-make-perl command requested (via cfg->command), loads the appropriate DhMakePerl::Command::$command class, constructs an instance of it and calls its execute method. get_apt_contents Returns (possibly cached) instance of Debian::AptContents. COPYRIGHT &; LICENSE Copyright (C) 2009, 2010 Damyan Ivanov <dmn@debian.org> 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. perl v5.14.2 2012-01-15 DhMakePerl(3pm)
Man Page

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to Use the Free Command in Linux

I know that free command displays memory usages however I like to know how the option and the results when I use this command.. PLease respond ASAP thanx... I am a newbie.. :D (1 Reply)
Discussion started by: LiTo
1 Replies

2. AIX

Generating a Subsystem

Hello, I'm trying to generate a subsystem which supports startsrc, stopsrc and refresh I want to specify special arguments in case of stopsrc and refresh for example: startsrc: /bin/testscript start stopsrc: /bin/testscript stop refresh: /bin/testscript restart which should be... (0 Replies)
Discussion started by: funksen
0 Replies

3. UNIX for Dummies Questions & Answers

Problem with make command

hi guys/gals would u help me out on using make command , how to write rules and execute of make command , am using mandriva linux (1 Reply)
Discussion started by: chinakampalli p
1 Replies

4. UNIX for Advanced & Expert Users

problem with make command

hi guys would u clarify me how to use make command , how to write rules of make command and to execute . (1 Reply)
Discussion started by: chinakampalli p
1 Replies

5. Linux

routing rules for dmz in debian router.

Hi to all. There are eth0(wan) eth1(lan) and eth3(dmz) in my debian router. In dmz is planing dns, ad, dhcp, smtp/pop/imap, https(web-based imap client). I don't configured rules on "iptables" and "route" loads for right relation lan clients with dmz services. Please explain me example... (0 Replies)
Discussion started by: sotich82
0 Replies

6. Programming

problem compiling with gfortran in two different debian releases

Hello, I hope this is the correct forum for this post. I have the following problem: A Fortran 77 program that has to deal with several large matrices (each approx. 5000 x 5000) and uses lapack and blas subroutines has been correctly compiled and executed using Debian Etch. When I tried... (1 Reply)
Discussion started by: currix
1 Replies

7. UNIX for Dummies Questions & Answers

ubuntu 10.10 quilt package

Hello, i try to install quilt package on ubuntu 10.10 : apt-get install quilt but i have this error: Reading package lists... Done Building dependency tree Reading state information... Done Package quilt is not available, but is referred to by another package. This may mean... (1 Reply)
Discussion started by: chercheur857
1 Replies