--- moblin-gtk-engine-1.1.1.orig/debian/rules +++ moblin-gtk-engine-1.1.1/debian/rules @@ -0,0 +1,23 @@ +#!/usr/bin/make -f +# -*- mode: makefile; coding: utf-8 -*- + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk +#include /usr/share/quilt/quilt.make +#include /usr/share/cdbs/1/rules/simple-patchsys.mk +DEB_CONFIGURE_EXTRA_FLAGS += --disable-static +DEB_CONFIGURE_SCRIPT := $(CURDIR)/$(DEB_SRCDIR)/autogen.sh +DEB_DH_MAKESHLIBS_ARGS_gtk2-engines-moblin := -Xmoblin +clean:: + rm -f aclocal.m4 + rm -rf autom4te.cache + rm -f config.h config.h.in + rm -f config.log config.status config.sub config.guess + rm -f configure depcomp install-sh ltmain.sh missing stamp-h1 + rm -f compile INSTALL src/config.h.in po/Makefile.in.in + rm -f Makefile.in src/Makefile.in + rm -f data/Makefile.in + rm -f intltool-*.in + +install/gtk2-engines-moblin:: + rm `find $(CURDIR)/debian -name '*.la'` --- moblin-gtk-engine-1.1.1.orig/debian/copyright +++ moblin-gtk-engine-1.1.1/debian/copyright @@ -0,0 +1,50 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59 +Name: moblin-gtk-theme +Maintainer: Thomas Wood +Source: http://git.moblin.org/cgit.cgi/moblin-gtk-theme/ + +Files: * +Copyright: 2008, Intel Corporation. +License: LGPL-2.1 + +Files: README +Copyright: 2007, OpenedHand Ltd. +License: LGPL-2+ + +Files: src/*.[ch] +Copyright: 2008, Intel Corporation. +License: LGPL-2.1 + +Files: debian/* +Copyright: 2009, Canonical, Ltd. +License: LGPL-2.1 + +License: LGPL-2.1 + This program is free software; you can redistribute it and/or modify it + under the terms and conditions of the GNU Lesser General Public License, + version 2.1, as published by the Free Software Foundation. + + This program is distributed in the hope it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for + more details. + + You should have received a copy of the GNU Lesser General Public License + along with this program; if not, write to the Free Software Foundation, + Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. + + On Debian systems the full text of the GNU Lesser General Public Licnse, + version 2.1, can be found in the /usr/share/common-licenses/LGPL-2.1 file. + +License: LGPL-2+ + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA + + On Debian systems the full text of the GNU Lesser General Public Licnse, + version 2, can be found in the /usr/share/common-licenses/LGPL-2 file. --- moblin-gtk-engine-1.1.1.orig/debian/compat +++ moblin-gtk-engine-1.1.1/debian/compat @@ -0,0 +1 @@ +7 --- moblin-gtk-engine-1.1.1.orig/debian/control +++ moblin-gtk-engine-1.1.1/debian/control @@ -0,0 +1,17 @@ +Source: moblin-gtk-engine +Section: x11 +Priority: optional +Maintainer: Zhengpeng Hou +Build-Depends: debhelper (>= 7), cdbs (>= 0.4.41), libgtk2.0-dev (>= 2.12), pkg-config, autoconf, automake, libtool +Standards-Version: 3.8.4 +Homepage: http://git.moblin.org/cgit.cgi/moblin-gtk-engine + +Package: gtk2-engines-moblin +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: gtk2 engines for moblin + Moblin is an open source project focused on building a Linux-based platform + optimized for the next generation of mobile devices including Netbooks, + Mobile Internet Devices, and In-vehicle infotainment systems. + . + This package includes the gtk2 engine for moblin --- moblin-gtk-engine-1.1.1.orig/debian/changelog +++ moblin-gtk-engine-1.1.1/debian/changelog @@ -0,0 +1,45 @@ +moblin-gtk-engine (1.1.1-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Don't ship .la files (Closes: #622486). + + -- Luk Claes Sat, 25 Jun 2011 18:12:47 +0200 + +moblin-gtk-engine (1.1.1-1) unstable; urgency=low + + * New upstream release + + -- Zhengpeng Hou Sun, 28 Feb 2010 06:11:05 +0000 + +moblin-gtk-engine (1.0.5-1) unstable; urgency=low + + * New upstream release + + -- Zhengpeng Hou Thu, 28 Jan 2010 10:37:54 +0000 + +moblin-gtk-engine (1.0.3-1) unstable; urgency=low + + * New upstream release + + -- Zhengpeng Hou Mon, 04 Jan 2010 01:03:23 +0000 + +moblin-gtk-engine (1.0.2-1) unstable; urgency=low + + * New upstream release + * Remove 01_fix_crash.patch, applied in upstream. + * Correct debian/watch. + + -- Zhengpeng Hou Sun, 08 Nov 2009 14:42:02 +0000 + +moblin-gtk-engine (1.0.1-2) unstable; urgency=low + + * Fix "empathy crash with gtk2-engines-moblin" (Closes: #549288) + - add patch from upstream, 01_fix_crash.patch + + -- Zhengpeng Hou Sun, 04 Oct 2009 08:44:00 +0000 + +moblin-gtk-engine (1.0.1-1) unstable; urgency=low + + * Initial release (Closes: #547806) + + -- Zhengpeng Hou Tue, 22 Sep 2009 09:19:53 +0000 --- moblin-gtk-engine-1.1.1.orig/debian/watch +++ moblin-gtk-engine-1.1.1/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://git.moblin.org/cgit.cgi/moblin-gtk-engine/ \ + snapshot/moblin-gtk-engine-([\d\.]*).tar.gz