summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* r589: * Added dh_scrollkeeper, by Ross Burton.joey2003-06-12
| | | | | | | * Added dh_userlocal, by Andrew Stribblehill. (With root.root special case added by me.) * Added dh_installlogcheck, by Jon Middleton. Closes: #184021 * Add aph's name to copyright file too.
* r588: * Typo fixes from Adam Garside.joey2003-05-24
| | | | | * dh_python: don't bother terminating the regexp, 2.2.3c1 for example. Closes: #194531
* r587: typosjoey2003-05-23
|
* r586: * dh_python: allow for a + at the end of the python version, as in thejoey2003-05-20
| | | | python in stable, version 2.1.3+.
* r585: * dh_python: Honour -n flag. Closes: #192804joey2003-05-10
|
* r584: * Fix stupid typo in dh_movefiles. Closes: #188833joey2003-04-13
|
* r583: * dh_movefiles: Do not pass --remove-files to tar, since that makesjoey2003-04-12
| | | | it break hard links (see #188663).
* r582: * Fix build with 077 umask. Closes: #187757joey2003-04-06
| | | | * Allow colons between multiple items in DH_ALWAYS_EXCLUDE.
* r581: * Add calls to dh_installcatalogs to example rules files. Closes: ↵joey2003-03-31
| | | | #186819
* r580: * Fixed dh_installcatalog's references to itself on man page.joey2003-03-24
| | | | | | Closes: #184411 * dh_installdebconf: Set umask to sane before running po2debconf or debconf-mergetemplates
* r579: updatesjoey2003-03-14
|
* r578: * dh_installmenu: Refer to menufile(5) instead of 5L so as not to ↵joey2003-03-08
| | | | | | confuse pod2man. Closes: #184013
* r577: * Rename debhelper.1 to debhelper.7.joey2003-03-04
| | | | * Typo, Closes: #183267
* r576: * Rename debhelper.1 to debhelper.7.joey2003-03-03
| | | | * Typo, Closes: #183267
* r575: * Removed vegistal substvars stuff from dh_inistallinit.joey2003-02-25
| | | | * Update debhelper(1).
* r574: * wiggy didn't take my hint about making update-modules send ↵joey2003-02-22
| | | | | | | | | | warnings to stderr, so its overly verbose stdout is now directed to /dev/null to prevent conflicts with debconf. Closes: #150804 * dh_fixperms: only skip examples directories which in a parent of usr/share/doc, not in a deeper tree. Closes: #152602 * dh_compress: stop even looking at usr/doc
* r573: * dh_md5sums: note that it's used by debsums. Closes: #181521joey2003-02-19
| | | | | | * Make addsubstvars() escape the value of the variable before passing it to the shell. Closes: #178524 * Fixed escape_shell()'s escaping of a few things.
* r572: * Added dh_installcatalogs, for sgml (and later xml) catalogs. Byjoey2003-02-12
| | | | Adam DiCarlo. Closes: #90025
* r571: * Turned dh_undocumented into a no-op, as policy does not wantjoey2003-02-03
| | | | undocumented.7 links anymore.
* r570: * List binary-common in .PHONY in rules.multi2. Closes: #173278joey2002-12-19
| | | | | | | | * 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.
* r569: * Fix dh_install to install empty directories even if it is ↵joey2002-12-12
| | | | | | excluding some files from installation.
* r568: * Fixed dh_python ordering in example rules files. Closes: #172283joey2002-12-09
| | | | | * Make python postinst fragment only run python if it is installed, useful for packages that include python modules but do not depend on python.
* r567: * dh_builddeb: Reluctantly call dpkg-deb directly. dpkg cannot pass ↵joey2002-11-24
| | | | | | extra params to dpkg-deb. Closes: #170330
* r566: * Added a dh_python command, by Josselin Mouettejoey2002-11-21
| | | | <josselin.mouette@ens-lyon.org>.
* r565: * Various minor changes based on suggestions by luca.joey2002-11-21
|
* r564: * Still run potodebconf after warning about templates.ll files.joey2002-11-15
|
* r563: * dh_install: Support autodest with non-debian/tmp sourcedirs.joey2002-11-15
| | | | | | | | 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
* r562: * Make dh_install --list-missing honor -X excludes. Closes: #168739joey2002-11-14
| | | | | | | * 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
* r561: * typo in dh_shlibdeps(1), Closes: #167421joey2002-11-12
| | | | * dh_movefiles: make --list-missing respect --sourcedir. Closes: #168441
* r560: * typo in dh_shlibdeps(1), Closes: #167421joey2002-11-11
| | | | * dh_movefiles: make --list-missing respect --sourcedir. Closes: #168441
* r559: * Added note to dh_installdebconf(1) about postinst sourcing debconfjoey2002-10-28
| | | | | confmodule. (Cf #106070) * Added an example to dh_install(1). Closes: #166402
* r558: * Use dpkg-architecture instead of dpkg --print-architecture (again?)joey2002-10-17
| | | | | | See #164863 * typo fix Closes: #164958 The rest seems clear enough from context, so omitted.
* r557: * dh_installinit: added --no-start for rcS type scripts. Closes: ↵joey2002-10-11
| | | | #136502
* r556: * Depend on po-debconf, and I hope I can drop the debconf-utils dep ↵joey2002-10-07
| | | | | | | | | | 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
* r555: * dh_compress: Exclude .css files, to prevent broken links from ↵joey2002-10-05
| | | | | | | html files, and since they are generally small, and since this matches existing practice. Closes: #163303
* r554: * dh_fixperms: Make sure .pm files are 0644. Closes: #163418joey2002-10-05
|
* r553: * dh_installdebconf: Support po-debconf debian/po directories.joey2002-10-03
| | | | Closes: #163128
* r552: * The "reverse hangover" release.joey2002-09-27
| | | | | | | | | | * 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).
* r551: * Make addsubstvars remove old instances of line before adding new. ↵joey2002-09-22
| | | | | | | This will make dh_perl get deps right for packages that have perl modules and XS in them.
* r550: * Depend on coreutils | fileutils. Closes: #161452joey2002-09-19
|
* r549: * Fixed over-escaping of period when generating EXCLUDE_FIND.joey2002-09-16
| | | | Closes: #159155
* r548: removedjoey2002-09-16
|
* r547: * Use invoke-rc.d always now that it is in policy. Fall back to old ↵joey2002-09-16
| | | | | | | behavior if invoke-rc.d is not present, so versioned deps on sysvinit are not needed.
* r546: * dh_builddeb(1): It's --filename, not --name. Closes: #160151joey2002-09-09
|
* r545: * Clarified dh_perl man page. Closes: #159332joey2002-09-03
|
* r544: minor copyright updatesjoey2002-08-25
|
* r543: * Patch from Andrew Suffield to make dh_perl understand ↵joey2002-08-18
| | | | | | #!/usr/bin/env perl Closes: #156243
* r542: * dh_installinit: Always start daemon on upgraded even ifjoey2002-08-04
| | | | | | | | --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.
* r541: * Typo, Closes: #155323joey2002-08-03
|
* r540: * Added a -L flag to dh_shlibdeps that is a nice alternative to ↵joey2002-07-25
| | | | | | providing a shlibs.local.