Age | Commit message (Collapse) | Author | Files | Lines |
|
undocumented.7 links anymore.
|
|
* Cleaned up error message if python is not installed. Closes: #173524
* dh_python: Bug fix from Josselin Mouette for case of building an arch
indep python package depending on a arch dependent package. However, I
used GetPackages() rather than add yet another control file parser.
Untested.
|
|
excluding some
files from installation.
|
|
* Make python postinst fragment only run python if it is installed, useful
for packages that include python modules but do not depend on python.
|
|
extra
params to dpkg-deb. Closes: #170330
|
|
<josselin.mouette@ens-lyon.org>.
|
|
|
|
|
|
Closes: #169138
* dh_install: Support implicit "." sourcedir and --list-missing.
(Also supports ./foo file specs and --list-missing.)
Closes: #168751
* dh_md5sums: Don't glob. Closes: #169135
|
|
* As a special case, if --sourcedir is not set (so is "."), make
--list-missing look only at what is in debian/tmp. This is gross, but
people have come to depend on that behavior, and that combination has no
other sane meaning. Closes: #168751
|
|
* dh_movefiles: make --list-missing respect --sourcedir. Closes: #168441
|
|
* dh_movefiles: make --list-missing respect --sourcedir. Closes: #168441
|
|
confmodule. (Cf #106070)
* Added an example to dh_install(1). Closes: #166402
|
|
See #164863
* typo fix Closes: #164958 The rest seems clear enough from context, so
omitted.
|
|
#136502
|
|
soon.
Closes: #163569
* Removed debconf-utils build-dep. Have no idea why that was there.
* dh_installman: Don't use extended section as section name for translated
man pages, use only the numeric section as is done for regular man pages.
Closes: #163534
|
|
html files,
and since they are generally small, and since this matches existing
practice. Closes: #163303
|
|
|
|
Closes: #163128
|
|
* dh_strip: better documentation, removed extraneous "item" from SYNOPSIS.
Closes: #162493
* dh_strip: detect and don't strip debug/*.so files.
* Note that 4.1.11 changelog entry was incorrect, dh_perl worked fine
without that change, but the new behavior is less likely to break things
if dpkg-gencontrol changes.
* Various improvements to debhelper(1).
|
|
This
will make dh_perl get deps right for packages that have perl modules and
XS in them.
|
|
|
|
Closes: #159155
|
|
|
|
behavior
if invoke-rc.d is not present, so versioned deps on sysvinit are not
needed.
|
|
|
|
|
|
|
|
#!/usr/bin/env perl
Closes: #156243
|
|
--no-restart-on-upgrade is given; since the daemon is not stopped
with that parameter starting it again is a no-op, unless the daemon was
not running for some reason. This makes transtions to using the flag
easier. Closes: #90976 and sorry it took me so long to verify you were
right.
|
|
|
|
providing a
shlibs.local.
|
|
Do not use this verion of debhelper for woody backports!
* Removed dh_installxaw.
|
|
NEWS.Debian. Make dh_compress always compress them. The idea is to make
these files be in a machine parsable form, like the debian changelog, but
only put newsworthy info into them. Automated tools can then display new
news on upgrade. It is hoped that if this catches on it will reduce the
abuse of debconf notes. See discussion on debian-devel for details.
|
|
This makes it properly install syml8inks, cf my rpm bug.
|
|
* Pound home in dh_installman's man page that yet, it really does do the
right thing. Closes: #150644
|
|
|
|
* Fixed the tests clint didn't show me.
|
|
Closes: #150403
|
|
* dh_gencontrol only needs to pass -p to dpkg-gencontrol if there is more
than one package in debian/control. This makes it a bit more flexible in
some cases.
|
|
|
|
|
|
/usr/X11R6/lib/X11/fonts/{100dpi,75dpi,misc}, as is required by policy.
|
|
paths in autoscripts. Neither is in posix, but which is in debianutils, so
will always be available. command -v is not available in zsh.
Closes: #148172
|
|
* Documented what globbing is allowed.
|
|
|
|
.so.* in its
name, stirp it as a ELF binary. It seems that GNUstep has files of this
sort. See bug #35733 (not sufficient to close all of it).
|
|
|
|
|
|
from processing by any command that takes a -X option, and dh_builddeb
will also go in and rm -rf any that still sneak into the build tree.
* dh_install: A patch from Eric Dorland <eric@debian.org> adds support for
--sourcedir, which allows debian/package.files files to be moved over to
debian/package.install, and just work. Closes: #146847
* dh_movefiles: don't do file tests in no-act mode. Closes: #144573
* dh_installdebconf: pass --drop-old-templates to debconf-mergetemplate.
Means debhelper has to depend on debconf-utils 1.1.1.
|