Package: cal3d
Version: 0.11.0-4.1
Followup-For: Bug #727335
User: [email protected]
Usertags: origin-ubuntu trusty ubuntu-patch
Dear Maintainer,
In Ubuntu, the attached patch was applied to achieve the following:
* Use dh-autoreconf to get new libtool macros for ppc64el and update
config.{sub,guess} for new arches.
Thanks for considering the patch.
Logan Rosen
-- System Information:
Debian Release: wheezy/sid
APT prefers trusty-updates
APT policy: (500, 'trusty-updates'), (500, 'trusty-security'), (500,
'trusty'), (100, 'trusty-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.12.0-7-generic (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u cal3d-0.11.0/debian/rules cal3d-0.11.0/debian/rules
--- cal3d-0.11.0/debian/rules
+++ cal3d-0.11.0/debian/rules
@@ -17,7 +17,7 @@
config.status: configure
dh_testdir
-
+ dh_autoreconf
LIBS="$(LIBS)" \
./configure \
--host=$(DEB_HOST_GNU_TYPE) \
@@ -50,7 +50,7 @@
rm -f build-stamp
[ ! -f Makefile ] || $(MAKE) distclean
-
+ dh_autoreconf_clean
dh_clean
install: build
diff -u cal3d-0.11.0/debian/control cal3d-0.11.0/debian/control
--- cal3d-0.11.0/debian/control
+++ cal3d-0.11.0/debian/control
@@ -2,7 +2,7 @@
Section: libs
Priority: optional
Maintainer: Michael Koch <[email protected]>
-Build-Depends: debhelper (>= 5), doxygen, dpkg-dev (>= 1.16.1)
+Build-Depends: debhelper (>= 5), doxygen, dpkg-dev (>= 1.16.1), dh-autoreconf
Standards-Version: 3.8.2
Homepage: https://gna.org/projects/cal3d/
diff -u cal3d-0.11.0/debian/changelog cal3d-0.11.0/debian/changelog