summaryrefslogtreecommitdiff
path: root/debian/changelog
Commit message (Collapse)AuthorAge
* r429: tweaksjoey2001-02-09
|
* r422: foojoey2001-02-09
|
* r420: big monsta changesjoey2001-02-09
|
* r418: * Fixed a stupid typo in dh_suidregister, Closes: #85110joey2001-02-06
|
* r417: * dh_installinit -r: stop init script in prerm on package removal,joey2001-02-05
| | | | Closes: #84974
* r415: * dh_shlibdeps -l can handle relative paths now. Patch from Colin ↵joey2001-02-01
| | | | | | Watson <cjw44@flatline.org.uk>, Closes: #84408
* r414: * Added a suggests to debconf-utils, Closes: #83643joey2001-01-31
| | | | | I may chenge this to a dependancy at some point in the future, since one debconf command needs the package to work.
* r413: * dh_installdebconf: marge in templates with a .ll_LL extention,joey2001-01-29
| | | | they were previously ignored.
* r412: * Bah, reverted that last change. It isn't useful becausejoey2001-01-28
| | | | dpkg-buildpackage reads the real control file and gets confused.
* r410: * Added the ability to make debhelper read a different file thanjoey2001-01-25
| | | | | debian/control as the control file. This is very useful for various and sundry things, all Evil, most involving kernel packages.
* r409: * Corrected globbing issue with dh_movefiles in v3 mode. Closes: #81431joey2001-01-22
|
* r408: * Fixed a man page typo, Closes: #82371:joey2001-01-16
| | | | * Added note to dh_strip man page, Closes: #82220
* r407: * suidmanager is obsolete now, and so is dh_suidmanager. Instead,joey2001-01-10
| | | | | | | | | | | | packages that contain suid binaries should include the binaries suid in the .deb, and dpkg-statoverride can override this. If this is done to a program that previously used suidmanager, though, you need to conflict with suidmanager (<< 0.50). * Made dh_suidmanager check to see if it would have done anything before. If so, it states that it is obsolete, and refer users to the man page, which now explains the situation, and then aborts the build. If it would have done nothing before, it just outputs a warning that it is an obsolete program.
* r406: * Fixed dh_installwm. Oops. Closes: #81124joey2001-01-04
|
* r405: foojoey2000-12-30
|
* r404: * Fixed perl wanring, Closes: #80242joey2000-12-21
|
* r403: * dh_installwm: Moved update-alternatives --remove call to prerm,joey2000-12-21
| | | | | Closes: #80209 * ALso guarded all update-alternatives --remove calls.
* r402: * Spelling patch.joey2000-12-04
|
* r401: * typo: Closes, #78567joey2000-12-02
|
* r400: * Oops, it was not expanding wildcard when it should.joey2000-11-30
|
* r399: * dh_movefiles: added error message on file not foundjoey2000-11-30
|
* r398: * If DH_COMPAT=3 is set, the following happens:joey2000-11-28
| | | | | | | | - Various debian/foo files like debian/docs, debian/examples, etc, begin to support filename globbing. use \* to escape the wildcards of course. I doubt this will bite anyone (Debian doesn't seem to contain files with "*" or "?" in their names..), but it is guarded by v3 just to be sure. Closes: #34120, #37694, #39846, #46249
* r395: * dh_makeshlibs: corrected the evil db3-regex so it doesn't misfire onjoey2000-11-27
| | | | | data like "debian/libruby/usr/lib/ruby/1.6/i486-linux/etc.so". Closes: #78139
* r394: * Reverted the change to make debian/README be treated as ↵joey2000-11-27
| | | | | | | | | README.Debian, after I learned people use it for eg, documenting the source package itself. Closes: #34628, since it seems this is not such an "incredibly minor" change after all. Never underetimate the annoyance of backwards-compatability.
* r392: * DH_COMPAT=3 now enables the following new features which I can't justjoey2000-11-27
| | | | | | | | | | | | | | | | | | | | | | turn on by default for fear of breaking backwards compatability: - dh_makeshlibs makes the postinst/postrm call ldconfig. Closes: #77154 Patch from Masato Taruishi <taru@debian.org> (modified). If you use this, be sure dh_makeshlibs runs before dh_installdeb; many old rules files have the ordering backwards. - dh_installdeb now causes all files in /etc to be registered as conffiles. - debian/README is now supported: it is treated exactly like debian/README.Debian. Either file is installed as README.Debian in non-native packages, and now as just README in native packages. Closes: #34628 * This is really only the start of the changes for v3, so use with caution.. * dh_du has finally been removed. It has been deprecated for ages, and a grep of the archive shows that nothing is using it except biss-awt and scsh. I filed bugs on both almost exactly a year ago. Those bugs should now be raised to severity important.. * --number option (to dh_installemacsen) is removed. It has been deprecated for a while and nothing uses it. Use --priority instead.
* r391: * Ok, fine, I'll make debhelper depend on lynx for the one or twojoey2000-11-21
| | | | | packages that have html changelogs. But you'll be sorry... Closes: #77604
* r390: * Typo, Closes: #77441joey2000-11-19
|
* r389: * Completed the fix from the last version.joey2000-11-16
|
* r388: * Ok, I tihnk we have a db3 fix that will really work now.joey2000-11-12
|
* r387: * I retract 2.1.23, the hack doesn't help make dpkg-shlibdeps work; db3joey2000-11-12
| | | | is broken upstream.
* r386: * dh_makeshlibs: Also scan files named "*.so*", not just "*.so.*",joey2000-11-12
| | | | | | | but only if they are files. This should make it more usable with rather stupidly broken libraries like db3, which do not encode the major version in their filenames. However, it cannot guess the major version of such libraries, so -m must be used.
* r385: * Fixed dh_perl to work with perl 5.6, Closes: #76508joey2000-11-08
|
* r383: * dh_movefiles: no longer does the symlink ordering hack, asjoey2000-11-06
| | | | | | | | | | this is supported by dpkg itself now. Added a dependancy on dpkg-dev >= 1.7.0 to make sure this doesn't break anything. * While I'm updating for dpkg 1.7.0, I removed the -ldirectory hack from dh_shlibdeps; dpkg-shlibdeps has its own much more brutal hack to make this work. The switch is ignored now for backwards compatability. * dh_suidregister will be deprecated soon -- dpkg-statoverride is a much better way.
* r382: * dh_suidregister: do not unregister on purge, since it will have ↵joey2000-11-06
| | | | | | already been unregistered then, and a warning will result.
* r381: * dh_builddeb: Ok, it is cosmetic, but it annoyed me.joey2000-11-06
|
* r380: * dh_builddeb: added a --filename option to specify the output ↵joey2000-10-28
| | | | | | | filename. This is intended to be used when building .udebs for the debian installer.
* r379: * dh_movefiles.1: well I thought it was quite obvious why it always ↵joey2000-10-28
| | | | | | | | | used debian/tmp, but it's a faq. Added some explanation. By the way, since there now exists a documented way to use dh_movefiles that does not have problems with empty directories that get left behind and so on, I think this Closes: #17111, #51985
* r378: * dh_movefiles: fixed a regexp quoting problem with --sourcedir.joey2000-10-23
| | | | | | | | | | | | | | | | | | Closes: #75434 * Whoops, I think I overwrote bod's NMU with 2.2.15. Let's merge those in: . debhelper (2.1.14-0.1) unstable; urgency=low . * Non-maintainer upload (thanks Joey). * dh_installchangelogs, dh_installdocs: allow dangling symlinks for $TMP/usr/share/doc/$PACKAGE (useful for multi-binary packages). Closes: #53381 . -- Brendan O'Dea <bod@debian.org> Fri, 20 Oct 2000 18:11:59 +1100 . I also added some documentation to debhelper.1 about this, and removed the TODO entry about it.
* r377: * dh_installwm: patched a path in some backwards compatability code.joey2000-10-23
| | | | Closes: #75283
* r376: * Rats, the previous change makes duplicate lines be created in thejoey2000-10-03
| | | | | shlibs file, and lintian conplains. Added some hackery that should prevent that. Closes: #73052
* r375: * Typo, Closes: #72932joey2000-10-02
| | | | | | | * dh_makeshlibs: follow symlinks to files when looking for files that are shared libraries. This allows it to catch files like "liballeg-3.9.33.so" that are not in the *.so.* form it looks for, but that doe have links to them that are in the right form. Closes: #72938
* r374: * Rebuild to remove cvs junk, Closes: #72610joey2000-09-28
|
* r372: * dh_installmanpages: don't install files that start with .#* -- thesejoey2000-09-21
| | | | are CVS files..
* r371: * Modified to allow no spaces between control file field name and valuejoey2000-09-21
| | | | (this appears to be logal).
* r370: * dh_installmodules: corrected the code added to maintainer scripts ↵joey2000-09-17
| | | | | | | | | so it does not call depmod -a. update-modules (which it always called)_ handles calling depmod if doing so is appropriate. Packages built with proir versions probably have issues on systems with non-modular kernels, and should be rebuilt. Closes: #71841
* r368: * Fixed a stupid typo. Closes: #69750joey2000-08-22
|
* r367: * debian/package.filename.arch is now checked for first, beforejoey2000-08-21
| | | | | | | debian/package.filename. Closes: #69453 * Added a section to debhelper(1) about files in debian/ used by debhelper, which documents this. Removed scattered references to debian/filename from all over the man pages.
* r366: * dh_strip: now knows about the DEB_BUILD_OPTIONS=nostrip thing.joey2000-08-20
|
* r365: * dh_installxfonts: corrected a problem during package removal that wasjoey2000-08-17
| | | | silently neglecting to remove the fonts.dir/alias files.
* r364: * Whoops, I forgot to add v3 to cvs, so it was missing from a fewjoey2000-08-04
| | | | versions.