Package: libdc1394-22
Version: 2.2.1-1
Severity: important
Tags: patch
User: [email protected]
Usertags: arm64
libdc1394-22's config.guess/config.sub are out of date for the
forthcoming arm64 port. The attached patch sets things up so that you
don't have to be bothered by this type of bug for future ports.
* Use the autotools-dev dh addon to update config.guess/config.sub for
arm64.
diff -Nru libdc1394-22-2.2.1/debian/control libdc1394-22-2.2.1/debian/control
--- libdc1394-22-2.2.1/debian/control 2013-05-05 12:58:10.000000000 +0100
+++ libdc1394-22-2.2.1/debian/control 2013-10-10 11:58:28.000000000 +0100
@@ -3,7 +3,7 @@
Priority: extra
Maintainer: Guus Sliepen <[email protected]>
Uploaders: Peter De Schrijver (p2) <[email protected]>
-Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.0), libraw1394-dev (>=
2.0.1), libusb-1.0-0-dev, libx11-dev, libxv-dev, pkg-config, chrpath,
doxygen-latex, texlive-latex-recommended, texlive-fonts-recommended
+Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.0), libraw1394-dev (>=
2.0.1), libusb-1.0-0-dev, libx11-dev, libxv-dev, pkg-config, chrpath,
doxygen-latex, texlive-latex-recommended, texlive-fonts-recommended,
autotools-dev
Standards-Version: 3.9.3
Homepage: http://damien.douxchamps.net/ieee1394/libdc1394/
diff -Nru libdc1394-22-2.2.1/debian/rules libdc1394-22-2.2.1/debian/rules
--- libdc1394-22-2.2.1/debian/rules 2013-05-05 14:17:05.000000000 +0100
+++ libdc1394-22-2.2.1/debian/rules 2013-10-10 11:57:56.000000000 +0100
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@ --parallel
+ dh $@ --parallel --with autotools_dev
override_dh_auto_configure:
dh_auto_configure -- --enable-doxygen-pdf --enable-doxygen-html
Thanks,
--
Colin Watson [[email protected]]
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]