tags 643084 + pending
thanks

> this probably needs more multiarchification, and I'd rather let the
> maintainer or someone with more MultiArch experience handle this.

No, I don't think so. Yes this binary package is now safe to be
Multi-Arch: same, but there's no point in doing so until the rest of the
packages it depends on are Multi-Arched, and that's outside the scope of
this NMU.

Dear maintainer,

I've prepared an NMU for cutter-testing-framework (versioned as 1.1.7-1.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards.

SR
diff -Nru cutter-testing-framework-1.1.7/debian/changelog cutter-testing-framework-1.1.7/debian/changelog
--- cutter-testing-framework-1.1.7/debian/changelog	2011-02-14 10:08:30.000000000 +0200
+++ cutter-testing-framework-1.1.7/debian/changelog	2012-02-27 17:01:00.000000000 +0200
@@ -1,3 +1,20 @@
+cutter-testing-framework (1.1.7-1.1) unstable; urgency=low
+
+  [ gregor herrmann ]
+  * Non-maintainer upload.
+  * Fix "FTBFS: dpkg-buildpackage: error: dpkg-source -b cutter-testing-
+    framework-1.1.7 gave error exit status 2": remove automatically created
+    patch and remove the created files in debian/rules' clean target.
+    (Closes: #643084)
+
+  [ Stefano Rivera ]
+  * Gstreamer plugins now install into a multi-arched location:
+    - Update debian/gstreamer0.10-plugins-cutter.install to match.
+    - B-D on gstreamer0.10 >= 0.10.35.2, which introduced this change.
+    - Breaks libgstreamer0.10-0 << 0.10.35.2.
+
+ -- Stefano Rivera <stefa...@debian.org>  Mon, 27 Feb 2012 16:19:45 +0200
+
 cutter-testing-framework (1.1.7-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru cutter-testing-framework-1.1.7/debian/control cutter-testing-framework-1.1.7/debian/control
--- cutter-testing-framework-1.1.7/debian/control	2011-02-14 10:07:57.000000000 +0200
+++ cutter-testing-framework-1.1.7/debian/control	2012-02-27 17:41:58.000000000 +0200
@@ -2,7 +2,7 @@
 Section: devel
 Priority: extra
 Maintainer: NIIBE Yutaka <gni...@fsij.org>
-Build-Depends: debhelper (>= 7.0.50~), quilt (>= 0.46-7~), autotools-dev, intltool, libgtk2.0-dev, libgoffice-0.8-dev, libgstreamer0.10-dev, libsoup2.4-dev
+Build-Depends: debhelper (>= 7.0.50~), quilt (>= 0.46-7~), autotools-dev, intltool, libgtk2.0-dev, libgoffice-0.8-dev, libgstreamer0.10-dev (>= 0.10.35.2), libsoup2.4-dev
 Standards-Version: 3.9.1
 Homepage: http://cutter.sourceforge.net/
 
@@ -164,6 +164,7 @@
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends},
 	 cutter-testing-framework-bin (= ${binary:Version})
+Breaks: libgstreamer0.10-0 (<< 0.10.35.2)
 Description: Cutter GStreamer plugin
  Cutter is a xUnit family Unit Testing Framework for C and C++.
  .
diff -Nru cutter-testing-framework-1.1.7/debian/gstreamer0.10-plugins-cutter.install cutter-testing-framework-1.1.7/debian/gstreamer0.10-plugins-cutter.install
--- cutter-testing-framework-1.1.7/debian/gstreamer0.10-plugins-cutter.install	2010-06-04 10:34:29.000000000 +0200
+++ cutter-testing-framework-1.1.7/debian/gstreamer0.10-plugins-cutter.install	2012-02-27 16:10:38.000000000 +0200
@@ -1 +1 @@
-/usr/lib/gstreamer-0.10/libgstcuttertest.so
+/usr/lib/*/gstreamer-0.10/libgstcuttertest.so
diff -Nru cutter-testing-framework-1.1.7/debian/libcutter-glib-dev.debhelper.log cutter-testing-framework-1.1.7/debian/libcutter-glib-dev.debhelper.log
--- cutter-testing-framework-1.1.7/debian/libcutter-glib-dev.debhelper.log	2010-06-04 10:52:42.000000000 +0200
+++ cutter-testing-framework-1.1.7/debian/libcutter-glib-dev.debhelper.log	1970-01-01 02:00:00.000000000 +0200
@@ -1,7 +0,0 @@
-dh_quilt_patch
-dh_auto_configure
-dh_auto_build
-dh_auto_test
-dh_prep
-dh_installdirs
-dh_auto_install
diff -Nru cutter-testing-framework-1.1.7/debian/libcutter-soup-dev.debhelper.log cutter-testing-framework-1.1.7/debian/libcutter-soup-dev.debhelper.log
--- cutter-testing-framework-1.1.7/debian/libcutter-soup-dev.debhelper.log	2010-06-04 10:52:42.000000000 +0200
+++ cutter-testing-framework-1.1.7/debian/libcutter-soup-dev.debhelper.log	1970-01-01 02:00:00.000000000 +0200
@@ -1,7 +0,0 @@
-dh_quilt_patch
-dh_auto_configure
-dh_auto_build
-dh_auto_test
-dh_prep
-dh_installdirs
-dh_auto_install
diff -Nru cutter-testing-framework-1.1.7/debian/patches/debian-changes-1.1.7-1 cutter-testing-framework-1.1.7/debian/patches/debian-changes-1.1.7-1
--- cutter-testing-framework-1.1.7/debian/patches/debian-changes-1.1.7-1	2011-02-14 10:08:32.000000000 +0200
+++ cutter-testing-framework-1.1.7/debian/patches/debian-changes-1.1.7-1	1970-01-01 02:00:00.000000000 +0200
@@ -1,715 +0,0 @@
-Description: Upstream changes introduced in version 1.1.7-1
- This patch has been created by dpkg-source during the package build.
- Here's the last changelog entry, hopefully it gives details on why
- those changes were made:
- .
- cutter-testing-framework (1.1.7-1) unstable; urgency=low
- .
-   * New upstream release.
-     Fixed FTBFS (Closes: #599980).
-   * debian/control (Standards-Version): Updated 3.9.1.
- .
- The person named in the Author field signed this changelog entry.
-Author: NIIBE Yutaka <gni...@fsij.org>
-Bug-Debian: http://bugs.debian.org/599980
-
----
-The information above should follow the Patch Tagging Guidelines, please
-checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
-are templates for supplementary fields that you might want to add:
-
-Origin: <vendor|upstream|other>, <url of original patch>
-Bug: <url in upstream bugtracker>
-Bug-Debian: http://bugs.debian.org/<bugnumber>
-Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
-Forwarded: <no|not-needed|url proving that it has been forwarded>
-Reviewed-By: <name and email of someone who approved the patch>
-Last-Update: <YYYY-MM-DD>
-
---- /dev/null
-+++ cutter-testing-framework-1.1.7/config.log
-@@ -0,0 +1,652 @@
-+This file contains any messages produced by compilers while
-+running configure, to aid debugging if configure makes a mistake.
-+
-+It was created by cutter configure 1.1.7, which was
-+generated by GNU Autoconf 2.67.  Invocation command line was
-+
-+  $ ./configure --build=i486-linux-gnu --prefix=/usr --includedir=${prefix}/include --mandir=${prefix}/share/man --infodir=${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --libexecdir=${prefix}/lib/cutter-testing-framework --disable-maintainer-mode --disable-dependency-tracking
-+
-+## --------- ##
-+## Platform. ##
-+## --------- ##
-+
-+hostname = letsnote
-+uname -m = i686
-+uname -r = 2.6.32-5-686
-+uname -s = Linux
-+uname -v = #1 SMP Wed Jan 12 04:01:41 UTC 2011
-+
-+/usr/bin/uname -p = unknown
-+/bin/uname -X     = unknown
-+
-+/bin/arch              = unknown
-+/usr/bin/arch -k       = unknown
-+/usr/convex/getsysinfo = unknown
-+/usr/bin/hostinfo      = unknown
-+/bin/machine           = unknown
-+/usr/bin/oslevel       = unknown
-+/bin/universe          = unknown
-+
-+PATH: /usr/sbin
-+PATH: /usr/bin
-+PATH: /sbin
-+PATH: /bin
-+PATH: /usr/bin/X11
-+
-+
-+## ----------- ##
-+## Core tests. ##
-+## ----------- ##
-+
-+configure:2794: checking for a BSD-compatible install
-+configure:2862: result: /usr/bin/install -c
-+configure:2873: checking whether build environment is sane
-+configure:2923: result: yes
-+configure:3064: checking for a thread-safe mkdir -p
-+configure:3103: result: /bin/mkdir -p
-+configure:3116: checking for gawk
-+configure:3132: found /usr/bin/gawk
-+configure:3143: result: gawk
-+configure:3154: checking whether make sets $(MAKE)
-+configure:3176: result: yes
-+configure:3285: checking build system type
-+configure:3299: result: i486-pc-linux-gnu
-+configure:3319: checking host system type
-+configure:3332: result: i486-pc-linux-gnu
-+configure:3353: checking for native Win32
-+configure:3363: result: no
-+configure:3366: checking for some Win32 platform
-+configure:3376: result: no
-+configure:3799: checking for style of include used by make
-+configure:3827: result: GNU
-+configure:3897: checking for gcc
-+configure:3913: found /usr/bin/gcc
-+configure:3924: result: gcc
-+configure:4153: checking for C compiler version
-+configure:4162: gcc --version >&5
-+gcc (Debian 4.4.5-10) 4.4.5
-+Copyright (C) 2010 Free Software Foundation, Inc.
-+This is free software; see the source for copying conditions.  There is NO
-+warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-+
-+configure:4173: $? = 0
-+configure:4162: gcc -v >&5
-+Using built-in specs.
-+Target: i486-linux-gnu
-+Configured with: ../src/configure -v --with-pkgversion='Debian 4.4.5-10' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.4 --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-targets=all --with-arch-32=i586 --with-tune=generic --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
-+Thread model: posix
-+gcc version 4.4.5 (Debian 4.4.5-10) 
-+configure:4173: $? = 0
-+configure:4162: gcc -V >&5
-+gcc: '-V' option must have argument
-+configure:4173: $? = 1
-+configure:4162: gcc -qversion >&5
-+gcc: unrecognized option '-qversion'
-+gcc: no input files
-+configure:4173: $? = 1
-+configure:4193: checking whether the C compiler works
-+configure:4215: gcc -g -O2   conftest.c  >&5
-+configure:4219: $? = 0
-+configure:4267: result: yes
-+configure:4270: checking for C compiler default output file name
-+configure:4272: result: a.out
-+configure:4278: checking for suffix of executables
-+configure:4285: gcc -o conftest -g -O2   conftest.c  >&5
-+configure:4289: $? = 0
-+configure:4311: result: 
-+configure:4333: checking whether we are cross compiling
-+configure:4341: gcc -o conftest -g -O2   conftest.c  >&5
-+configure:4345: $? = 0
-+configure:4352: ./conftest
-+configure:4356: $? = 0
-+configure:4371: result: no
-+configure:4376: checking for suffix of object files
-+configure:4398: gcc -c -g -O2  conftest.c >&5
-+configure:4402: $? = 0
-+configure:4423: result: o
-+configure:4427: checking whether we are using the GNU C compiler
-+configure:4446: gcc -c -g -O2  conftest.c >&5
-+configure:4446: $? = 0
-+configure:4455: result: yes
-+configure:4464: checking whether gcc accepts -g
-+configure:4484: gcc -c -g  conftest.c >&5
-+configure:4484: $? = 0
-+configure:4525: result: yes
-+configure:4542: checking for gcc option to accept ISO C89
-+configure:4606: gcc  -c -g -O2  conftest.c >&5
-+configure:4606: $? = 0
-+configure:4619: result: none needed
-+configure:4641: checking dependency style of gcc
-+configure:4751: result: none
-+configure:4766: checking for a sed that does not truncate output
-+configure:4830: result: /bin/sed
-+configure:4848: checking for grep that handles long lines and -e
-+configure:4906: result: /bin/grep
-+configure:4911: checking for egrep
-+configure:4973: result: /bin/grep -E
-+configure:4978: checking for fgrep
-+configure:5040: result: /bin/grep -F
-+configure:5075: checking for ld used by gcc
-+configure:5142: result: /usr/bin/ld
-+configure:5149: checking if the linker (/usr/bin/ld) is GNU ld
-+configure:5164: result: yes
-+configure:5176: checking for BSD- or MS-compatible name lister (nm)
-+configure:5225: result: /usr/bin/nm -B
-+configure:5343: checking the name lister (/usr/bin/nm -B) interface
-+configure:5350: gcc -c -g -O2  conftest.c >&5
-+configure:5353: /usr/bin/nm -B "conftest.o"
-+configure:5356: output
-+00000000 B some_variable
-+configure:5363: result: BSD nm
-+configure:5366: checking whether ln -s works
-+configure:5370: result: yes
-+configure:5378: checking the maximum length of command line arguments
-+configure:5498: result: 805306365
-+configure:5515: checking whether the shell understands some XSI constructs
-+configure:5525: result: yes
-+configure:5529: checking whether the shell understands "+="
-+configure:5535: result: yes
-+configure:5570: checking for /usr/bin/ld option to reload object files
-+configure:5577: result: -r
-+configure:5646: checking for objdump
-+configure:5673: result: objdump
-+configure:5702: checking how to recognize dependent libraries
-+configure:5898: result: pass_all
-+configure:5958: checking for ar
-+configure:5974: found /usr/bin/ar
-+configure:5985: result: ar
-+configure:6063: checking for strip
-+configure:6079: found /usr/bin/strip
-+configure:6090: result: strip
-+configure:6162: checking for ranlib
-+configure:6178: found /usr/bin/ranlib
-+configure:6189: result: ranlib
-+configure:6279: checking command to parse /usr/bin/nm -B output from gcc object
-+configure:6397: gcc -c -g -O2  conftest.c >&5
-+configure:6400: $? = 0
-+configure:6404: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
-+configure:6407: $? = 0
-+configure:6461: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
-+configure:6464: $? = 0
-+configure:6502: result: ok
-+configure:7311: checking how to run the C preprocessor
-+configure:7342: gcc -E  conftest.c
-+configure:7342: $? = 0
-+configure:7356: gcc -E  conftest.c
-+conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
-+configure:7356: $? = 1
-+configure: failed program was:
-+| /* confdefs.h */
-+| #define PACKAGE_NAME "cutter"
-+| #define PACKAGE_TARNAME "cutter"
-+| #define PACKAGE_VERSION "1.1.7"
-+| #define PACKAGE_STRING "cutter 1.1.7"
-+| #define PACKAGE_BUGREPORT "k...@clear-code.com"
-+| #define PACKAGE_URL ""
-+| #define PACKAGE "cutter"
-+| #define VERSION "1.1.7"
-+| /* end confdefs.h.  */
-+| #include <ac_nonexistent.h>
-+configure:7381: result: gcc -E
-+configure:7401: gcc -E  conftest.c
-+configure:7401: $? = 0
-+configure:7415: gcc -E  conftest.c
-+conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
-+configure:7415: $? = 1
-+configure: failed program was:
-+| /* confdefs.h */
-+| #define PACKAGE_NAME "cutter"
-+| #define PACKAGE_TARNAME "cutter"
-+| #define PACKAGE_VERSION "1.1.7"
-+| #define PACKAGE_STRING "cutter 1.1.7"
-+| #define PACKAGE_BUGREPORT "k...@clear-code.com"
-+| #define PACKAGE_URL ""
-+| #define PACKAGE "cutter"
-+| #define VERSION "1.1.7"
-+| /* end confdefs.h.  */
-+| #include <ac_nonexistent.h>
-+configure:7444: checking for ANSI C header files
-+configure:7464: gcc -c -g -O2  conftest.c >&5
-+configure:7464: $? = 0
-+configure:7537: gcc -o conftest -g -O2   conftest.c  >&5
-+configure:7537: $? = 0
-+configure:7537: ./conftest
-+configure:7537: $? = 0
-+configure:7548: result: yes
-+configure:7561: checking for sys/types.h
-+configure:7561: gcc -c -g -O2  conftest.c >&5
-+configure:7561: $? = 0
-+configure:7561: result: yes
-+configure:7561: checking for sys/stat.h
-+configure:7561: gcc -c -g -O2  conftest.c >&5
-+configure:7561: $? = 0
-+configure:7561: result: yes
-+configure:7561: checking for stdlib.h
-+configure:7561: gcc -c -g -O2  conftest.c >&5
-+configure:7561: $? = 0
-+configure:7561: result: yes
-+configure:7561: checking for string.h
-+configure:7561: gcc -c -g -O2  conftest.c >&5
-+configure:7561: $? = 0
-+configure:7561: result: yes
-+configure:7561: checking for memory.h
-+configure:7561: gcc -c -g -O2  conftest.c >&5
-+
-+## ---------------- ##
-+## Cache variables. ##
-+## ---------------- ##
-+
-+ac_cv_build=i486-pc-linux-gnu
-+ac_cv_c_compiler_gnu=yes
-+ac_cv_env_CAIRO_CFLAGS_set=
-+ac_cv_env_CAIRO_CFLAGS_value=
-+ac_cv_env_CAIRO_LIBS_set=
-+ac_cv_env_CAIRO_LIBS_value=
-+ac_cv_env_CAIRO_PDF_CFLAGS_set=
-+ac_cv_env_CAIRO_PDF_CFLAGS_value=
-+ac_cv_env_CAIRO_PDF_LIBS_set=
-+ac_cv_env_CAIRO_PDF_LIBS_value=
-+ac_cv_env_CCC_set=
-+ac_cv_env_CCC_value=
-+ac_cv_env_CC_set=
-+ac_cv_env_CC_value=
-+ac_cv_env_CFLAGS_set=set
-+ac_cv_env_CFLAGS_value='-g -O2'
-+ac_cv_env_CPPFLAGS_set=set
-+ac_cv_env_CPPFLAGS_value=
-+ac_cv_env_CPP_set=
-+ac_cv_env_CPP_value=
-+ac_cv_env_CXXCPP_set=
-+ac_cv_env_CXXCPP_value=
-+ac_cv_env_CXXFLAGS_set=set
-+ac_cv_env_CXXFLAGS_value='-g -O2'
-+ac_cv_env_CXX_set=
-+ac_cv_env_CXX_value=
-+ac_cv_env_GDK_PIXBUF_CFLAGS_set=
-+ac_cv_env_GDK_PIXBUF_CFLAGS_value=
-+ac_cv_env_GDK_PIXBUF_LIBS_set=
-+ac_cv_env_GDK_PIXBUF_LIBS_value=
-+ac_cv_env_GIO_CFLAGS_set=
-+ac_cv_env_GIO_CFLAGS_value=
-+ac_cv_env_GIO_LIBS_set=
-+ac_cv_env_GIO_LIBS_value=
-+ac_cv_env_GOFFICE_CFLAGS_set=
-+ac_cv_env_GOFFICE_CFLAGS_value=
-+ac_cv_env_GOFFICE_LIBS_set=
-+ac_cv_env_GOFFICE_LIBS_value=
-+ac_cv_env_GSTREAMER_CFLAGS_set=
-+ac_cv_env_GSTREAMER_CFLAGS_value=
-+ac_cv_env_GSTREAMER_LIBS_set=
-+ac_cv_env_GSTREAMER_LIBS_value=
-+ac_cv_env_LDFLAGS_set=set
-+ac_cv_env_LDFLAGS_value=
-+ac_cv_env_LIBSOUP_CFLAGS_set=
-+ac_cv_env_LIBSOUP_CFLAGS_value=
-+ac_cv_env_LIBSOUP_LIBS_set=
-+ac_cv_env_LIBSOUP_LIBS_value=
-+ac_cv_env_LIBS_set=
-+ac_cv_env_LIBS_value=
-+ac_cv_env_PANGO_CAIRO_CFLAGS_set=
-+ac_cv_env_PANGO_CAIRO_CFLAGS_value=
-+ac_cv_env_PANGO_CAIRO_LIBS_set=
-+ac_cv_env_PANGO_CAIRO_LIBS_value=
-+ac_cv_env_PKG_CONFIG_LIBDIR_set=
-+ac_cv_env_PKG_CONFIG_LIBDIR_value=
-+ac_cv_env_PKG_CONFIG_PATH_set=
-+ac_cv_env_PKG_CONFIG_PATH_value=
-+ac_cv_env_PKG_CONFIG_set=
-+ac_cv_env_PKG_CONFIG_value=
-+ac_cv_env_build_alias_set=set
-+ac_cv_env_build_alias_value=i486-linux-gnu
-+ac_cv_env_host_alias_set=
-+ac_cv_env_host_alias_value=
-+ac_cv_env_target_alias_set=
-+ac_cv_env_target_alias_value=
-+ac_cv_header_stdc=yes
-+ac_cv_header_stdlib_h=yes
-+ac_cv_header_string_h=yes
-+ac_cv_header_sys_stat_h=yes
-+ac_cv_header_sys_types_h=yes
-+ac_cv_host=i486-pc-linux-gnu
-+ac_cv_objext=o
-+ac_cv_path_EGREP='/bin/grep -E'
-+ac_cv_path_FGREP='/bin/grep -F'
-+ac_cv_path_GREP=/bin/grep
-+ac_cv_path_SED=/bin/sed
-+ac_cv_path_install='/usr/bin/install -c'
-+ac_cv_path_mkdir=/bin/mkdir
-+ac_cv_prog_AWK=gawk
-+ac_cv_prog_CPP='gcc -E'
-+ac_cv_prog_ac_ct_AR=ar
-+ac_cv_prog_ac_ct_CC=gcc
-+ac_cv_prog_ac_ct_OBJDUMP=objdump
-+ac_cv_prog_ac_ct_RANLIB=ranlib
-+ac_cv_prog_ac_ct_STRIP=strip
-+ac_cv_prog_cc_c89=
-+ac_cv_prog_cc_g=yes
-+ac_cv_prog_make_make_set=yes
-+am_cv_CC_dependencies_compiler_type=none
-+lt_cv_deplibs_check_method=pass_all
-+lt_cv_file_magic_cmd='$MAGIC_CMD'
-+lt_cv_file_magic_test_file=
-+lt_cv_ld_reload_flag=-r
-+lt_cv_nm_interface='BSD nm'
-+lt_cv_path_LD=/usr/bin/ld
-+lt_cv_path_NM='/usr/bin/nm -B'
-+lt_cv_prog_gnu_ld=yes
-+lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
-+lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
-+lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
-+lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
-+lt_cv_sys_max_cmd_len=805306365
-+
-+## ----------------- ##
-+## Output variables. ##
-+## ----------------- ##
-+
-+ACLOCAL='${SHELL} /home/gniibe/debian/b/cutter-testing-framework-1.1.7/config/missing --run aclocal-1.11'
-+ALL_LINGUAS=''
-+AMDEPBACKSLASH=''
-+AMDEP_FALSE=''
-+AMDEP_TRUE='#'
-+AMTAR='${SHELL} /home/gniibe/debian/b/cutter-testing-framework-1.1.7/config/missing --run tar'
-+AM_BACKSLASH='\'
-+AM_DEFAULT_VERBOSITY='0'
-+AR='ar'
-+AS='as'
-+AUTOCONF='${SHELL} /home/gniibe/debian/b/cutter-testing-framework-1.1.7/config/missing --run autoconf'
-+AUTOHEADER='${SHELL} /home/gniibe/debian/b/cutter-testing-framework-1.1.7/config/missing --run autoheader'
-+AUTOMAKE='${SHELL} /home/gniibe/debian/b/cutter-testing-framework-1.1.7/config/missing --run automake-1.11'
-+AWK='gawk'
-+BFD_LIBS=''
-+CAIRO_CFLAGS=''
-+CAIRO_LIBS=''
-+CAIRO_PDF_CFLAGS=''
-+CAIRO_PDF_LIBS=''
-+CATALOGS=''
-+CATOBJEXT=''
-+CC='gcc'
-+CCDEPMODE='depmode=none'
-+CFLAGS='-g -O2'
-+COVERAGE_CFLAGS=''
-+COVERAGE_INFO_FILE=''
-+COVERAGE_REPORT_DIR=''
-+CPP='gcc -E'
-+CPPFLAGS=''
-+CUTTER=''
-+CUTTER_CFLAGS=''
-+CUTTER_VERSION='1.1.7'
-+CUTTER_VERSION_MAJOR='1'
-+CUTTER_VERSION_MICRO='7'
-+CUTTER_VERSION_MINOR='1'
-+CXX=''
-+CXXCPP=''
-+CXXDEPMODE=''
-+CXXFLAGS='-g -O2'
-+CYGPATH_W='echo'
-+DATADIRNAME=''
-+DEFS=''
-+DEPDIR='.deps'
-+DLLTOOL='dlltool'
-+DSYMUTIL=''
-+DUMPBIN=''
-+ECHO_C=''
-+ECHO_N='-n'
-+ECHO_T=''
-+EGREP='/bin/grep -E'
-+ENABLE_COVERAGE_FALSE=''
-+ENABLE_COVERAGE_TRUE=''
-+ENABLE_GTK_DOC_FALSE=''
-+ENABLE_GTK_DOC_TRUE=''
-+EXEEXT=''
-+FGREP='/bin/grep -F'
-+GDK_PIXBUF_CFLAGS=''
-+GDK_PIXBUF_LIBS=''
-+GENHTML=''
-+GENHTML_OPTIONS=''
-+GETTEXT_PACKAGE=''
-+GIO_CFLAGS=''
-+GIO_LIBS=''
-+GLIB_2_12_FALSE=''
-+GLIB_2_12_TRUE=''
-+GLIB_CFLAGS=''
-+GLIB_GENMARSHAL=''
-+GLIB_LIBS=''
-+GLIB_MKENUMS=''
-+GLIB_REQUIRED=''
-+GMOFILES=''
-+GMSGFMT=''
-+GOBJECT_QUERY=''
-+GOFFICE_CFLAGS=''
-+GOFFICE_LIBS=''
-+GREP='/bin/grep'
-+GSTREAMER_CFLAGS=''
-+GSTREAMER_LIBS=''
-+GTKDOC_CHECK=''
-+GTKDOC_MKPDF=''
-+GTKDOC_REBASE=''
-+GTK_CFLAGS=''
-+GTK_DOC_BUILD_HTML_FALSE=''
-+GTK_DOC_BUILD_HTML_TRUE=''
-+GTK_DOC_BUILD_PDF_FALSE=''
-+GTK_DOC_BUILD_PDF_TRUE=''
-+GTK_DOC_USE_LIBTOOL_FALSE=''
-+GTK_DOC_USE_LIBTOOL_TRUE=''
-+GTK_DOC_USE_REBASE_FALSE=''
-+GTK_DOC_USE_REBASE_TRUE=''
-+GTK_LIBS=''
-+HAVE_CAIRO_FALSE=''
-+HAVE_CAIRO_PDF_FALSE=''
-+HAVE_CAIRO_PDF_TRUE=''
-+HAVE_CAIRO_TRUE=''
-+HAVE_GDK_PIXBUF_FALSE=''
-+HAVE_GDK_PIXBUF_TRUE=''
-+HAVE_GIO_FALSE=''
-+HAVE_GIO_TRUE=''
-+HAVE_GOFFICE_FALSE=''
-+HAVE_GOFFICE_TRUE=''
-+HAVE_GSTREAMER_FALSE=''
-+HAVE_GSTREAMER_TRUE=''
-+HAVE_GTK_FALSE=''
-+HAVE_GTK_TRUE=''
-+HAVE_LIBBFD_FALSE=''
-+HAVE_LIBBFD_TRUE=''
-+HAVE_LIBSOUP_FALSE=''
-+HAVE_LIBSOUP_TRUE=''
-+HAVE_PANGO_CAIRO_FALSE=''
-+HAVE_PANGO_CAIRO_TRUE=''
-+HAVE_RD2_FALSE=''
-+HAVE_RD2_TRUE=''
-+HAVE_WINDRES_FALSE=''
-+HAVE_WINDRES_TRUE=''
-+HTML_DIR=''
-+INSTALL_DATA='${INSTALL} -m 644'
-+INSTALL_PROGRAM='${INSTALL}'
-+INSTALL_SCRIPT='${INSTALL}'
-+INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
-+INSTOBJEXT=''
-+INTLLIBS=''
-+INTLTOOL_CAVES_RULE=''
-+INTLTOOL_DESKTOP_RULE=''
-+INTLTOOL_DIRECTORY_RULE=''
-+INTLTOOL_EXTRACT=''
-+INTLTOOL_KBD_RULE=''
-+INTLTOOL_KEYS_RULE=''
-+INTLTOOL_MERGE=''
-+INTLTOOL_OAF_RULE=''
-+INTLTOOL_PERL=''
-+INTLTOOL_POLICY_RULE=''
-+INTLTOOL_PONG_RULE=''
-+INTLTOOL_PROP_RULE=''
-+INTLTOOL_SCHEMAS_RULE=''
-+INTLTOOL_SERVER_RULE=''
-+INTLTOOL_SERVICE_RULE=''
-+INTLTOOL_SHEET_RULE=''
-+INTLTOOL_SOUNDLIST_RULE=''
-+INTLTOOL_THEME_RULE=''
-+INTLTOOL_UI_RULE=''
-+INTLTOOL_UPDATE=''
-+INTLTOOL_XAM_RULE=''
-+INTLTOOL_XML_NOMERGE_RULE=''
-+INTLTOOL_XML_RULE=''
-+LCOV=''
-+LD='/usr/bin/ld'
-+LDFLAGS=''
-+LIBOBJS=''
-+LIBS=''
-+LIBSOUP_CFLAGS=''
-+LIBSOUP_LIBS=''
-+LIBTOOL=''
-+LIBTOOL_EXPORT_OPTIONS=''
-+LIPO=''
-+LN_S='ln -s'
-+LTLIBOBJS=''
-+LT_AGE=''
-+LT_CURRENT=''
-+LT_CURRENT_MINUS_AGE=''
-+LT_REVISION=''
-+LT_VERSION_INFO=''
-+MAINT=''
-+MAINTAINER_MODE_FALSE=''
-+MAINTAINER_MODE_TRUE=''
-+MAKEINFO='${SHELL} /home/gniibe/debian/b/cutter-testing-framework-1.1.7/config/missing --run makeinfo'
-+MKDIR_P='/bin/mkdir -p'
-+MKINSTALLDIRS=''
-+MSGFMT=''
-+MSGFMT_OPTS=''
-+MSGMERGE=''
-+NM='/usr/bin/nm -B'
-+NMEDIT=''
-+NO_STRICT_ALIASING_CFLAGS=''
-+OBJDUMP='objdump'
-+OBJEXT='o'
-+OS_WIN32_FALSE=''
-+OS_WIN32_TRUE='#'
-+OTOOL64=''
-+OTOOL=''
-+PACKAGE='cutter'
-+PACKAGE_BUGREPORT='k...@clear-code.com'
-+PACKAGE_NAME='cutter'
-+PACKAGE_STRING='cutter 1.1.7'
-+PACKAGE_TARNAME='cutter'
-+PACKAGE_TITLE='Cutter'
-+PACKAGE_URL=''
-+PACKAGE_VERSION='1.1.7'
-+PANGO_CAIRO_CFLAGS=''
-+PANGO_CAIRO_LIBS=''
-+PATH_SEPARATOR=':'
-+PDF_REPORT_AVAILABLE_FALSE=''
-+PDF_REPORT_AVAILABLE_TRUE=''
-+PKG_CONFIG=''
-+PKG_CONFIG_LIBDIR=''
-+PKG_CONFIG_PATH=''
-+PLATFORM_WIN32_FALSE=''
-+PLATFORM_WIN32_TRUE='#'
-+POFILES=''
-+POSUB=''
-+PO_IN_DATADIR_FALSE=''
-+PO_IN_DATADIR_TRUE=''
-+RANLIB='ranlib'
-+RD2=''
-+RUBY=''
-+SED='/bin/sed'
-+SET_MAKE=''
-+SF_HOST=''
-+SF_HTDOCS=''
-+SF_HTDOCS_PATH=''
-+SF_PROJECT_ID=''
-+SF_PROJECT_NAME=''
-+SF_REPOS=''
-+SF_USER=''
-+SF_USER_OPTION=''
-+SHELL='/bin/sh'
-+STRIP='strip'
-+USE_NLS=''
-+VERSION='1.1.7'
-+WINDOWS_LIBS=''
-+WINDRES=''
-+XGETTEXT=''
-+ac_check_coverage_makefile=''
-+ac_ct_CC='gcc'
-+ac_ct_CXX=''
-+ac_ct_DUMPBIN=''
-+am__EXEEXT_FALSE=''
-+am__EXEEXT_TRUE=''
-+am__fastdepCC_FALSE=''
-+am__fastdepCC_TRUE='#'
-+am__fastdepCXX_FALSE=''
-+am__fastdepCXX_TRUE=''
-+am__include='include'
-+am__isrc=''
-+am__leading_dot='.'
-+am__quote=''
-+am__tar='${AMTAR} chof - "$$tardir"'
-+am__untar='${AMTAR} xf -'
-+bindir='${exec_prefix}/bin'
-+build='i486-pc-linux-gnu'
-+build_alias='i486-linux-gnu'
-+build_cpu='i486'
-+build_os='linux-gnu'
-+build_vendor='pc'
-+datadir='${datarootdir}'
-+datarootdir='${prefix}/share'
-+docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
-+dvidir='${docdir}'
-+exec_prefix='NONE'
-+factory_moduledir=''
-+gst_pluginsdir=''
-+host='i486-pc-linux-gnu'
-+host_alias=''
-+host_cpu='i486'
-+host_os='linux-gnu'
-+host_vendor='pc'
-+htmldir='${docdir}'
-+icons_dir=''
-+includedir='${prefix}/include'
-+infodir='${prefix}/share/info'
-+install_sh='${SHELL} /home/gniibe/debian/b/cutter-testing-framework-1.1.7/config/install-sh'
-+libdir='${exec_prefix}/lib'
-+libexecdir='${prefix}/lib/cutter-testing-framework'
-+localedir='${datarootdir}/locale'
-+localstatedir='/var'
-+lt_ECHO='echo'
-+mandir='${prefix}/share/man'
-+mkdir_p='/bin/mkdir -p'
-+moduledir=''
-+oldincludedir='/usr/include'
-+pdfdir='${docdir}'
-+prefix='/usr'
-+program_transform_name='s,x,x,'
-+psdir='${docdir}'
-+report_factory_moduledir=''
-+report_moduledir=''
-+sbindir='${exec_prefix}/sbin'
-+sharedstatedir='${prefix}/com'
-+stream_factory_moduledir=''
-+stream_moduledir=''
-+sysconfdir='/etc'
-+target_alias=''
-+ui_factory_moduledir=''
-+ui_moduledir=''
-+
-+## ----------- ##
-+## confdefs.h. ##
-+## ----------- ##
-+
-+/* confdefs.h */
-+#define PACKAGE_NAME "cutter"
-+#define PACKAGE_TARNAME "cutter"
-+#define PACKAGE_VERSION "1.1.7"
-+#define PACKAGE_STRING "cutter 1.1.7"
-+#define PACKAGE_BUGREPORT "k...@clear-code.com"
-+#define PACKAGE_URL ""
-+#define PACKAGE "cutter"
-+#define VERSION "1.1.7"
-+#define STDC_HEADERS 1
-+#define HAVE_SYS_TYPES_H 1
-+#define HAVE_SYS_STAT_H 1
-+#define HAVE_STDLIB_H 1
-+#define HAVE_STRING_H 1
-+
-+configure: caught signal 2
-+configure: exit 1
---- cutter-testing-framework-1.1.7.orig/cutter/cut-enum-types.c
-+++ cutter-testing-framework-1.1.7/cutter/cut-enum-types.c
-@@ -1,5 +1,5 @@
- 
--/* Generated data (by glib-mkenums) */
-+
- 
- #include "cut-enum-types.h"
- #include "cut-public.h"
-@@ -201,5 +201,5 @@ cut_verbose_level_error_get_type (void)
-   return etype;
- }
- 
--/* Generated data ends here */
-+
- 
---- cutter-testing-framework-1.1.7.orig/cutter/cut-enum-types.h
-+++ cutter-testing-framework-1.1.7/cutter/cut-enum-types.h
-@@ -1,5 +1,5 @@
- 
--/* Generated data (by glib-mkenums) */
-+
- 
- #ifndef __CUT_ENUM_TYPES_H__
- #define __CUT_ENUM_TYPES_H__
-@@ -30,5 +30,5 @@ G_END_DECLS
- 
- #endif /* __CUT_ENUM_TYPES_H__ */
- 
--/* Generated data ends here */
-+
- 
diff -Nru cutter-testing-framework-1.1.7/debian/patches/series cutter-testing-framework-1.1.7/debian/patches/series
--- cutter-testing-framework-1.1.7/debian/patches/series	2011-02-14 10:05:40.000000000 +0200
+++ cutter-testing-framework-1.1.7/debian/patches/series	1970-01-01 02:00:00.000000000 +0200
@@ -1 +0,0 @@
-debian-changes-1.1.7-1
diff -Nru cutter-testing-framework-1.1.7/debian/rules cutter-testing-framework-1.1.7/debian/rules
--- cutter-testing-framework-1.1.7/debian/rules	2011-02-14 09:43:26.000000000 +0200
+++ cutter-testing-framework-1.1.7/debian/rules	2012-02-27 15:56:14.000000000 +0200
@@ -11,5 +11,5 @@
 
 override_dh_auto_clean:
 	dh_auto_clean
-	rm -f cutter/stamp-cut-enum-types-*
+	rm -f cutter/stamp-cut-enum-types-* cutter/cut-enum-types.*
 	rm -rf log

Attachment: signature.asc
Description: Digital signature

Reply via email to