--- wxformbuilder-3.0.56.orig/debian/compat +++ wxformbuilder-3.0.56/debian/compat @@ -0,0 +1 @@ +5 --- wxformbuilder-3.0.56.orig/debian/rules +++ wxformbuilder-3.0.56/debian/rules @@ -0,0 +1,67 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +get-orig-source: + svn export https://wxformbuilder.svn.sourceforge.net/svnroot/wxformbuilder/3.x/trunk wxformbuilder + + cd $(CURDIR)/wxformbuilder && install/linux/create_src_tarball + rm -rf $(CURDIR)/wxformbuilder + +configure: configure-stamp +configure-stamp: + dh_testdir + touch configure-stamp + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + $(MAKE) CONFIG=Release + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + $(MAKE) CONFIG=Release clean + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + $(CURDIR)/install/linux/wxfb_export.sh $(CURDIR)/debian/wxformbuilder/usr + + # Changelog installed separately + rm -f $(CURDIR)/debian/wxformbuilder/usr/share/wxformbuilder/Changelog.txt + + # Another copy of the GPL is not necessary + rm -f $(CURDIR)/debian/wxformbuilder/usr/share/wxformbuilder/license.txt + +binary-indep: build install + +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs $(CURDIR)/output/Changelog.txt + dh_installdocs $(CURDIR)/README.txt + dh_install --sourcedir=$(CURDIR)/install/linux/data/gnome --autodest \* + dh_installmenu + dh_installmime + dh_desktop + dh_installman $(CURDIR)/install/linux/data/wxformbuilder.1 + dh_link + dh_strip + dh_compress + dh_fixperms + 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 --- wxformbuilder-3.0.56.orig/debian/control +++ wxformbuilder-3.0.56/debian/control @@ -0,0 +1,19 @@ +Source: wxformbuilder +Section: contrib/devel +Priority: optional +XSBC-Original-Maintainer: Ryan Mulder +Maintainer: Ubuntu MOTU Developers +Build-Depends: debhelper (>= 5), libwxgtk2.8-dev (>= 2.8.4) +Standards-Version: 3.7.3 +Homepage: http://www.wxformbuilder.org + +Package: wxformbuilder +Architecture: any +Depends: ${shlibs:Depends} +Description: WYSIWYG GUI Designer and Code Generator for wxWidgets + wxFormBuilder is a GUI designer for programs which + use wxWidgets. It is a very WYSIWYG designer, because it uses + the actual controls to show the result, not some fake representation. + . + Features include generation of C++ or XRC code, custom plugin support, + and import of XRC code. --- wxformbuilder-3.0.56.orig/debian/wxformbuilder.sharedmimeinfo +++ wxformbuilder-3.0.56/debian/wxformbuilder.sharedmimeinfo @@ -0,0 +1,12 @@ + + + + wxFormBuilder Project + + + + + + + + --- wxformbuilder-3.0.56.orig/debian/copyright +++ wxformbuilder-3.0.56/debian/copyright @@ -0,0 +1,217 @@ +This is wxformbuilder, maintained by Ryan Mulder +on Mon, 2 Apr 2007 20:06:25 -0400. + +Authors: + José Antonio Hurtado + Juan Antonio Ortega + Ryan Mulder + Ryan Pusztai + +Copyright (C) 2005 José Antonio Hurtado + +The original source can always be found at: + http://wxformbuilder.sourceforge.net + +License: + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program 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 General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-2'. + +------------------------------------------------------------------------------- + +The source for a subset of boost is included as well and covered by the +Boost Software License - Version 1.0 - August 17th, 2003 + +Permission is hereby granted, free of charge, to any person or organization +obtaining a copy of the software and accompanying documentation covered by +this license (the "Software") to use, reproduce, display, distribute, +execute, and transmit the Software, and to prepare derivative works of the +Software, and to permit third-parties to whom the Software is furnished to +do so, all subject to the following: + +The copyright notices in the Software and this entire statement, including +the above license grant, this restriction and the following disclaimer, +must be included in all copies of the Software, in whole or in part, and +all derivative works of the Software, unless such copies or derivative +works are solely in the form of machine-executable object code generated by +a source language processor. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT +SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE +FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. + +------------------------------------------------------------------------------- + +The source for the RSA Data Security, Inc. MD5 Message-Digest Algorithm is +also included, and is covered by the license below: + +C++/object oriented translation and modification of MD5. + +Version: 1.00 (28 Aug 95) +Version: 1.02 (22 Sep 97) + + Translation and modification (c) 1995 by Mordechai T. Abzug + Thanks to Martin Cleaver for for making it happy on Windows NT and Solaris. + + This translation/ modification is provided "as is," without express or + implied warranty of any kind. + + The translator/ modifier does not claim (1) that MD5 will do what you think + it does; (2) that this translation/ modification is accurate; or (3) that + this software is "merchantible." (Language for this disclaimer partially + copied from the disclaimer below). + +Based on: + + MD5.H - header file for MD5C.C + MD5C.C - RSA Data Security, Inc., MD5 message-digest algorithm + MDDRIVER.C - test driver for MD2, MD4 and MD5 + + Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All +rights reserved. + +License to copy and use this software is granted provided that it +is identified as the "RSA Data Security, Inc. MD5 Message-Digest +Algorithm" in all material mentioning or referencing this software +or this function. + +License is also granted to make and use derivative works provided +that such works are identified as "derived from the RSA Data +Security, Inc. MD5 Message-Digest Algorithm" in all material +mentioning or referencing the derived work. + +RSA Data Security, Inc. makes no representations concerning either +the merchantability of this software or the suitability of this +software for any particular purpose. It is provided "as is" +without express or implied warranty of any kind. + +These notices must be retained in any copies of any part of this +documentation and/or software. + +---------------------------------------------------------------------- + +The sources for wxFlatNotebook, wxPropertyGrid, and wxScintilla are also included, and +are all covered by the wxWindows 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 source for Scintilla is included as well, and is covered by the +License for Scintilla and SciTE + +Copyright 1998-2003 by Neil Hodgson + +All Rights Reserved + +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, +provided that the above copyright notice appear in all copies and that +both that copyright notice and this permission notice appear in +supporting documentation. + +NEIL HODGSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS +SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS, IN NO EVENT SHALL NEIL HODGSON BE LIABLE FOR ANY +SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE +OR PERFORMANCE OF THIS SOFTWARE. + +---------------------------------------------------------------------- + +The source for TinyXML and TinyXML++ are also included, and are +covered by the following license: + +TinyXML++ Copyright (c) 2006 Ryan Pusztai, Ryan Mulder + +www.sourceforge.net/projects/tinyxml +Original code (2.0 and earlier )copyright (c) 2000-2006 Lee Thomason (www.grinninglizard.com) + +This software is provided 'as-is', without any express or implied +warranty. In no event will the authors be held liable for any +damages arising from the use of this software. + +Permission is granted to anyone to use this software for any +purpose, including commercial applications, and to alter it and +redistribute it freely, subject to the following restrictions: + +1. The origin of this software must not be misrepresented; you must +not claim that you wrote the original software. If you use this +software in a product, an acknowledgment in the product documentation +would be appreciated but is not required. + +2. Altered source versions must be plainly marked as such, and +must not be misrepresented as being the original software. + +3. This notice may not be removed or altered from any source +distribution. --- wxformbuilder-3.0.56.orig/debian/wxformbuilder.menu +++ wxformbuilder-3.0.56/debian/wxformbuilder.menu @@ -0,0 +1 @@ +?package(wxformbuilder):needs="X11" section="Applications/Programming" title="wxFormBuilder" command="wxformbuilder" icon="/usr/share/wxformbuilder/resources/icons/logo.xpm" --- wxformbuilder-3.0.56.orig/debian/shlibs.local +++ wxformbuilder-3.0.56/debian/shlibs.local @@ -0,0 +1,3 @@ +libwx_gtk2u_flatnotebook 2.8_wxfb +libwx_gtk2u_propgrid 2.8_wxfb +libwx_gtk2u_scintilla 2.8_wxfb --- wxformbuilder-3.0.56.orig/debian/changelog +++ wxformbuilder-3.0.56/debian/changelog @@ -0,0 +1,17 @@ +wxformbuilder (3.0.56-0ubuntu1) hardy; urgency=low + + * Sync to upstream 3.0.56 (RC8). Bug fixes only. (LP: #203781) + + -- Ryan Mulder Wed, 18 Mar 2008 20:06:25 -0400 + +wxformbuilder (3.0.55-0ubuntu1) hardy; urgency=low + + * Fixed build on architectures other than i386 and amd64. + + -- Ryan Mulder Wed, 13 Feb 2008 20:06:25 -0400 + +wxformbuilder (3.0.54-0ubuntu1) hardy; urgency=low + + * Initial Release. (LP: #181412) + + -- Ryan Mulder Mon, 2 Apr 2007 20:06:25 -0400