Logoj0ke.net Open Build Service > Projects > devel > dh-make > Changes
Sign Up | Log In

Changes of Revision 2

[-] Changed dh-make.spec
x
 
1
@@ -1,5 +1,5 @@
2
 Name:      dh-make
3
-Summary:   LSIUtil Configuration Utility
4
+Summary:   tool that converts source archives into Debian package source
5
 Version:   0.44
6
 Release:   1
7
 License:   GPL
8
@@ -8,9 +8,12 @@
9
 Group:     System/Utilities
10
 BuildRoot: %{_tmppath}/%{name}-%{version}-build
11
 BuildRequires: debhelper >= 5
12
-
13
+Requres:   debhelper >= 5
14
 %description
15
-
16
+This package allows you to take a standard (or upstream) 
17
+source package and convert it into a format that will allow you to build Debian packages.
18
+After answering a few questions, dh_make will then provide a set of templates that, 
19
+after some small editing, will allow you to create a Debian package. 
20
 
21
 %prep
22
 %setup -q -n %{name}-%{version}
23