]> git.proxmox.com Git - grub2.git/commitdiff
Add a build dependency on automake and python.
authorFelix Zielcke <fzielcke@z-51.de>
Tue, 24 Nov 2009 08:36:57 +0000 (09:36 +0100)
committerFelix Zielcke <fzielcke@z-51.de>
Tue, 24 Nov 2009 08:36:57 +0000 (09:36 +0100)
debian/changelog
debian/control

index cbcc0f9b88d414b109e670fac4f7afbe7f0db3da..49480a951011b5dde1887becc818361ba45b548e 100644 (file)
@@ -15,8 +15,9 @@ grub2 (1.97+20091124-1) unstable; urgency=low
     chainloading. This avoids the (UUID=) hack slowness in case
     /boot/grub is on a different disk then (hd0) in device.map.
   * patches/903_grub_legacy_0_based_partitions.diff: Update.
+  * Add a build dependency on automake and python.
 
- -- Felix Zielcke <fzielcke@z-51.de>  Tue, 24 Nov 2009 09:01:10 +0100
+ -- Felix Zielcke <fzielcke@z-51.de>  Tue, 24 Nov 2009 09:35:56 +0100
 
 grub2 (1.97+20091115-1) unstable; urgency=low
 
index 5535303ca98a4bbdb785f7bfd84c26cc21eb496e..2df8fb53ffe9153786a6698f50713dcd0e9c1e73 100644 (file)
@@ -8,17 +8,19 @@ Build-Depends: cdbs,
  debhelper (>= 7),
  patchutils,
  autoconf,
+ automake,
+ python
  ruby,
  bison,
  po-debconf,
  help2man,
  texinfo,
  gcc-4.4-multilib [sparc],
+ gcc-4.4,
  libncurses5-dev,
  genisoimage [i386 kfreebsd-i386 hurd-i386 kopensolaris-i386 amd64 kfreebsd-amd64 lpia],
  xfonts-unifont,
  libfreetype6-dev,
- gcc-4.4,
 Build-Conflicts: autoconf2.13 
 Standards-Version: 3.8.3
 Homepage: http://www.gnu.org/software/grub/grub-2.en.html