Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37503024
en ru br
ALT Linux repos
S:9.20151005-alt1
5.0: 6.0.2-alt1
4.1: 6.0.2-alt1
4.0: 5.0.40-alt0.1

Group :: System/Configuration/Packaging
RPM: debhelper

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: debhelper
Version: 9.20151005
Release: alt1

Summary: Tools for Debian Packages

License: GPLv2+
Group: System/Configuration/Packaging
Url: http://packages.debian.org/unstable/devel/%name

Packager: Vitaly Lipatov <lav at altlinux.ru>

# Source-url: ftp://ftp.debian.org/debian/pool/main/d/%name/%{name}_%version.tar.xz

Source: %{name}_%version.tar

BuildArch: noarch

# Automatically added by buildreq on Wed Jan 07 2009

BuildRequires: dpkg perl-Test-Pod po4a

%description
The packages contains helper utilities for Debian alien.

%prep
%setup -n %name

%build
make -f debian/rules build

%install
rm -f *{es,fr}.1
rm -f dh_testversion*
%makeinstall_std

#install -d -m 755 %buildroot


# autoscripts

#install -d -m 755 %buildroot%_datadir/debhelper/autoscripts
#install -m 644 autoscripts/* %buildroot%_datadir/debhelper/autoscripts

# perl modules

#install -d -m 755 %buildroot%perl_vendorlib/Debian/Debhelper
#install -m 644 Debian/Debhelper/* %buildroot%perl_vendorlib/Debian/Debhelper

# man pages

install -d -m 755 %buildroot%_man1dir/
install -d -m 755 %buildroot%_man7dir/
install -m 644 *.1 %buildroot%_man1dir/
install -m 644 *.7 %buildroot%_man7dir/

# binaries

install -d -m 755 %buildroot%_bindir
install -m 755 dh_*[^1-9] %buildroot%_bindir

%files
%doc doc debian/{changelog,copyright} examples/
%_bindir/*
%_datadir/%name/
%perl_vendorlib/Debian/
%_man1dir/*
%_man7dir/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin