So, I've NMU'd it. I've attached the patch I've uploaded.
A better changelog entry might be:
* Don't call configure with --enable-lib64=yes.
This fixes the lib64 rpaths, so no need to call chrpath anymore.
But I was in a bit of a hurry.
Kurt
diff -u acl-2.2.47/debian/changelog acl-2.2.47/debian/changelog
--- acl-2.2.47/debian/changelog
+++ acl-2.2.47/debian/changelog
@@ -1,3 +1,10 @@
+acl (2.2.47-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Don't ship files in /lib64 on amd64.
+
+ -- Kurt Roeckx <[EMAIL PROTECTED]> Wed, 23 Apr 2008 18:58:41 +0200
+
acl (2.2.47-1) unstable; urgency=low
* New upstream release
diff -u acl-2.2.47/debian/control acl-2.2.47/debian/control
--- acl-2.2.47/debian/control
+++ acl-2.2.47/debian/control
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Nathan Scott <[EMAIL PROTECTED]>
Uploaders: Anibal Monsalve Salazar <[EMAIL PROTECTED]>
-Build-Depends: autoconf, debhelper (>= 5), chrpath, gettext, libtool, libattr1-dev (>= 2.4.4)
+Build-Depends: autoconf, debhelper (>= 5), gettext, libtool, libattr1-dev (>= 2.4.4)
Standards-Version: 3.7.3
Homepage: http://oss.sgi.com/projects/xfs/
diff -u acl-2.2.47/debian/rules acl-2.2.47/debian/rules
--- acl-2.2.47/debian/rules
+++ acl-2.2.47/debian/rules
@@ -52,9 +52,6 @@
$(pkgme) $(MAKE) -C build src-manifest
rmdir debian/libacl1-dev/usr/share/doc/acl
rmdir debian/libacl1/usr/share/doc/acl
- chrpath --delete debian/acl/usr/bin/chacl
- chrpath --delete debian/acl/usr/bin/getfacl
- chrpath --delete debian/acl/usr/bin/setfacl
dh_installdocs
dh_installchangelogs
dh_strip
only in patch2:
unchanged:
--- acl-2.2.47.orig/Makefile
+++ acl-2.2.47/Makefile
@@ -41,7 +41,6 @@
--bindir=/usr/bin \
--libdir=/lib \
--libexecdir=/usr/lib \
- --enable-lib64=yes \
--includedir=/usr/include \
--mandir=/usr/share/man \
--datadir=/usr/share \