a b c d e f g h i j k l m n o p q r s t u v w x y z
Description: helper script to make the Debian source package
This package helps you to convert a upstream source package (or VCS contents)
into the Debian package by adding files required for the Debian source
package. The generated debian/rules file uses the new dh command syntax from
the debhelper (>=9) package.
.
The debmake command invoked in the upstream source tree without any option
can generate template files which is good enough to create a single arch=any
Debian binary package for local use. The generated files should be edited to
make it conform to the Debian policy if the package is uploaded to the Debian
archive. By adding few options, this command can generate template files for
the arbitrary combination of the multi-binary and multi-arch package, etc.
.
This debmake command also scans copyright and license texts in the source
files to help crafting the proper DEP-5 compatible debian/copyright file.
Description: helper package for debian/rules (deprecated)
This package provides the "debstd" script, which does the following:
- 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.
.
This package is not being actively developed anymore, it's deprecated,
and it will disappear in a future Debian release. Please do not use it
to create new packages. If you plan to use a helper package for debian/rules,
consider using debhelper instead.
--- 217252 Thu Jan 1 00:00:00 1970
+++ 24633 Thu Jan 1 00:00:00 1970
@@ -1,15 +1,18 @@
-helper script to make the Debian source package
- This package helps you to convert a upstream source package (or VCS contents)
- into the Debian package by adding files required for the Debian source
- package. The generated debian/rules file uses the new dh command syntax from
- the debhelper (>=9) package.
+helper package for debian/rules (deprecated)
+ This package provides the "debstd" script, which does the following:
+ - 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.
.
- The debmake command invoked in the upstream source tree without any option
+ This package is not being actively developed anymore, it's deprecated,
- can generate template files which is good enough to create a single arch=any
+ and it will disappear in a future Debian release. Please do not use it
- Debian binary package for local use. The generated files should be edited to
+ to create new packages. If you plan to use a helper package for debian/rules,
- make it conform to the Debian policy if the package is uploaded to the Debian
+ consider using debhelper instead.
- archive. By adding few options, this command can generate template files for
- the arbitrary combination of the multi-binary and multi-arch package, etc.
- .
- This debmake command also scans copyright and license texts in the source
- files to help crafting the proper DEP-5 compatible debian/copyright file.