summaryrefslogtreecommitdiff
path: root/debian/changelog
Commit message (Collapse)AuthorAge
* 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
* 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
|
* 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.
* r539: * Remove /usr/doc manglement code from postinst and prerm.joey2002-07-22
| | | | | Do not use this verion of debhelper for woody backports! * Removed dh_installxaw.
* r538: * Make dh_installchangelogs install debian/NEWS files as well, asjoey2002-07-19
| | | | | | | | 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.
* r537: * In dh_install, don't limit to -type f when doing the find due to -X.joey2002-07-06
| | | | This makes it properly install syml8inks, cf my rpm bug.
* r536: * Patch from doogie to make dh_movefiles support -X. Closes: #150978joey2002-07-06
| | | | | * Pound home in dh_installman's man page that yet, it really does do the right thing. Closes: #150644
* r535: updatesjoey2002-06-24
|
* r534: * Stupid, evil typo.joey2002-06-21
| | | | * Fixed the tests clint didn't show me.
* r533: * In script fragments, use more posix tests, no -a or -o, no parens.joey2002-06-21
| | | | Closes: #150403
* r532: * Added --mainpackage= option, of use in some kernel modules packages.joey2002-06-20
| | | | | | * 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.
* r531: * Fixed debconf-utils dependency.joey2002-06-16
|
* r529: * dh_compress: always compress .pcf files injoey2002-06-02
| | | | /usr/X11R6/lib/X11/fonts/{100dpi,75dpi,misc}, as is required by policy.
* r528: * Consistently use the which command instead of command -v or hardcodedjoey2002-05-26
| | | | | | 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
* r527: * dh_install: glob relative to --sourcedir. Closes: #147908joey2002-05-24
| | | | * Documented what globbing is allowed.
* r526: * Don't leak regex characters from -X when generating DH_EXCLUDE_FIND.joey2002-05-23
|
* r525: * dh_strip: If a file is an ELF shared binary, does not have a ↵joey2002-05-23
| | | | | | | .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).
* r524: * Make dh_clean remove autom4te.cache.joey2002-05-22
|
* r523: * Removing perl warning message.joey2002-05-19
|
* r522: * Set DH_ALWAYS_EXCLUDE=CVS and debhelper will exclude CVS directoriesjoey2002-05-19
| | | | | | | | | | | 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.
* r521: * Corrects misbuild with CVS dirs in deb. Closes: #146576joey2002-05-17
|
* r520: * dh_install: delay globbing until after destintations have been found.joey2002-04-17
| | | | Closes: #143234
* r519: * dh_installdebconf: allow parameters after -- to go tojoey2002-04-14
| | | | | | debconf-mergetemplate. * dh_installman: don't whine about zero-length man pages in .so conversion. * Forgot to export filedoublearray, Closes: #142784
* r518: * dh_movefiles has long been a sore point in debhelper. Inheritedjoey2002-04-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from debstd, its interface and implementation suck, and I have maintained it while never really deigning to use it. Now there is a remplacment: dh_install, which ... - copies files, doesn't move them. Closes: #75360, #82649 - doesn't have that whole annoying debian/package.files vs. debian/files mess, as it uses debian/install. - supports copying empty subdirs. Closes: #133037 - doesn't use tar, thus no error reproting problems. Closes: #112538 - files are listed relative to the pwd, debian/tmp need not be used at all, so no globbing issues. Closes: #100404 - supports -X. Closes: #116902 - the whole concept of moving files out of a directory is gone, so this bug doesn't really apply. Closes: #120026 - This is exactly what Bill Allombert asked for in #117383, even though I designed it seemingly independantly. Thank you Bill! Closes: #117383 * Made debhelper's debian/rules a lot simpler by means of the above. * Updated example rules file to use dh_install. Also some reordering and other minor changes. * dh_movefiles is lightly deprecated, and when you run into its bugs and bad design, you are incouraged to just use dh_install instead. * dh_fixperms: in v4 only, make all files in bin/ dirs +x. Closes: #119039 * dh_fixperms: in v4 only, make all files in etc/init.d executable (of course there's -X ..) * dh_link: in v4 only, finds existing, non-policy-conformant symlinks and corrects them. This has the side effect of making dh_link idempotent. * Added a -h/--help option. This seems very obvious, but it never occured to me before.. * use v4 for building debhelper itself * v4 mode is done, you may now use it without fear of it changing. (This idea of this upload is to get v4 into woody so people won't run into many issues backporting from sarge to woody later on. Packages targeted for woody should continue to use whatever compatability level they are using.)
* r517: * Fixed an uninitialized value warning, Closes: #141729joey2002-04-08
|
* r516: * Typo, Closes: #139176joey2002-04-07
| | | | * Fixed dh_md5sums conffile excluding/including.