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 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.
Description: helper script to make the Debian source package
This package helps you to convert an 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 (>=11~) package.
.
The debmake command invoked in the upstream source tree without any option can
generate files which is good enough to create a single arch=any Debian binary
package for local use without touching them. The generated files should be
edited to make it conform to the Debian policy if the package is to be
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 includes making of the rules file for the -dbg
package and the control file for the multiarch library package.
.
This debmake command also scans copyright and license texts in the source
files to help crafting the proper DEP-5 compatible debian/copyright file.
It does more than what licensecheck(1) offers.
--- 24633 Thu Jan 1 00:00:00 1970
+++ 260854 Thu Jan 1 00:00:00 1970
@@ -1,18 +1,18 @@
-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.
+helper script to make the Debian source package
+ This package helps you to convert an 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 (>=11~) package.
.
- This package is not being actively developed anymore, it's deprecated,
+ The debmake command invoked in the upstream source tree without any option can
- and it will disappear in a future Debian release. Please do not use it
+ generate files which is good enough to create a single arch=any Debian binary
- to create new packages. If you plan to use a helper package for debian/rules,
+ package for local use without touching them. The generated files should be
- consider using debhelper instead.
+ edited to make it conform to the Debian policy if the package is to be
+ 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 includes making of the rules file for the -dbg
+ package and the control file for the multiarch library package.
+ .
+ This debmake command also scans copyright and license texts in the source
+ files to help crafting the proper DEP-5 compatible debian/copyright file.
+ It does more than what licensecheck(1) offers.