summaryrefslogtreecommitdiff
path: root/dh_compress.1
AgeCommit message (Collapse)AuthorFilesLines
2001-02-09r425: mode pod man pagesjoey1-57/+0
2000-08-21r367: * debian/package.filename.arch is now checked for first, beforejoey1-23/+5
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.
1999-12-06r325: * Corrected mispellings, Closes: #52013joey1-1/+1
1999-11-23r309: removed 'master'joey1-1/+1
1999-11-04r302: * dh_shlibdeps: added -l option, which lets you specify a path thatjoey1-2/+2
LD_LIBRARY_PATH is then set to when dpkg-shlibdeps is run. This should make it easier for library packages that also build binary packages to be built with correct dependancies. Closes: #36751 * In honor of Burn all GIFs Day (hi Don!), I added alternative image formats .png, .jpg (and .jpeg) to the list of extentions dh_compress does not compress. Closes: #41733 * Also, made all extentions dh_compress skips be looked at case insensitively. * dh_movefiles: force owner and group of installed files to be root. Closes: #46039 * Closes: #42650, #47175 -- they've been fixed forever.
1999-09-11r271: Hm.joey1-1/+3
1999-09-06r266: * FHS complience. Patch from Johnie Ingram <johnie@netgod.net>.joey1-4/+4
For the most part, this was a straight-forward substitution, dh_installmanpages needed a non-obvious change though. * Closes: #42489, #42587, #41732. * dh_installdocs: Adds code to postinst and prerm as specified in http://www.debian.org/Lists-Archives/debian-ctte-9908/msg00038.html, to make /usr/doc/<package> a compatability symlink to /usr/share/doc/<package>. Note that currently if something exists in /usr/doc/<package> when the postinst is run, it will silently not make the symlink. I'm considering more intellingent handing of this case. * Note that if you build a package with this version of debhelper, it will use /usr/share/man, /usr/share/doc, and /usr/share/info. You may need to modify other files in your package that reference the old locations.
1999-09-03r265: * It turns out it's possible to set up make variables that are ↵joey1-32/+37
specific to a single target of a Makefile. This works tremendously well with DH_OPTIONS: no need to put "-i" or "-pfoo" after every debhelper command anymore. * debhelper.1: mentioned above technique. * examples/rules.multi: use the above method to get rid of -i's and -a's. * examples/rules.multi2: new file, example of a multi-binary package that works for arch-indep and arch-dependant packages, and also allows building of single binary packages independntly, via binary-<package> targets. It accomplishes all this using only one list of debhelper commands. * examples/*: removed source and diff targets. They've been obsolete for 2 years -- or is it 3? No need for a nice error message on failure anymore.
1999-08-17r3: Initial revisionjoey1-0/+68