grub2 (1.96+20080203-1ubuntu2) hardy; urgency=low * Update 03_ubuntu_grub_standards. - Don't show splash screen or quiet mode in single user mode. -- Mario Limonciello Wed, 05 Mar 2008 19:05:04 -0600 grub2 (1.96+20080203-1ubuntu1) hardy; urgency=low * debian/default/grub - Show lsb_release rather than statically displaying "Debian" (LP: #192955) - Include Ubuntu specific "quiet splash" on default grub command line. (LP: #193024) * debian/patches: - Add 03_ubuntu_grub_standards to remove GNU/Linux from the default string. (LP: #192955) - Add 04_convert_root_uuid.diff to default to using UUIDs on new GRUB2 installations. (LP: #192956) * debian/control: - Update maintainer per XSBC-Original-Maintainer spec. -- Mario Limonciello Mon, 18 Feb 2008 14:05:06 -0600 grub2 (1.96+20080203-1) unstable; urgency=low * New CVS snapshot (and release, but we skipped that ;-)) - patches/01_regparm.diff: Delete. - Improved XFS support. - util/grub.d/00_header.in: Add runtime error detection (for gfxterm). - Fixes problem when chainloading to Vista. * Fix po-debconf errors. Thanks Thomas Huriaux. (Closes: #402972) * grub.d/05_debian_theme: - Add runtime error detection. - Detect/Enable PNG background when it is present. * control (grub-ieee1275): Remove versioned dependency on powerpc-ibm-utils. -- Robert Millan Sun, 3 Feb 2008 19:31:23 +0100 grub2 (1.95+20080201-1) unstable; urgency=low * New CVS snapshot. * presubj: Improve notice. * patches/01_regparm.diff: Fix CPU context corruption affecting fs/xfs.c. (Closes: #463081, #419766, #462159) * patches/02_libgcc_powerpc_hack.diff: Fix FTBFS on powerpc. (Closes: #457491) * patches/disable_xfs.diff: Actually remove this time... -- Robert Millan Fri, 1 Feb 2008 17:06:00 +0100 grub2 (1.95+20080128-1) unstable; urgency=low * New CVS snapshot. - Fixes bogus CLAIM problems on Apple firmware. (Closes: #449135, #422729) - grub-probe performs sanity checks to make sure our filesystem drivers are usable. (Closes: #462449) - patches/disable_ata.diff: Remove. ATA module isn't auto-loaded in rescue floppies now. - patches/disable_xfs.diff: Remove. See above (about grub-probe). * Bring back grub-emu; it can help a lot with debugging feedback. - control - rules -- Robert Millan Mon, 28 Jan 2008 00:01:11 +0100 grub2 (1.95+20080116-2) unstable; urgency=low * grub.d/05_debian_theme: Enable swirlish beauty. * rules: Obtain debian/legacy/update-grub dynamicaly from GRUB Legacy svn. -- Robert Millan Sat, 19 Jan 2008 13:16:18 +0100 grub2 (1.95+20080116-1) unstable; urgency=low * New CVS snapshot. - update-grub ignores stale *.dpkg-* files. (Closes: #422708, #424223) - LVM/RAID now working properly (except when it affects /boot). (Closes: #425666) - Fixes flickery in timeout message. (Closes: #437275) * grub-pc.postinst: Use `--no-floppy' whenever possible. Die, floppies, die! * Resync with latest version of GRUB Legacy's update-grub. This time, using the $LET_US_TRY_GRUB_2 hack to reuse the same script both for addition of core.img and its removal. * grub-*.install: Add update-grub2 stub. Packages providing /etc/grub.d/ scripts should invoke update-grub2 in both postinst and postrm (whenever it is found, of course). * control: Reorganize a bit, including a complete rewrite of the package descriptions. * control (grub-ieee1275): Enable for i386/amd64. -- Robert Millan Wed, 16 Jan 2008 15:00:54 +0100 grub2 (1.95+20080107-1) unstable; urgency=low * New CVS snapshot. - Supports ReiserFS. (Closes: #430742) - patches/disable_ata.diff: Resync. -- Robert Millan Mon, 7 Jan 2008 12:46:39 +0100 grub2 (1.95+20080105-2) unstable; urgency=low * grub-pc.postinst: Fix covered assumption that menu.lst exists. (Closes: #459247) * copyright: Fix copyright/license reference. -- Robert Millan Sun, 6 Jan 2008 18:02:28 +0100 grub2 (1.95+20080105-1) unstable; urgency=low * New CVS snapshot. - Fixes install on non-devfs systems with devfs-style paths (ouch). (Closes: #450709). - Fixes boot of "Linux" zImages (including memtest86+). (Closes: #436113). - Corrects usage message in grub-setup. (Closes: #458600). - patches/menu_color.diff: Remove. Made obsolete by `menu_color_normal' and `menu_color_highlight' variables. Add/install grub.d/05_debian_theme to make use of them. * Reestructure grub-pc.postinst. Notably: - Do not touch menu.lst unless user has confirmed it (via debconf). (Closes: #459247) - When we do, keep a backup in /boot/grub/menu.lst_backup_by_grub2_postinst. -- Robert Millan Sat, 5 Jan 2008 17:55:37 +0100 grub2 (1.95+20080101-1) unstable; urgency=low * New CVS snapshot. - patches/disable_xfs.diff: Rewrite in a way that won't collide with upstream changes so often. - unifont.hex now processed by upstream. - rules: Disable build of unifont.pff. - *.install: Remove build/unifont.pff line. - patches/menu_color.diff: Change menu color to our traditional blue theme. * Support new dpkg fields (Homepage, Vcs-Svn, Vcs-Browser). * patches/disable_ata.diff: Prevent ATA module from being built on i386-pc. -- Robert Millan Tue, 1 Jan 2008 19:45:30 +0100 grub2 (1.95+20071101-1) unstable; urgency=low * New CVS snapshot. - patches/linuxbios.diff: Remove (supported in upstream now). -- Robert Millan Thu, 1 Nov 2007 13:18:51 +0100 grub2 (1.95+20071004-2) unstable; urgency=low * Rename debian/grub-of.* to debian/grub-ieee1275.*. * Add debian/grub-linuxbios.{postinst,dirs,install}. * rules: Fix/Overrride lintian warnings (unstripped-binary-or-object). * Remove grub-linuxbios.postinst. -- Robert Millan Wed, 10 Oct 2007 23:56:35 +0200 grub2 (1.95+20071004-1) unstable; urgency=low * New CVS snapshot. * Add grub-linuxbios package. - patches/linuxbios.diff - control - rules * Rename grub-of to grub-ieee1275 to match with upstream conventions. - control - rules -- Robert Millan Thu, 4 Oct 2007 14:42:30 +0200 grub2 (1.95+20070829-1) unstable; urgency=low * New CVS snapshot. - Includes fix for parallel builds. * rules: Append -j flag to $(MAKE) to take advantage of >1 processors. * Add reference to /usr/share/common-licenses. - debian/copyright - debian/control (all packages): Add base-files (>= 4.0.1) dependency. -- Robert Millan Sat, 1 Sep 2007 19:00:22 +0200 grub2 (1.95+20070828-2) unstable; urgency=low * control (grub-of): Make depends on powerpc-ibm-utils versioned as >= 1.0.6 (older versions don't have -a flag). -- Robert Millan Tue, 28 Aug 2007 23:32:32 +0200 grub2 (1.95+20070828-1) unstable; urgency=low * New CVS snapshot. - Adds ntfs support. - Fixes a pair of issues indirectly breaking grub-probe on powerpc. (Closes: #431488) - patches/disable_xfs.diff: Resync. - copyright: License upgraded to GPLv3. * control (grub-of Depends): Add powerpc-utils (for nvsetenv) and bc. -- Robert Millan Tue, 28 Aug 2007 21:24:14 +0200 grub2 (1.95+20070626-1) unstable; urgency=low * New CVS snapshot. - More fixes to cope with unreadable /. (Closes: #427289) - update-grub supports multiple terminals. * control (Build-Depends): Add genisoimage. * patches/partmap_fallback.diff: Remove. It didn't archieve anything as it also needs support for proper identification of raid / lvm (this is being worked on). * patches/disable_xfs.diff: Disable xfs in grub-probe. * grub-rescue-pc.README.Debian: New. Explain how to use the rescue images. -- Robert Millan Tue, 26 Jun 2007 08:39:14 +0200 grub2 (1.95+20070614-1) unstable; urgency=low * New CVS snapshot. - update-grub is tollerant to unreadable / (as long as /boot is accessible). (Closes: #427289) * grub-pc.postinst: Generate new grub.cfg when menu.lst exists. * New package grub-rescue-pc. - control: Add it. - README.Debian.in: Remove obsolete documentation. - rules: Build rescue images using grub-mkrescue. - grub-rescue-pc.dirs: Prepare their directory. - grub-rescue-pc.install: Install them. * legacy/update-grub: Fix core.img detection on separate /boot. -- Robert Millan Thu, 14 Jun 2007 08:17:21 +0200 grub2 (1.95+20070604-1) unstable; urgency=low * New CVS snapshot. - patches/grub_probe_for_everyone.diff: Remove (merged). - update-grub exports user-defined GRUB_CMDLINE_LINUX. (Closes: #425453) - Fix those nasty powerpc bugs. (Closes: #422729) -- Robert Millan Mon, 4 Jun 2007 21:30:55 +0200 grub2 (1.95+20070520-1) unstable; urgency=low * New CVS snapshot. - LVM / RAID fixes. (Closes: #423648, #381150) - Fix memory management bug. (Closes: #423409) - patches/efi.diff: Remove (merged). - patches/grub_probe_for_everyone.diff: Use the new paths for util/grub-probe.c, util/biosdisk.c, util/getroot.c. Enable grub-mkdevicemap. (Closes: #424985) * legacy/update-grub: Get rid of all grub-set-default calls. (Closes: #425054) * grub-{pc,efi,of}.postinst: Only run update-grub if grub.cfg already exists. * grub-pc.postinst: Only run GRUB Legacy compat stuff if menu.lst is found. * patches/partmap_fallback.diff: New. Implement fallback "pc gpt" for partmap detection failures. (Closes: #423022) * control: Update XS-Vcs-* fields. Thanks Sam Morris . (Closes: #425146) * grub-{pc,efi,of}.{dirs,postinst}: Move unifont.pff to /usr/share/grub. -- Robert Millan Sun, 20 May 2007 11:13:03 +0200 grub2 (1.95+20070515-1) unstable; urgency=low * New CVS snapshot. - Fix assumptions about /, /boot and /boot/grub being the same device. (Closes: #423268, #422459) - Proper sorting of Linux images. (Closes: #422580) - update-grub lets /etc/default/grub override its variables now. (Closes: #423649) - update-grub mentions /etc/default/grub in the grub.cfg header. (Closes: #423651) - update-grub sets 800x600x16 as the default gfxmode. (Closes: #422794) - update-grub runs grub-mkdevicemap before attempting to use grub-probe (part of #423217) [ Otavio Salvador ] * Add support to DEB_BUILD_OPTIONS=noopt. Thanks to Sam Morris for the patch. (Closes: #423005) * Add Robert Millan as uploader. * Change build-dependency from liblzo-dev to liblzo2-dev. (Closes: #423358) [ Robert Millan ] * grub-pc.postinst: - Remove /boot/grub/device.map before running grub-install. (Closes: #422851) - Always run update-grub after grub-install. (part of #423217) - Use grub-mkdevicemap instead of removing device.map, since update-grub needs it but grub-install is not run unconditionaly. - Redirect grub-install invocation to /dev/null, since it can mislead users into thinking that MBR was overwritten. (part of #423217) * default/grub: Stop exporting the variables (update-grub does that now). * Misc EFI fixes, including new grub-install. - patches/efi.diff: New. - patches/grub_probe_for_everyone.diff: Move some bits to efi.diff. - grub-efi.install: Stop installing dummy grub-install. - grub-install: Remove. * grub-pc.postinst: Avoid generating core.img when menu.lst is not present, to avoid duplicated work (this is specialy important for d-i). (part of #423217). * See multiple references above. (Closes: #423217) * grub-{pc,efi,of}.{dirs,install}: Install presubj in the right directory to make it work again (oops). * Add reportbug script to gather debugging information. (Closes: #423218) - script: New. - grub-{pc,efi,of}.install: Install it. * Install the reportbug scripts for grub2 too, since users might still use it for bugfiling. - grub2.dirs - grub2.install * Fix some lintian warnings. - control (grub2): Depend on debconf. - README.Debian.in: Fix mispell. - grub2.templates: Remove extra dot. -- Robert Millan Tue, 15 May 2007 22:08:53 +0200 grub2 (1.95+20070507-1) unstable; urgency=low [ Robert Millan ] * New CVS snapshot. - patches/build_neq_src.diff: Remove (merged). * Fix debhelper files to ensure each package gets the right thing. * Enable gfxterm/unifont support. * On grub-pc, if there's no core.img setup, create one (but do not risk writing to MBR). * On grub-pc, if menu.lst is found, regenerate it to include our core.img. [ Otavio Salvador ] * Move debian/update-grub to debian/legacy/update-grub otherwise the source gets messy. -- Otavio Salvador Mon, 07 May 2007 18:48:14 -0300 grub2 (1.95+20070505.1-3) unstable; urgency=low * Split postinst into grub2.postinst (with the transition warning) and postinst.in, with update-grub invocation for grub-{pc,efi,of}. - postinst.in - grub2.postinst - rules -- Robert Millan Sun, 6 May 2007 01:20:04 +0200 grub2 (1.95+20070505.1-2) unstable; urgency=low * Add EFI build of GRUB. - control: Restructure to provide 3 packages: grub-pc (x86), grub-efi (x86) and grub-of (powerpc). - rules: Handle a separate build for each package. - patches/build_neq_src.diff: Fix builddir == srcdir assumptions. - patches/grub_probe_for_everyone.diff: New (superceds powerpc_probe.diff). Enable grub-probe on powerpc and i386-efi. - grub-install: Dummy informational grub-install for EFI. - grub-efi.install: Installs it. -- Robert Millan Sun, 6 May 2007 00:23:56 +0200 grub2 (1.95+20070505.1-1) unstable; urgency=low * New CVS snapshot. * patches/powerpc_probe.diff: Add partmap/gpt.c to grub-probe. * control (Architecture): Temporarily disable powerpc. Sorry, but runtime is currently broken and we don't have the hardware to debug it. Will be re-enabled in next upload. -- Robert Millan Sat, 5 May 2007 21:52:49 +0200 grub2 (1.95+20070505-1) unstable; urgency=low * New CVS snapshot. - Improved grub.cfg parser. (Closes: #381215) - patches/fix-grub-install.diff: Remove (merged). - control (Build-Depends): Remove libncurses5-dev (no longer needed). - provides update-grub2. (Closes: #419151) - Supports GPT in PC/BIOS systems. (Closes: #409073) * control (Build-Depends): Add gcc-multilib to fix FTBFS. * control (Description): Make it less scary, and more informative. * postinst: Run update-grub to ensure the latest improvements always are applied. * patches/powerpc_probe.diff: Attempt at making grub-probe build/install on powerpc (and hopefuly update-grub). -- Robert Millan Sat, 5 May 2007 01:49:07 +0200 grub2 (1.95-5) unstable; urgency=low * Fix FTBFS on kFreeBSD. Thanks to Aurelien Jarno by providing the patch. Closes: #416408 -- Otavio Salvador Fri, 30 Mar 2007 19:20:48 -0300 grub2 (1.95-4) unstable; urgency=low * Fix powerpc grub-install binary path. Closes: #402838 -- Otavio Salvador Thu, 22 Mar 2007 23:45:56 -0300 grub2 (1.95-3) unstable; urgency=low [ Christian Perrier ] * Switch to po-debconf for debconf templates. Closes: #402972 * Depend on ${misc:Depends} and not "debconf" to allow cdebconf to be used * Debconf translations: - French - Czech. Closes: #413327 - Galician. Closes: #413323 - Swedish. Closes: #413325 - Portuguese. Closes: #413332 - German. Closes: #413365 - Tamil. Closes: #413478 - Russian. Closes: #413542 - Italian. Closes: #413904 - Romanian. Closes: #414443 -- Otavio Salvador Tue, 20 Mar 2007 23:46:38 -0300 grub2 (1.95-2) unstable; urgency=low [ Robert Millan ] * update-grub: Fix for Xen hypervisor entries, thanks Aaron Schrab. (Closes: #394706) * Transition to new numbering scheme for partitions. (Closes: #395019) - update-grub: Don't substract 1 when converting partition device names to grub drives. - Add debconf warning explaining the situation. * Rewrite Architecture line back to hardcoded list :(. (Closes: #398060) -- Otavio Salvador Mon, 11 Dec 2006 05:08:41 -0200 grub2 (1.95-1) unstable; urgency=low * New upstream release. - patches/03_revert_partition_numbering.diff: Delete (obsoleted). -- Robert Millan Sat, 14 Oct 2006 21:19:21 +0200 grub2 (1.94+20061003-1) unstable; urgency=high * New CVS snapshot. [ Otavio Salvador ] * Change debhelper compatibility mode to 5: - debian/compat: setted to 5; * control (Build-Depends): Add lib32ncurses5-dev for ppc64. Closes: #389873 * Set urgency=high since it's experimental stuff and tagged likewise. It also solved a serious bug on PowerPC that leave users with a black screen. [ Robert Millan ] * control (Depends): Add powerpc-ibm-utils for powerpc/ppc64. (Closes: #372186) -- Otavio Salvador Tue, 3 Oct 2006 16:49:32 -0300 grub2 (1.94+20060926-1) unstable; urgency=high * New CVS snapshot. - Command-line editting fix (Closes: #381214). - Fixes runtime breakage on amd64 (not in BTS). - Delete a few patches (merged). [ Robert Millan ] * Set urgency=high. Might seem like a rush, but it can't possibly be worse than 1.94-5 (broken on systems that use udev, broken on amd64...). * Pure ppc64 support. - control (Architecture): Add any-ppc64. - control (Build-Depends): Add libc6-dev-powerpc [ppc64]. * rules: Remove moddep.lst install command (no longer needed). * patches/03_revert_partition_numbering.diff: New. Revert a commit that broke grub-probefs. * Add bug template to encourage sending upstream stuff directly to upstream. - presubj: New. [ Otavio Salvador ] * Add XS-X-Vcs-Svn on control file and point it to our current svn repository. * Add cvs-snapshot to rules. -- Otavio Salvador Tue, 26 Sep 2006 16:14:36 -0300 grub2 (1.94-6) unstable; urgency=low [ Robert Millan ] * update-grub: Set interpreter to /bin/bash to cope with non-POSIX extensions. (mentioned in #361929) * patches/03_avoid_recursing_into_dot_static.diff: New. Avoid recursing into dotdirs (e.g. ".static"). * patches/04_mkdevicemap_dont_assume_floppies.diff: New. Don't assume /dev/fd0 exists when generating device.map. -- Otavio Salvador Thu, 14 Sep 2006 16:07:30 -0300 grub2 (1.94-5) unstable; urgency=low [ Robert Millan ] * control (Build-Depends): s/any-amd64/amd64 kfreebsd-amd64/g (this seems to confuse buildds). * 02_not_remove_menu_lst.patch: New patch. Skip menu.lst removal in grub-install. (Closes: #372934) -- Otavio Salvador Sun, 20 Aug 2006 12:02:13 -0300 grub2 (1.94-4) unstable; urgency=low [ Otavio Salvador ] * 01_fix_amd64_building.patch: dropped since it now supports amd64 native building. * Remove convert_kernel26 usage since it's not necessary anymore and due initramfs-tools changes it's bug too. [ Robert Millan ] * Fork update-grub from grub legacy, and tweak a few commands in output to make it work for grub2. * Update README.Debian.in with more recent (and easier) install instructions. * Add grub to Conflicts/Replaces. Too many commands with the same name, even if they don't use the same path yet (but will likely do in the future, see #361929). * Get rid of control.in, which I introduced in 0.6+20040805-1 and turned out to be an endless source of problems (and forbidden by policy as well). * Fix FTBFS on amd64. Really closes: #372548. -- Otavio Salvador Fri, 18 Aug 2006 15:38:25 -0300 grub2 (1.94-3) unstable; urgency=low * Fix FTBFS in amd64. Closes: 372548 -- Otavio Salvador Sat, 10 Jun 2006 19:57:01 -0300 grub2 (1.94-2) unstable; urgency=low * Update grub images paths in README.Debian * 01_fix_grub-install.patch: add to fix a problem with PowerPC installation. Refs: #371069 * Fix FTBFS in amd64. Closes: #370803 -- Otavio Salvador Fri, 9 Jun 2006 09:29:40 -0300 grub2 (1.94-1) unstable; urgency=low * New upstream release. - Fix powerpc building. Closes: #370259 - 01_fix_grub-install.patch: merged upstream. - Moved modules to /usr/lib/grub since they are architecture dependent. * Leave CDBS set debhelper compatibility level. * Allow amd64 build to happen. Closes: #364956 * Enforce building in 32bits while running in x86_64 machines. * Update Standards version to 3.7.2. No changes need. -- Otavio Salvador Mon, 5 Jun 2006 12:49:09 -0300 grub2 (1.93-1) unstable; urgency=low * New upstream release. - Added support to PowerPC. Closes: #357853 - 01_fix_grub-install.patch: rediff. * Update Standards version to 3.6.2. No changes need. * Start to use new dpkg architecture definition. Closes: #360134 -- Otavio Salvador Sat, 1 Apr 2006 10:07:17 -0300 grub2 (1.92-2) unstable; urgency=low * Add bison on build-depends field. Closes: #346178 * Add more fixes in 01_fix_grub-install.patch. Closes: #346177 -- Otavio Salvador Fri, 6 Jan 2006 09:48:08 -0200 grub2 (1.92-1) unstable; urgency=low * New upstream release. - Add support for GPT partition table format. - Add a new command "play" to play an audio file on PC. - Add support for Linux/ADFS partition table format. - Add support for BASH-like scripting. - Add support for Apple HFS+ filesystems. * 01_fix_grub-install.patch: Added. Fix grub-install to use /bin/grub-mkimage instead of /sbin/grub-mkimage. Closes: #338824 * Do not use CDBS tarball mode anymore. Closes: #344272 -- Otavio Salvador Thu, 5 Jan 2006 15:20:40 -0200 grub2 (1.91-0) unstable; urgency=low * New upstream release. Closes: #331211 * debian/watch: added. * debian/control.in, debian/control: Add libncurses5-dev in Build-Depends. Closes: #304638 * Remove Robert Millan as uploader; * Add myself as uploader; -- Otavio Salvador Sat, 12 Nov 2005 16:35:18 -0200 grub2 (0.6+20050203-2) unstable; urgency=low * Disable for powerpc. Reportedly it fails to boot. -- Robert Millan Fri, 4 Feb 2005 01:52:09 +0100 grub2 (0.6+20050203-1) unstable; urgency=low * New upstream snapshot. * Install moddep.lst properly in a cpu-independant way. (Closes: #264115) * Use cdbs debian/control autogeneration. - Set DEB_AUTO_UPDATE_DEBIAN_CONTROL = yes. - Move control to control.in. - Add a @cdbs@ tag and replace Architecture with Cpu/System. * control.in (Build-Depends): Add ruby. -- Robert Millan Thu, 3 Feb 2005 22:33:39 +0100 grub2 (0.6+20040805-1) unstable; urgency=low * New upstream snapshot. * Uploading to unstable so that powerpc users can be blessed by GRUB too. * Use type-handling to generate dpkg arch list. - control.in - rules -- Robert Millan Thu, 5 Aug 2004 20:50:16 +0200 grub2 (0.6+20040502-1) experimental; urgency=low * New upstream snapshot. - Fix FTBFS on powerpc. -- Robert Millan Sun, 2 May 2004 18:16:29 +0200 grub2 (0.6+20040429-1) experimental; urgency=low * New upstream snapshot. - control (Architecture): Add powerpc. -- Robert Millan Thu, 29 Apr 2004 20:41:31 +0200 grub2 (0.6+20031125-1) experimental; urgency=low * New upstream snapshot. - patches/multiboot.diff: Nuked. - install,docs: Update directory name. * control (Maintainer): Set to pkg-grub-devel mailing list. * control (Uploaders): Add myself. * control (Architecture): Add freebsd-i386 and netbsd-i386. -- Robert Millan Tue, 25 Nov 2003 23:48:18 +0100 grub2 (0.6+20031114-1) experimental; urgency=low * New upstream snapshot. - README.Debian: s/fat/ext2/g (We now have ext2fs support). * Add multiboot support, thanks to Jeroen Dekkers for his patch. - patches/multiboot.diff: New. - control (Architecture): Add hurd-i386 (which needed multiboot). * Rename package to grub2 (to follow upstream tendency). - control: Ditto. - README.Debian: Likewise. * Switch to tarball mode. - rules: Ditto. - docs: Prefix paths in order to workaround dh_installdocs bug. - install: Likewise, but not because of bug (should be in rules, actualy). * Fix FTBFS. (Closes: #213868) - control (Build-Depends): Add autoconf. - control (Build-Conflicts): Add autoconf2.13. -- Robert Millan Fri, 14 Nov 2003 13:16:12 +0100 pupa (0.6+20031008-1) experimental; urgency=low * New upstream snapshot. * Uploading to experimental. * debian/control: Add Jason Thomas to Uploaders. -- Robert Millan Wed, 8 Oct 2003 13:22:50 +0000 pupa (0.6+20030915-1) unstable; urgency=low * Initial Release. (Closes: #211030) -- Robert Millan Mon, 15 Sep 2003 14:58:42 +0000