--- openwince-include-0.3.2.orig/debian/changelog
+++ openwince-include-0.3.2/debian/changelog
@@ -0,0 +1,27 @@
+openwince-include (0.3.2-3.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Add mandatory debian/rules target "binary-indep" (Closes: #395725)
+
+ -- Stefano Zacchiroli <zack@debian.org> Tue, 03 Nov 2009 12:55:01 +0100
+
+openwince-include (0.3.2-3) unstable; urgency=low
+
+ * move binary target to binary-arch
+ * make binary target empty and depending on binary-arch (closes #225234)
+
+ -- Peter De Schrijver (p2) <p2@mind.be> Sun, 28 Dec 2003 22:25:11 +0100
+
+openwince-include (0.3.2-2) unstable; urgency=low
+
+ * Fix description
+ * clean target also erases owce-stdint.h
+
+ -- Peter De Schrijver (p2) <p2@mind.be> Wed, 5 Nov 2003 00:50:41 +0100
+
+openwince-include (0.3.2-1) unstable; urgency=low
+
+ * Initial release
+
+ -- Peter De Schrijver (p2) <p2@mind.be> Sun, 19 Oct 2003 17:50:40 +0200
+
--- openwince-include-0.3.2.orig/debian/rules
+++ openwince-include-0.3.2/debian/rules
@@ -0,0 +1,50 @@
+#!/usr/bin/make -f
+
+export DH_COMPAT=3
+configure: configure-stamp
+configure-stamp:
+ dh_testdir
+ ./configure --prefix=$(CURDIR)/debian/openwince-include/usr
+ touch configure-stamp
+
+build: build-stamp
+build-stamp: configure-stamp
+ dh_testdir
+
+ $(MAKE)
+
+ touch build-stamp
+
+clean:
+ dh_testdir
+ dh_testroot
+ rm -f build-stamp configure-stamp
+ -rm -f owce-stdint.h
+ -$(MAKE) distclean
+
+ dh_clean
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs
+
+ $(MAKE) install
+
+binary: binary-indep binary-arch
+
+binary-arch: build install
+ dh_testdir
+ dh_testroot
+ dh_installdocs
+ dh_installchangelogs ChangeLog
+ dh_compress
+ dh_fixperms
+ dh_installdeb
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary-indep: build
+
--- openwince-include-0.3.2.orig/debian/copyright
+++ openwince-include-0.3.2/debian/copyright
@@ -0,0 +1,36 @@
+This package was debianized by Peter De Schrijver <p2@mind.be> on Sun, 19 Oct 2003 17:52:23 +0200
+
+Upstream Author : Marcel Telka <marcel@telka.sk>
+
+Copyright :
+
+$Id: COPYING,v 1.2 2003/02/12 14:32:29 telka Exp $
+
+Copyright (C) 2002, 2003 ETC s.r.o.
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are
+met:
+
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above
+ copyright notice, this list of conditions and the following
+ disclaimer in the documentation and/or other materials provided
+ with the distribution.
+ * Neither the name of the ETC s.r.o. nor the names of its
+ contributors may be used to endorse or promote products derived
+ from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--- openwince-include-0.3.2.orig/debian/docs
+++ openwince-include-0.3.2/debian/docs
@@ -0,0 +1,5 @@
+AUTHORS
+NEWS
+README
+TODO
+
--- openwince-include-0.3.2.orig/debian/control
+++ openwince-include-0.3.2/debian/control
@@ -0,0 +1,13 @@
+Source: openwince-include
+Section: embedded
+Priority: optional
+Maintainer: Peter De Schrijver (p2) <p2@mind.be>
+Build-Depends: debhelper (>> 3.0.0)
+Standards-Version: 3.5.8
+
+Package: openwince-include
+Architecture: any
+Description: Common include files for the open wince project
+ The openwince-include package contains all common include files
+ for the open wince project. (http://openwince.sourceforge.net/)
+