File: control

package info (click to toggle)
debmake 3.5.11
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 408 kB
  • ctags: 22
  • sloc: sh: 763; makefile: 217
file content (28 lines) | stat: -rw-r--r-- 1,264 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Source: debmake
Section: devel
Priority: optional
Maintainer: Santiago Vila <sanvila@ctv.es>
Standards-Version: 2.4.1

Package: debmake
Architecture: all
Suggests: devscripts, debsums
Depends: dpkg-dev, file, fileutils (>= 3.16-4), patch, ed
Description: Debianizing Tool and automated binary generation
 Eases the development and maintenance of Debian Sourcepackages.
 .
  - deb-make: Generate a debian style sourcepackage from a regular sourcecode
   archive. Customizes control files. Provides example setup for debstd that is
   usually usable with minimal editing.
  - "debstd" which has the following abilities:
  - Automates compression of documentation, localizes manpages
   compresses and installs them.
  - Supports multiple binaries generated from a single source package
  - Generates maintainer scripts for you and installs all scripts
   for you in the proper locations with the proper permissions.
  - Can perform modifications on a variety of important debian config files
   through generation of proper maintainer scripts.
  - Runs dpkg-shlibdeps on all ELF binaries for you and generates correct
   shlibs file for provided libraries automatically.
  - Checks symlinks to manpages /documentation and redirects
   them if a file was compressed.