--- zbar-0.8+dfsg.orig/debian/zbar-tools.install +++ zbar-0.8+dfsg/debian/zbar-tools.install @@ -0,0 +1,2 @@ +/usr/bin/zbarimg +/usr/bin/zbarcam --- zbar-0.8+dfsg.orig/debian/libzbargtk-dev.install +++ zbar-0.8+dfsg/debian/libzbargtk-dev.install @@ -0,0 +1,5 @@ +/usr/include/zbar/zbargtk.h +/usr/lib/libzbargtk.la +/usr/lib/libzbargtk.a +/usr/lib/libzbargtk.so +/usr/lib/pkgconfig/zbar-gtk.pc --- zbar-0.8+dfsg.orig/debian/changelog +++ zbar-0.8+dfsg/debian/changelog @@ -0,0 +1,105 @@ +zbar (0.8+dfsg-3ubuntu2) karmic; urgency=low + + * No-change rebuild against libmagick++2 + + -- Steve Langasek Mon, 07 Sep 2009 21:03:03 +0000 + +zbar (0.8+dfsg-3ubuntu1) karmic; urgency=low + + * As written by upstream in the NEWS file, this is an only-bugfix release: + "This is a bugfix release just to clean up a few issues found in the + last release. Existing users are encouraged to upgrade to pick up + these fixes." + * Also fix FTBFS: + - debian/control: Build-Depends on python-support + - debian/rules: Call dh_pysupport. + + -- Alessio Treglia Sun, 30 Aug 2009 21:37:34 +0200 + +zbar (0.8+dfsg-3) unstable; urgency=low + + * Updating package to standards version 3.8.3. + * Removing vcs fields. + * Orphaning package. + + -- Daniel Baumann Thu, 27 Aug 2009 10:04:11 +0200 + +zbar (0.8+dfsg-2) unstable; urgency=low + + * Correcting spelling of Qt in package descriptions (Closes: #534426). + + -- Daniel Baumann Sun, 26 Jul 2009 21:03:26 +0200 + +zbar (0.8+dfsg-1) unstable; urgency=low + + * Merging upstream version 0.8+dfsg. + * Updating dfsg.patch. + * Updating package to standards version 3.8.2. + * Updating year in copyright file. + + -- Daniel Baumann Tue, 07 Jul 2009 16:17:32 +0200 + +zbar (0.7+dfsg-1) unstable; urgency=low + + * Merging upstream version 0.7+dfsg. + * Adding upstream target in rules file. + * Adding patch to ignore stripped out documentation during build. + * Renaming binary and source package from zebra to zbar to match + upstream. + * Removing manpages from zbar-tools debhelper install file, manpages + are stripped out in dfsg tarball. + * Updating section of the debug package. + * Using correct rfc-2822 date formats in changelog. + + -- Daniel Baumann Sun, 17 May 2009 12:50:49 +0200 + +zebra (0.7-1) unstable; urgency=low + + * Merging upstream version 0.7. + * Updating debhelper install files to cope with upstreams zebra to zbar + rename. + + -- Daniel Baumann Sun, 26 Apr 2009 16:43:00 +0200 + +zebra (0.6-1) unstable; urgency=low + + * Updating imagemagick build-depends. + * Updating standards to 3.8.1. + * Merging upstream version 0.6. + * Unsetting LDFLAGS (which are exported to the environment by newer dpkg), + otherwise python modules fail to build. + * Tidy rules file. + * Updating year in copyright file. + + -- Daniel Baumann Sun, 26 Apr 2009 16:30:00 +0200 + +zebra (0.5+debian-4) unstable; urgency=low + + * Sorting config.guess/config.sub handling in rules. + * Passing flags to configure as arguments. + * Removing unnecessary passing of sourcedir to dh_install. + + -- Daniel Baumann Wed, 17 Dec 2008 21:21:00 +0100 + +zebra (0.5+debian-3) unstable; urgency=low + + * Replacing obsolete dh_clean -k with dh_prep. + * Adding conflicts against quagga to avoid /usr/lib/libzebra.a clash + (Closes: #505268). + + -- Daniel Baumann Tue, 11 Nov 2008 12:07:00 +0100 + +zebra (0.5+debian-2) unstable; urgency=low + + * Adding conflicts against libpacklib1-dev to avoid + /usr/include/zebra.h clash, unlikely that there is another solution + possible (Closes: #504526). + + -- Daniel Baumann Tue, 04 Nov 2008 21:07:00 +0100 + +zebra (0.5+debian-1) unstable; urgency=low + + * Initial release (Closes: #502992). + * Rebuild upstream tarball without debian directory. + + -- Daniel Baumann Thu, 23 Oct 2008 12:29:00 +0200 --- zbar-0.8+dfsg.orig/debian/libzbarqt-dev.docs +++ zbar-0.8+dfsg/debian/libzbarqt-dev.docs @@ -0,0 +1,3 @@ +NEWS +HACKING +TODO --- zbar-0.8+dfsg.orig/debian/libzbarqt0.docs +++ zbar-0.8+dfsg/debian/libzbarqt0.docs @@ -0,0 +1,3 @@ +NEWS +HACKING +TODO --- zbar-0.8+dfsg.orig/debian/zbar-tools.docs +++ zbar-0.8+dfsg/debian/zbar-tools.docs @@ -0,0 +1,3 @@ +NEWS +HACKING +TODO --- zbar-0.8+dfsg.orig/debian/libzbar-dev.install +++ zbar-0.8+dfsg/debian/libzbar-dev.install @@ -0,0 +1,14 @@ +/usr/include/zbar.h +/usr/include/zbar/Decoder.h +/usr/include/zbar/Exception.h +/usr/include/zbar/Image.h +/usr/include/zbar/ImageScanner.h +/usr/include/zbar/Processor.h +/usr/include/zbar/Scanner.h +/usr/include/zbar/Symbol.h +/usr/include/zbar/Video.h +/usr/include/zbar/Window.h +/usr/lib/libzbar.a +/usr/lib/libzbar.la +/usr/lib/libzbar.so +/usr/lib/pkgconfig/zbar.pc --- zbar-0.8+dfsg.orig/debian/libzbargtk0.docs +++ zbar-0.8+dfsg/debian/libzbargtk0.docs @@ -0,0 +1,3 @@ +NEWS +HACKING +TODO --- zbar-0.8+dfsg.orig/debian/control +++ zbar-0.8+dfsg/debian/control @@ -0,0 +1,113 @@ +Source: zbar +Section: libs +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian QA Group +Build-Depends: debhelper (>= 7), quilt, autotools-dev, libgtk2.0-dev, libmagick++-dev, libqt4-dev, libx11-dev, pkg-config, python-dev, python-gtk2-dev, python-support (>= 0.5.3) +Standards-Version: 3.8.3 +Homepage: http://zbar.sourceforge.net/ +Vcs-Browser: http://git.debian.net/?p=debian/zbar.git +Vcs-Git: git://git.debian.net/git/debian/zbar.git + +Package: zbar-tools +Section: graphics +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, libzbar0 (= ${binary:Version}) +Description: scanning and decoding bar codes (utilities) + ZBar is a library for scanning and decoding bar codes from various sources + such as video streams, image files or raw intensity sensors. It supports EAN, + UPC, Code 128, Code 39 and Interleaved 2 of 5. + . + This package contains basic applications for decoding captured bar code images + and using a video4linux device (e.g. webcam) as a bar code scanner. + +Package: zbar-dbg +Priority: extra +Section: debug +Architecture: any +Depends: zbar-tools (= ${binary:Version}), libzbar0 (= ${binary:Version}), libzbar-dev (= ${binary:Version}), python-zbarpygtk (= ${binary:Version}), libzbargtk0 (= ${binary:Version}), libzbargtk-dev (= ${binary:Version}), libzbarqt0 (= ${binary:Version}), libzbarqt-dev (= ${binary:Version}) +Description: scanning and decoding bar codes (debug) + ZBar is a library for scanning and decoding bar codes from various sources + such as video streams, image files or raw intensity sensors. It supports EAN, + UPC, Code 128, Code 39 and Interleaved 2 of 5. + . + This package contains the debugging symbols. + +Package: libzbar0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: scanning and decoding bar codes (library) + ZBar is a library for scanning and decoding bar codes from various sources + such as video streams, image files or raw intensity sensors. It supports EAN, + UPC, Code 128, Code 39 and Interleaved 2 of 5. + . + This package contains the library. + +Package: libzbar-dev +Section: libdevel +Architecture: any +Depends: libzbar0 (= ${binary:Version}), libmagick++9-dev, libx11-dev +Conflicts: libpacklib1-dev, quagga +Description: scanning and decoding bar codes (development) + ZBar is a library for scanning and decoding bar codes from various sources + such as video streams, image files or raw intensity sensors. It supports EAN, + UPC, Code 128, Code 39 and Interleaved 2 of 5. + . + This package contains the development files. + +Package: python-zbarpygtk +Section: python +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, + libzbar0 (= ${binary:Version}), python-gtk2 +Description: scanning and decoding bar codes (PyGTK bindings) + ZBar is a library for scanning and decoding bar codes from various sources + such as video streams, image files or raw intensity sensors. It supports EAN, + UPC, Code 128, Code 39 and Interleaved 2 of 5. + . + This packagein contains the PyGTK bindings. + +Package: libzbargtk0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, libzbar0 (= ${binary:Version}) +Description: scanning and decoding bar codes (GTK+ bindings) + ZBar is a library for scanning and decoding bar codes from various sources + such as video streams, image files or raw intensity sensors. It supports EAN, + UPC, Code 128, Code 39 and Interleaved 2 of 5. + . + This package contains the GTK+ bindings. + +Package: libzbargtk-dev +Section: libdevel +Architecture: any +Depends: libzbargtk0 (= ${binary:Version}), libgtk2.0-dev +Description: scanning and decoding bar codes (GTK+ bindings development) + ZBar is a library for scanning and decoding bar codes from various sources + such as video streams, image files or raw intensity sensors. It supports EAN, + UPC, Code 128, Code 39 and Interleaved 2 of 5. + . + This package contains the development files for the GTK+ bindings. + +Package: libzbarqt0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, libzbar0 (= ${binary:Version}) +Description: scanning and decoding bar codes (Qt bindings) + ZBar is a library for scanning and decoding bar codes from various sources + such as video streams, image files or raw intensity sensors. It supports EAN, + UPC, Code 128, Code 39 and Interleaved 2 of 5. + . + This package contains the Qt bindings. + +Package: libzbarqt-dev +Section: libdevel +Architecture: any +Depends: libzbarqt0 (= ${binary:Version}), libqt4-dev +Description: scanning and decoding bar codes (Qt bindings development) + ZBar is a library for scanning and decoding bar codes from various sources + such as video streams, image files or raw intensity sensors. It supports EAN, + UPC, Code 128, Code 39 and Interleaved 2 of 5. + . + This package contains the development files for the Qt bindings. --- zbar-0.8+dfsg.orig/debian/libzbarqt0.install +++ zbar-0.8+dfsg/debian/libzbarqt0.install @@ -0,0 +1 @@ +/usr/lib/libzbarqt.so.* --- zbar-0.8+dfsg.orig/debian/libzbar0.install +++ zbar-0.8+dfsg/debian/libzbar0.install @@ -0,0 +1 @@ +/usr/lib/libzbar.so.* --- zbar-0.8+dfsg.orig/debian/compat +++ zbar-0.8+dfsg/debian/compat @@ -0,0 +1 @@ +7 --- zbar-0.8+dfsg.orig/debian/libzbar-dev.docs +++ zbar-0.8+dfsg/debian/libzbar-dev.docs @@ -0,0 +1,3 @@ +NEWS +HACKING +TODO --- zbar-0.8+dfsg.orig/debian/libzbarqt-dev.install +++ zbar-0.8+dfsg/debian/libzbarqt-dev.install @@ -0,0 +1,5 @@ +/usr/include/zbar/QZBar*.h +/usr/lib/libzbarqt.la +/usr/lib/libzbarqt.a +/usr/lib/libzbarqt.so +/usr/lib/pkgconfig/zbar-qt.pc --- zbar-0.8+dfsg.orig/debian/copyright +++ zbar-0.8+dfsg/debian/copyright @@ -0,0 +1,42 @@ +Author: Jeff Brown +Download: http://zbar.sourceforge.net/ + +Files: * +Copyright: 2006-2009 Jeff Brown +License: LGPL-2.1+ + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Library General Public + License along with this library; if not, write to the Free + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + . + On Debian systems, the complete text of the GNU Library General Public License + can be found in /usr/share/common-licenses/LGPL-2.1 file. + +Files: debian/* +Copyright: (C) 2008-2009 Daniel Baumann +License: LGPL-2.1+ + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Library General Public + License along with this library; if not, write to the Free + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + . + On Debian systems, the complete text of the GNU Library General Public License + can be found in /usr/share/common-licenses/LGPL-2.1 file. --- zbar-0.8+dfsg.orig/debian/libzbargtk0.install +++ zbar-0.8+dfsg/debian/libzbargtk0.install @@ -0,0 +1 @@ +/usr/lib/libzbargtk.so.* --- zbar-0.8+dfsg.orig/debian/rules +++ zbar-0.8+dfsg/debian/rules @@ -0,0 +1,77 @@ +#!/usr/bin/make -f + +include /usr/share/quilt/quilt.make + +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + +ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE)) + CROSS= --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE) +else + CROSS= --build $(DEB_BUILD_GNU_TYPE) +endif + +upstream: + rm -rf doc # unlicensed files + +clean: unpatch + dh_testdir + dh_testroot + rm -f build-stamp + rm -f config.guess config.sub + + [ ! -f Makefile ] || $(MAKE) distclean + + dh_clean + +config.status: configure patch + dh_testdir + +ifneq "$(wildcard /usr/share/misc/config.guess)" "" + cp -f /usr/share/misc/config.guess config.guess +endif +ifneq "$(wildcard /usr/share/misc/config.sub)" "" + cp -f /usr/share/misc/config.sub config.sub +endif + + ./configure $(CROSS) --prefix=/usr --mandir=\$${prefix}/share/man CFLAGS="$(CFLAGS)" + +build: build-stamp +build-stamp: config.status + dh_testdir + + $(MAKE) + + touch build-stamp + +install: build + dh_testdir + dh_testroot + dh_prep + + $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install + + rm -rf debian/tmp/usr/share/doc + +binary: binary-arch + +binary-arch: install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_install --fail-missing + dh_pysupport + dh_strip --dbg-package=zbar-dbg + dh_compress + dh_fixperms + dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary-indep: + +.PHONY: clean build install binary binary-arch binary-indep --- zbar-0.8+dfsg.orig/debian/libzbargtk-dev.docs +++ zbar-0.8+dfsg/debian/libzbargtk-dev.docs @@ -0,0 +1,3 @@ +NEWS +HACKING +TODO --- zbar-0.8+dfsg.orig/debian/python-zbarpygtk.docs +++ zbar-0.8+dfsg/debian/python-zbarpygtk.docs @@ -0,0 +1,3 @@ +NEWS +HACKING +TODO --- zbar-0.8+dfsg.orig/debian/libzbar0.docs +++ zbar-0.8+dfsg/debian/libzbar0.docs @@ -0,0 +1,3 @@ +NEWS +HACKING +TODO --- zbar-0.8+dfsg.orig/debian/python-zbarpygtk.install +++ zbar-0.8+dfsg/debian/python-zbarpygtk.install @@ -0,0 +1 @@ +/usr/lib/python* --- zbar-0.8+dfsg.orig/debian/patches/series +++ zbar-0.8+dfsg/debian/patches/series @@ -0,0 +1 @@ +01-dfsg.patch --- zbar-0.8+dfsg.orig/debian/patches/01-dfsg.patch +++ zbar-0.8+dfsg/debian/patches/01-dfsg.patch @@ -0,0 +1,102 @@ +Author: Daniel Baumann +Description: Ignoring stripped out documentation during build. + +diff -Naurp zbar.orig/Makefile.am zbar/Makefile.am +--- zbar.orig/Makefile.am 2009-06-05 19:55:03.000000000 +0000 ++++ zbar/Makefile.am 2009-07-07 14:27:36.000000000 +0000 +@@ -42,7 +42,6 @@ if HAVE_NPAPI + include $(srcdir)/plugin/Makefile.am.inc + endif + include $(srcdir)/test/Makefile.am.inc +-include $(srcdir)/doc/Makefile.am.inc + + EXTRA_DIST += zbar.spec.in zbar.spec + +diff -Naurp zbar.orig/Makefile.in zbar/Makefile.in +--- zbar.orig/Makefile.in 2009-07-07 14:16:13.000000000 +0000 ++++ zbar/Makefile.in 2009-07-07 14:27:10.000000000 +0000 +@@ -42,7 +42,7 @@ check_PROGRAMS = test/test_decode$(EXEEX + DIST_COMMON = README $(am__configure_deps) \ + $(am__zinclude_HEADERS_DIST) $(dist_doc_DATA) $(dist_man_MANS) \ + $(include_HEADERS) $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ +- $(srcdir)/doc/Makefile.am.inc $(srcdir)/gtk/Makefile.am.inc \ ++ $(srcdir)/gtk/Makefile.am.inc \ + $(srcdir)/include/Makefile.am.inc \ + $(srcdir)/plugin/Makefile.am.inc \ + $(srcdir)/pygtk/Makefile.am.inc \ +@@ -52,7 +52,6 @@ DIST_COMMON = README $(am__configure_dep + $(srcdir)/zbar.spec.in $(srcdir)/zbar/Makefile.am.inc \ + $(srcdir)/zbarcam/Makefile.am.inc \ + $(srcdir)/zbarimg/Makefile.am.inc $(top_srcdir)/configure \ +- $(top_srcdir)/doc/doxygen.conf.in \ + $(top_srcdir)/include/config.h.in COPYING.LIB ChangeLog \ + INSTALL NEWS TODO config/compile config/config.guess \ + config/config.sub config/depcomp config/install-sh \ +@@ -107,8 +106,6 @@ DIST_COMMON = README $(am__configure_dep + @HAVE_MAGICK_TRUE@am__append_42 = test/dbg_scan + @HAVE_GTK_TRUE@am__append_43 = test/test_gtk + @HAVE_QT_TRUE@am__append_44 = test/test_qt +-@HAVE_MAGICK_TRUE@am__append_45 = doc/man/zbarimg.1 +-@HAVE_VIDEO_TRUE@am__append_46 = doc/man/zbarcam.1 + subdir = . + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 + am__aclocal_m4_deps = $(top_srcdir)/config/libtool.m4 \ +@@ -122,8 +119,7 @@ am__CONFIG_DISTCLEAN_FILES = config.stat + configure.lineno config.status.lineno + mkinstalldirs = $(install_sh) -d + CONFIG_HEADER = $(top_builddir)/include/config.h +-CONFIG_CLEAN_FILES = zbar.pc zbar-gtk.pc zbar-qt.pc zbar.spec \ +- doc/doxygen.conf ++CONFIG_CLEAN_FILES = zbar.pc zbar-gtk.pc zbar-qt.pc zbar.spec + am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; + am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ +@@ -718,7 +714,7 @@ all: $(BUILT_SOURCES) + .SUFFIXES: .c .cpp .lo .o .obj + am--refresh: + @: +-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/include/Makefile.am.inc $(srcdir)/zbar/Makefile.am.inc $(srcdir)/zbarimg/Makefile.am.inc $(srcdir)/zbarcam/Makefile.am.inc $(srcdir)/python/Makefile.am.inc $(srcdir)/gtk/Makefile.am.inc $(srcdir)/pygtk/Makefile.am.inc $(srcdir)/qt/Makefile.am.inc $(srcdir)/plugin/Makefile.am.inc $(srcdir)/test/Makefile.am.inc $(srcdir)/doc/Makefile.am.inc $(am__configure_deps) ++$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(srcdir)/include/Makefile.am.inc $(srcdir)/zbar/Makefile.am.inc $(srcdir)/zbarimg/Makefile.am.inc $(srcdir)/zbarcam/Makefile.am.inc $(srcdir)/python/Makefile.am.inc $(srcdir)/gtk/Makefile.am.inc $(srcdir)/pygtk/Makefile.am.inc $(srcdir)/qt/Makefile.am.inc $(srcdir)/plugin/Makefile.am.inc $(srcdir)/test/Makefile.am.inc $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ +@@ -774,8 +770,6 @@ zbar-qt.pc: $(top_builddir)/config.statu + cd $(top_builddir) && $(SHELL) ./config.status $@ + zbar.spec: $(top_builddir)/config.status $(srcdir)/zbar.spec.in + cd $(top_builddir) && $(SHELL) ./config.status $@ +-doc/doxygen.conf: $(top_builddir)/config.status $(top_srcdir)/doc/doxygen.conf.in +- cd $(top_builddir) && $(SHELL) ./config.status $@ + install-libLTLIBRARIES: $(lib_LTLIBRARIES) + @$(NORMAL_INSTALL) + test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)" +diff -Naurp zbar.orig/configure zbar/configure +--- zbar.orig/configure 2009-07-07 14:16:13.000000000 +0000 ++++ zbar/configure 2009-07-07 14:27:10.000000000 +0000 +@@ -22395,7 +22395,7 @@ ac_config_commands="$ac_config_commands + ac_config_commands="$ac_config_commands doc/reldate.xml" + + +-ac_config_files="$ac_config_files Makefile zbar.pc zbar-gtk.pc zbar-qt.pc zbar.spec doc/doxygen.conf" ++ac_config_files="$ac_config_files Makefile zbar.pc zbar-gtk.pc zbar-qt.pc zbar.spec" + + cat >confcache <<\_ACEOF + # This file is a shell script that caches the results of configure +@@ -23529,7 +23529,6 @@ do + "zbar-gtk.pc") CONFIG_FILES="$CONFIG_FILES zbar-gtk.pc" ;; + "zbar-qt.pc") CONFIG_FILES="$CONFIG_FILES zbar-qt.pc" ;; + "zbar.spec") CONFIG_FILES="$CONFIG_FILES zbar.spec" ;; +- "doc/doxygen.conf") CONFIG_FILES="$CONFIG_FILES doc/doxygen.conf" ;; + + *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 + $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;} +diff -Naurp zbar.orig/configure.ac zbar/configure.ac +--- zbar.orig/configure.ac 2009-07-07 14:16:13.000000000 +0000 ++++ zbar/configure.ac 2009-07-07 14:27:10.000000000 +0000 +@@ -382,7 +382,6 @@ zbar.pc + zbar-gtk.pc + zbar-qt.pc + zbar.spec +-doc/doxygen.conf + ]) + AC_OUTPUT +