summaryrefslogtreecommitdiff
path: root/m4
AgeCommit message (Collapse)AuthorFilesLines
2009-08-26Change dpkg specific m4 macros prefix from SJR_ to DPKG_Guillem Jover2-7/+7
2009-08-16Use AC_*_IFELSE instead of obsolete AC_TRY_* macrosGuillem Jover3-20/+19
2009-08-15Check for host system instead of target at build timeGuillem Jover1-9/+9
Using AC_CANONICAL_TARGET is needed when wanting to support building cross-compiling software. But there's too many assumptions in dpkg that the host system in dpkg-dev is going to match the build system.
2009-08-15Use AC_CANONICAL_TARGET instead of deprecated AC_CANONICAL_SYSTEMGuillem Jover1-1/+1
2009-04-13Detect the curses headers to use instead of hardcoding themGuillem Jover1-0/+2
Wrap the curses headers to use and select them through the config.h macros detected at configure time. This way we can also cleanly detect the path needed by mkcurkeys.pl w/o duplicating the selection logic.
2008-02-19Link dselect against libncurseswFrank Lichtenheld1-3/+4
* m4/libs.m4 (DPKG_LIB_CURSES): Use libncursesw if available. * debian/control: Change build-dependency from libncurses5-dev to libncursesw5-dev.
2008-02-04Use functions from libcompat when those are not provided by the systemGuillem Jover1-0/+14
2008-01-18Do not use backticks inside double quotes in m4 filesGuillem Jover2-4/+4
Fix portability issues with ancient shells on HP-UX. Closes: #24514
2007-10-11Use shipped perl modules when calling perl programs at build timeGuillem Jover1-1/+2
2007-09-23perl.m4: Fix PERL_LIBDIR for prefix != defaultFrank Lichtenheld1-1/+1
Replace the default prefix (vendorprefixexp) with $(prefix) in vendorlibexp. Detected by distcheck
2007-07-21Move variables automatically modified at build time to a new style perlGuillem Jover1-0/+2
module.
2007-03-28Revert revision 691 (Add support for PAM sessions in start-stop-daemon.)Nicolas FRANCOIS1-31/+0
With daemons (i.e. except when --background is used), the session is closed too early. #376165 and #406942 will be tagged wontfix. Thanks to Guillem Jover for noticing.
2007-03-25Fix a typo.Nicolas FRANCOIS1-1/+1
2007-03-25Add support for PAM sessions in start-stop-daemon.Nicolas FRANCOIS1-0/+31
2007-03-20Update svn:ignore attributes.Guillem Jover1-0/+4
2006-09-27Add a new line at the end of m4/compiler.m4 file, to cope with anGuillem Jover1-1/+2
autoreconf failure due to the new m4 1.4.7.
2006-08-08Use dpkg-architecture from the source tree to get the target DebianGuillem Jover1-7/+12
architecture, instead of duplicating the logic in the m4 files.
2006-06-17Set all svn:ignore.Guillem Jover1-0/+29
2006-02-12Remove all the generated files so we don't need to track changes in them.Frank Lichtenheld27-2576/+0
These were actually commited accidently by importing from the source package and not an arch checkout
2006-02-08Use pkg-config to get the proper flags to link against libselinux.Guillem Jover1-2/+2
Add a Build-Dependency on pkg-config, thighten libselinux1-dev to at least version 1.28-4 which provides a .pc file, and remove libsepol1-dev as libselinux1-dev is Depending on it.
2006-01-22When linking statically, explicitly add libsepol, even if its only aGuillem Jover1-1/+1
transitive library. The proper fix should come with a pkg-config file. Based on a patch by Bart Martens <bart.martens@advalvas.be>.
2005-06-12dpkg (1.13.9) unstable; urgency=lowScott James Remnant1-26/+74
The "On like Donkey Kong" Release. * Only open the log file when we first need to write to it, this avoids the need to suppress errors when not root which fakeroot defeated anyway. * Stop dpkg-source clobbering an existing .orig directory during unpacking. Closes: #21236. * Allow an alternate output directory to be specified to dpkg-source by giving a second argument to -x. Closes: #246802, #282323. * Added .arch-inventory to default diff ignore regexp. Closes: #304297. SELinux support (Manoj Srivastava): * On SELinux-enabled systems, try to set the security context when the package is unpacked. Closes: #193653, #249496, #307139. * Added build-dependancy on libselinux1-dev. Improvements to dpkg-source (Brendan O'Dea): * Support unpacking of "Wig And Pen" (Format 2.0) source packages. * Multiple pristine upstream tarballs allowed. * Native and upstream tarballs may be bzip2-compressed instead of gzip, as may the debian diff or tarball. * Unsupported format error fixed to output the unsupported format rather than the supported one. Closes: #156317. -- Scott James Remnant <scott@netsplit.com> Sun, 12 Jun 2005 15:52:43 +0100
2005-03-29dpkg (1.13.4) experimental; urgency=lowScott James Remnant1-1/+1
The "Or the Wabbit gets it" Release * Add -L option to dpkg-architecture to list architecture strings we can accept. -- Scott James Remnant <scott@netsplit.com> Tue, 29 Mar 2005 13:31:15 +0100
2005-03-18dpkg (1.13.2) experimental; urgency=lowScott James Remnant1-69/+32
* md5sum has been removed, the coreutils or textutils version will be diverted to /usr/bin/md5sum. Closes: #6633, #136110. The following bugs are filed against the dpkg md5sum, so no longer apply. Closes: #95755, #193877, #223381, #264195, #270241, #286632, * Take Replaces into account when installing packages; don't issue a "trying to overwrite" error if the file that already exists is in a package that Replaces the one being installed. Closes: #164595, #184635, #277890. * Allow actions and status changes to be logged to a file. Disabled by default, uncomment line in /etc/dpkg/dpkg.cfg to enable. Closes: #957, #53376, #77109, #143882, #284499. * Don't truncate output of 'dpkg -l' when stdout is not a tty. Closes: #92263, #253860, #258608, #261822, #282790. * Fix further compilation problems with gcc 4.0. Closes: #299699 * Handle tar files without trailing slash in directory names. Closes: #287152. * Output arguments to maintainer scripts with -D2. Closes: #237684, #296030. * Architecture Support: - Added ppc64. Closes: #263743. - Split archtable into cputable and ostable, archtable is retained for compatibility with other packages that might use it only. - dpkg-architecture no longer canonises -t argument. Closes: #173205. - dpkg-architecture output includes new DEB_*_ARCH_OS and DEB_*_ARCH_CPU variables that contain the Debian system and CPU names respectively. - dpkg-architecture outputs (mostly) correct GNU system names now, in particular this means that it will output "linux-gnu" instead of "linux". You should use the new _ARCH_OS variables instead. * Documentation: - Add examples to dpkg-divert(8). Closes: #291816. - Correct typo in dpkg-architecture(1). Closes: #299090. -- Scott James Remnant <scott@netsplit.com> Fri, 18 Mar 2005 16:21:32 +0000
2005-03-11dpkg (1.13.1.0.1) experimental; urgency=lowScott James Remnant34-0/+2922
* Bin-MU; recompile against Debian unstable, to make dselect actually installable. -- Scott James Remnant <scott@netsplit.com> Fri, 11 Mar 2005 09:00:14 +0000