Bug#246865: amd64 support also

Christopher L Cheney Christopher L Cheney <ccheney@debian.org>, 246865@bugs.debian.org
Sun, 23 May 2004 00:40:16 -0500


This is a multi-part MIME message sent by reportbug.

--===============1882559010==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: grubconf
Version: 0.5.1-1
Severity: normal
Followup-For: Bug #246865

Can you please add amd64 support in the next upload as well? I also
noticed that gcc was in the build-deps which isn't needed since its in
build-essential so I removed that in the patch as well. I have included
the patch that I used for the amd64 port on alioth.

Thanks,
Chris Cheney

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (x86_64)
Kernel: Linux 2.6.6-bk2-amd64
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8

--===============1882559010==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="grubconf_0.5.1-1.0.0.1.pure64.patch"

diff -Nrua grubconf-0.5.1/debian/changelog grubconf-0.5.1.pure64/debian/changelog
--- grubconf-0.5.1/debian/changelog	2004-05-23 00:34:18.892907620 -0500
+++ grubconf-0.5.1.pure64/debian/changelog	2004-05-23 00:32:30.930499359 -0500
@@ -1,3 +1,9 @@
+grubconf (0.5.1-1.0.0.1.pure64) unstable; urgency=low
+
+  * Added amd64 to arch list.
+
+ -- Christopher L Cheney <ccheney@debian.org>  Sun, 23 May 2004 00:30:00 -0500
+
 grubconf (0.5.1-1) unstable; urgency=low
 
   * new grubconf release: 0.5.1
diff -Nrua grubconf-0.5.1/debian/control grubconf-0.5.1.pure64/debian/control
--- grubconf-0.5.1/debian/control	2004-05-23 00:34:18.892907620 -0500
+++ grubconf-0.5.1.pure64/debian/control	2004-05-23 00:24:50.122424551 -0500
@@ -3,11 +3,11 @@
 Priority: optional
 Maintainer: Grub-Devel List <pkg-grub-devel@lists.alioth.debian.org>
 Uploaders: Luis R. Rodriguez <mcgrof@ruslug.rutgers.edu>
-Build-Depends: debhelper (>= 4.1.0), gcc, libgnomeui-dev (>= 2.4.0.1-6), autoconf, automake1.4, scrollkeeper, cdbs
+Build-Depends: autoconf, automake1.4, cdbs, debhelper (>= 4.1.0), libgnomeui-dev (>= 2.4.0.1-6), scrollkeeper
 Standards-Version: 3.6.1.0
 
 Package: grubconf
-Architecture: i386 hurd-i386 freebsd-i386 netbsd-i386
+Architecture: amd64 i386 hurd-i386 freebsd-i386 netbsd-i386
 Depends: ${shlibs:Depends}, grub (>= 0.93+cvs20030224-2)
 Description: a Gnome2 based GNU GRUB configuration editor
  grubconf is a Gnome2 based GNU GRUB configuration editor. It provides
diff -Nrua grubconf-0.5.1/debian/rules grubconf-0.5.1.pure64/debian/rules
--- grubconf-0.5.1/debian/rules	2004-05-23 00:34:18.893907392 -0500
+++ grubconf-0.5.1.pure64/debian/rules	2004-05-23 00:28:06.760658121 -0500
@@ -3,6 +3,7 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 DEB_DH_MAKESHLIBS_ARGS_grubconf := -V 
+DEB_CONFIGURE_EXTRA_FLAGS := --enable-splashimage
 
 #binary-post-install/grubconf::
 #	gzip -9 debian/grubconf/usr/share/doc/grubconf/ChangeLog

--===============1882559010==--