summaryrefslogtreecommitdiff
path: root/debian/rules
AgeCommit message (Collapse)Author
2004-09-20* Make debian/rules a bit more consistent in a few places.Arch Librarian
Author: mdz Date: 2004-02-27 00:51:25 GMT * Make debian/rules a bit more consistent in a few places. Specifically, always use -p$@ rather than an explicit package name, and always specify it first, and use dh_shlibdeps -l uniformly rather than sometimes changing LD_LIBRARY_PATH dircetly
2004-09-20* Avoid clobbering configure.in if sed failsArch Librarian
Author: mdz Date: 2003-12-24 22:55:30 GMT * Avoid clobbering configure.in if sed fails
2004-09-20Preserve CCACHE_DIR alsoArch Librarian
Author: mdz Date: 2003-12-21 00:37:58 GMT Preserve CCACHE_DIR also
2004-09-20* Pass --preserve-envvar PATH to debuild. apt takes a ...Arch Librarian
Author: mdz Date: 2003-12-21 00:34:40 GMT * Pass --preserve-envvar PATH to debuild. apt takes a long time to build, and this defeats ccache
2004-09-20Revert debuild -ePATH change; debuild is broken anywayArch Librarian
Author: mdz Date: 2003-12-21 00:28:15 GMT Revert debuild -ePATH change; debuild is broken anyway
2004-09-20Remove debugArch Librarian
Author: mdz Date: 2003-12-21 00:23:57 GMT Remove debug
2004-09-20* Pass -ePATH to debuild; clobbering PATH defeats the u...Arch Librarian
Author: mdz Date: 2003-12-21 00:22:51 GMT * Pass -ePATH to debuild; clobbering PATH defeats the usual method of using ccache, and apt takes a long time to compile
2004-09-20* Use cvs update -d in debian/rules cvs-build rather th...Arch Librarian
Author: mdz Date: 2003-12-21 00:07:35 GMT * Use cvs update -d in debian/rules cvs-build rather than just update
2004-09-20* Don't preserve ownership when copying config.guess an...Arch Librarian
Author: mdz Date: 2003-09-22 14:36:20 GMT * Don't preserve ownership when copying config.guess and config.sub. This broke builds where the clean target was run with different privileges than the rest of the build (i.e., root) (Closes: #212183) * On second thought, don't copy config.guess and config.sub at all. I'd rather they always match what is in CVS.
2004-09-20* Move dh_makeshlibs ahead of dh_installdeb so that its...Arch Librarian
Author: mdz Date: 2003-08-10 23:54:57 GMT * Move dh_makeshlibs ahead of dh_installdeb so that its postinst fragments are properly substituted
2004-09-20Exclude '.#*' from cvs-buildArch Librarian
Author: mdz Date: 2003-08-09 19:21:33 GMT Exclude '.#*' from cvs-build
2004-09-20* Use debian/compat rather than DH_COMPATArch Librarian
Author: mdz Date: 2003-08-09 19:14:49 GMT * Use debian/compat rather than DH_COMPAT
2004-09-20* Patch from Otavio Salvador to switch from dh_installm...Arch Librarian
Author: mdz Date: 2003-08-02 19:51:02 GMT * Patch from Otavio Salvador to switch from dh_installmanpages to dh_installman. Fixes the problem where the pt_BR man page was installed in the wrong location (Closes: #194558)
2004-09-20- Add bug script for collecting configuration info (Clo...Arch Librarian
Author: mdz Date: 2003-07-21 06:09:12 GMT - Add bug script for collecting configuration info (Closes: #176482)
2004-09-20Add dh_installdocs to the apt stanza, so the copyright ...Arch Librarian
Author: doogie Date: 2003-04-27 06:20:40 GMT Add dh_installdocs to the apt stanza, so the copyright file gets installed.
2004-09-20Use doc-base now.Arch Librarian
Author: doogie Date: 2003-02-12 14:31:41 GMT Use doc-base now.
2004-09-20Remove stale references to doc installs in the apt package.Arch Librarian
Author: doogie Date: 2003-02-12 14:28:03 GMT Remove stale references to doc installs in the apt package.
2004-09-20Move the guide and offline docs to a separate package. ...Arch Librarian
Author: doogie Date: 2003-02-12 07:39:45 GMT Move the guide and offline docs to a separate package. This allows us to split the build-deps, so binary-arch builds are not as heavyweight.
2004-09-20Define libapt-inst:provides when building the -dev pkg.Arch Librarian
Author: doogie Date: 2003-02-02 22:00:24 GMT Define libapt-inst:provides when building the -dev pkg.
2004-09-20Install locale files in /usr/share.Arch Librarian
Author: doogie Date: 2003-02-02 21:57:32 GMT Install locale files in /usr/share.
2004-09-20Call make clean and distclean before removing build/Arch Librarian
Author: doogie Date: 2002-11-10 23:58:33 GMT Call make clean and distclean before removing build/
2004-09-20Remove leading blank line.Arch Librarian
Author: doogie Date: 2002-11-10 00:11:32 GMT Remove leading blank line.
2004-09-20Add support to debian/rules to update config.sub and co...Arch Librarian
Author: doogie Date: 2002-11-09 20:21:53 GMT Add support to debian/rules to update config.sub and config.guess from /usr/share/misc if they exist.
2004-09-20Add support for DEB_HOST_GNU_TYPE and DEB_BUILD_GNU_TYP...Arch Librarian
Author: doogie Date: 2002-11-09 20:13:27 GMT Add support for DEB_HOST_GNU_TYPE and DEB_BUILD_GNU_TYPE detection.
2004-09-20Remove debian/copyright during cleaning, and silence ma...Arch Librarian
Author: doogie Date: 2002-11-09 06:34:13 GMT Remove debian/copyright during cleaning, and silence make when build/environment.mak doesn't exist.
2004-09-20Install locale filesArch Librarian
Author: jgg Date: 2002-10-16 05:58:16 GMT Install locale files
2004-09-20Tidy rules file for emacsArch Librarian
Author: jgg Date: 2002-09-15 22:51:44 GMT Tidy rules file for emacs
2004-09-20LD_LIBRARY_PATH fixArch Librarian
Author: jgg Date: 2001-12-07 05:53:25 GMT LD_LIBRARY_PATH fix
2004-09-20Changed ld_library_pathArch Librarian
Author: jgg Date: 2001-08-03 04:58:10 GMT Changed ld_library_path
2004-09-20Fixed new fakeroot thingArch Librarian
Author: jgg Date: 2001-07-03 00:01:36 GMT Fixed new fakeroot thing
2004-09-20Fixed the not-apt bugsArch Librarian
Author: jgg Date: 2001-04-29 05:49:27 GMT Fixed the not-apt bugs
2004-09-20Neuros fix for missing ProvidesArch Librarian
Author: jgg Date: 2001-04-17 06:46:13 GMT Neuros fix for missing Provides
2004-09-20grr, nevermind... reverting last "fix"Arch Librarian
Author: tausq Date: 2001-03-04 23:01:45 GMT grr, nevermind... reverting last "fix"
2004-09-20reverted the DH_COMPAT=3 changesArch Librarian
Author: tausq Date: 2001-03-04 22:33:02 GMT reverted the DH_COMPAT=3 changes
2004-09-20dh_compat=2Arch Librarian
Author: tausq Date: 2001-03-04 22:26:21 GMT dh_compat=2
2004-09-20some packaging fixesArch Librarian
Author: tausq Date: 2001-03-04 03:21:50 GMT some packaging fixes
2004-09-20glibc/libstdc++ dependency patchesArch Librarian
Author: tausq Date: 2001-02-27 04:16:05 GMT glibc/libstdc++ dependency patches
2004-09-20add apt-extracttemplates to the list of files for apt-utilsArch Librarian
Author: tausq Date: 2001-02-23 04:29:59 GMT add apt-extracttemplates to the list of files for apt-utils
2004-09-200.5.0 readynessArch Librarian
Author: jgg Date: 2001-02-21 04:25:20 GMT 0.5.0 readyness
2004-09-20Join with aliencodeArch Librarian
Author: jgg Date: 2001-02-20 07:03:16 GMT Join with aliencode
2004-09-20Use $@ when touching.Arch Librarian
Author: doogie Date: 2000-06-04 05:37:30 GMT Use $@ when touching.
2004-09-20s/make/$(MAKE)/Arch Librarian
Author: doogie Date: 2000-06-04 05:36:15 GMT s/make/$(MAKE)/
2004-09-20shlibs.local is now a generated file. It hadn't been u...Arch Librarian
Author: doogie Date: 2000-06-04 05:34:58 GMT shlibs.local is now a generated file. It hadn't been updated in so long, it still referenced libpkg and libdeity.
2004-09-20Fix for out of order compliationsArch Librarian
Author: jgg Date: 2000-05-10 05:59:12 GMT Fix for out of order compliations
2004-09-20More usr doc fixesArch Librarian
Author: jgg Date: 1999-12-07 07:38:19 GMT More usr doc fixes
2004-09-20Fixed up share/doc stuffArch Librarian
Author: jgg Date: 1999-11-23 05:36:52 GMT Fixed up share/doc stuff
2004-09-20Fixed more thingsArch Librarian
Author: jgg Date: 1999-05-14 02:51:36 GMT Fixed more things
2004-09-20Arch build dir supportArch Librarian
Author: jgg Date: 1999-04-18 06:51:35 GMT Arch build dir support
2004-09-20update for 0.3.4Arch Librarian
Author: doogie Date: 1999-04-10 06:37:34 GMT update for 0.3.4
2004-09-20Fixed building without debiandoc sgmlArch Librarian
Author: jgg Date: 1999-04-07 06:34:57 GMT Fixed building without debiandoc sgml