Search
j0ke.net Open Build Service
>
Projects
>
devel
>
dh-make
> dh-make.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File dh-make.spec of Package dh-make (Revision 7)
Currently displaying revision
7
,
show latest
Name: dh-make Summary: tool that converts source archives into Debian package source Version: 0.44 Release: 1 License: GPL URL: http://www.debian.org/ Source0: %{name}_%{version}.tar.gz Group: System/Utilities BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: debhelper >= 5 Requires: debhelper >= 5 %description This package allows you to take a standard (or upstream) source package and convert it into a format that will allow you to build Debian packages. After answering a few questions, dh_make will then provide a set of templates that, after some small editing, will allow you to create a Debian package. %prep %setup -q -n %{name}-%{version} %install %__install -d %{buildroot}%{_datadir}/debhelper/dh_make %__install -d %{buildroot}%{_bindir} %__install -d %{buildroot}%{_mandir}/man1 %__install -d %{buildroot}%{_datadir}/debhelper/dh_make for DIR in `ls -1D lib/` ; do cp -R lib/${DIR} %{buildroot}%{_datadir}/debhelper/dh_make/ done %__install dh_make %{buildroot}%{_bindir} %__install dh_make.1 %{buildroot}%{_mandir}/man1/ %files %defattr(-,root,root) %attr(0755,root,root) %{_bindir}/dh_make %doc %{_mandir}/man1/dh_make.1* %{_datadir}/debhelper/dh_make %changelog * Sat May 10 2008 Carsten Schoene <cs@linux-administrator.com> - fix installations of templates to datadir * Thu May 08 2008 Carsten Schoene <cs@linux-administrator.com> - initial build