--- libwxadditions30-3.0.10.6.orig/debian/control +++ libwxadditions30-3.0.10.6/debian/control @@ -0,0 +1,28 @@ +Source: libwxadditions30 +Priority: extra +XSBC-Original-Maintainer: Ryan Mulder +Maintainer: Ubuntu MOTU Developers +Build-Depends: debhelper (>= 5), libwxgtk3.0-dev (>= 3.0.0), libwxgtk3.0-0-dbg (>= 3.0.0), libgtk2.0-dev +Standards-Version: 3.8.0 +Section: libs + +Package: libwxadditions30-dev +Section: libdevel +Architecture: any +Depends: libwxadditions30 (= ${binary:Version}) +Description: more widgets + widgets galore + +Package: libwxadditions30 +Section: libs +Architecture: any +Depends: ${shlibs:Depends} +Description: more widgets + widgets galore + +Package: libwxadditions30-dbg +Section: libs +Architecture: any +Depends: libwxadditions30 (= ${binary:Version}), ${shlibs:Depends} +Description: more widgets + widgets galore --- libwxadditions30-3.0.10.6.orig/debian/dirs +++ libwxadditions30-3.0.10.6/debian/dirs @@ -0,0 +1 @@ +usr/lib --- libwxadditions30-3.0.10.6.orig/debian/libwxadditions30.install +++ libwxadditions30-3.0.10.6/debian/libwxadditions30.install @@ -0,0 +1 @@ +lib/*gtk2u_*.so usr/lib --- libwxadditions30-3.0.10.6.orig/debian/copyright +++ libwxadditions30-3.0.10.6/debian/copyright @@ -0,0 +1,86 @@ +This package was debianized by Ryan Mulder on +Wed, 13 Aug 2008 21:58:14 -0400. + +It was downloaded from http://www.wxformbuilder.org + +Upstream Authors: + + Joachim Buermann + Stephen Pierce + Jaakko Salli + John Labenski + Robert Roebling + Julian Smart + Alberto Griggio + Vadim Zeitlin + Otto Wyss + Eran Ifrah + Robin Dunn + +Copyright: + + awxLed Copyright (C) 2001 Joachim Buermann + ledBarGraph Copyright (C) 2006 Stephen Pierce + wxPlotCtrl Copyright (C) John Labenski, Robert Roebling + wxPropertyGrid Copyright (C) Jaakko Salli + wxThings Copyright (C) John Labenski + wxTreeCtrl Copyright (C) 2004 Robert Roebling, Julian Smart, Alberto Griggio, Vadim Zeitlin, Otto Wyss + wxFlatNotebook Copyright (C) Eran Ifrah + wxScintilla Copyright (C) wxCode + +License: + + wxWindows Library Licence, Version 3.1 + ====================================== + + Copyright (C) 1998-2005 Julian Smart, Robert Roebling et al + + Everyone is permitted to copy and distribute verbatim copies + of this licence document, but changing it is not allowed. + + WXWINDOWS LIBRARY LICENCE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Library General Public Licence as published by + the Free Software Foundation; either version 2 of the Licence, 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 Licence for more details. + + You should have received a copy of the GNU Library General Public Licence + along with this software, usually in a file named COPYING.LIB. If not, + write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + Boston, MA 02110-1301, USA. + + EXCEPTION NOTICE + + 1. As a special exception, the copyright holders of this library give + permission for additional uses of the text contained in this release of + the library as licenced under the wxWindows Library Licence, applying + either version 3.1 of the Licence, or (at your option) any later version of + the Licence as published by the copyright holders of version + 3.1 of the Licence document. + + 2. The exception is that you may use, copy, link, modify and distribute + under your own terms, binary object code versions of works based + on the Library. + + 3. If you copy code from files distributed under the terms of the GNU + General Public Licence or the GNU Library General Public Licence into a + copy of this library, as this licence permits, the exception does not + apply to the code that you add in this way. To avoid misleading anyone as + to the status of such modified files, you must delete this exception + notice from such code and/or adjust the licensing conditions notice + accordingly. + + 4. If you write modifications of your own for this library, it is your + choice whether to permit this exception to apply to your modifications. + If you do not wish that, you must delete the exception notice from such + code and/or adjust the licensing conditions notice accordingly. + +The Debian packaging is (C) 2008, Ryan Mulder and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. --- libwxadditions30-3.0.10.6.orig/debian/changelog +++ libwxadditions30-3.0.10.6/debian/changelog @@ -0,0 +1,38 @@ +libwxadditions30 (3.0.10.6-0ubuntu1~precise1) precise; urgency=low + + * Fixed installing to the wrong location. + + -- Ryan Pusztai Wed, 15 Jan 2014 14:52:54 -0500 + +libwxadditions30 (3.0.10.5-0ubuntu1~precise1) precise; urgency=low + + * Sync to upstream + * Updated to building against wxWidgets 3.0 + + -- Ryan Pusztai Tue, 14 Jan 2014 10:57:55 -0500 + +libwxadditions28 (2.8.10.5-0ubuntu1~lucid1) lucid; urgency=low + + * Sync to upstream revision 1975 + + -- Michal Bližňák (PGP key for Launchpad) Mon, 19 Mar 2012 17:20:22 +0100 + +libwxadditions28 (2.8.10.4-0ubuntu1~ppa1) karmic; urgency=low + + * Sync to upstream revision 1815 + + -- Ryan Pusztai Wed, 17 Nov 2010 09:39:18 -0500 + +libwxadditions28 (2.8.10.1-0ubuntu1~karmic1) karmic; urgency=low + + * Remove debug libs from libwxadditions package + * Updated wxTreeListCtrl + + -- Ryan Mulder Sat, 07 Feb 2009 22:38:25 -0500 + +libwxadditions28 (2.8.7-0ubuntu1~hardy1) hardy; urgency=low + + * Initial release + + -- Ryan Mulder Wed, 13 Aug 2008 21:58:14 -0400 + --- libwxadditions30-3.0.10.6.orig/debian/rules +++ libwxadditions30-3.0.10.6/debian/rules @@ -0,0 +1,71 @@ +#!/usr/bin/make -f + +get-orig-source: + svn export svn://svn.code.sf.net/p/wxformbuilder/code/plugins/additions/trunk libwxadditions30 + + cd $(CURDIR)/libwxadditions30 && install/linux/create_src_tarball + rm -rf $(CURDIR)/libwxadditions30 + +configure: configure-stamp +configure-stamp: + dh_testdir + touch configure-stamp + + +build: build-stamp +build-stamp: configure-stamp + dh_testdir + + $(MAKE) -C$(CURDIR)/build config=release + $(MAKE) -C$(CURDIR)/build config=debug + + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + $(MAKE) -C$(CURDIR)/build config=release clean + $(MAKE) -C$(CURDIR)/build config=debug clean + + dh_clean + +install: build + +binary-indep: build install + +binary-arch: build install + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + dh_installchangelogs + dh_installdocs + dh_installexamples + dh_install +# dh_installmenu +# dh_installdebconf +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_installinit +# dh_installcron +# dh_installinfo + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms +# dh_perl +# dh_python + dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- libwxadditions30-3.0.10.6.orig/debian/libwxadditions30-dbg.install +++ libwxadditions30-3.0.10.6/debian/libwxadditions30-dbg.install @@ -0,0 +1 @@ +lib/*gtk2ud*.so usr/lib --- libwxadditions30-3.0.10.6.orig/debian/compat +++ libwxadditions30-3.0.10.6/debian/compat @@ -0,0 +1 @@ +5 --- libwxadditions30-3.0.10.6.orig/debian/libwxadditions30-dev.install +++ libwxadditions30-3.0.10.6/debian/libwxadditions30-dev.install @@ -0,0 +1 @@ +include/wx usr/include/wx-3.0/