--- falconpl-0.9.2.orig/debian/changelog +++ falconpl-0.9.2/debian/changelog @@ -0,0 +1,58 @@ +falconpl (0.9.2-0ubuntu1) karmic; urgency=low + + * New upstream release. LP: #394602 + * Standards-Version is 3.8.2. No changes needed. + + -- Bhavani Shankar Sun, 05 Jul 2009 11:21:11 +0530 + +falconpl (0.9.1.8-0ubuntu1) karmic; urgency=low + + * New upstream release. + * debian/copyright: Replace (C) with © symbol. + + -- Alessio Treglia Wed, 20 May 2009 15:07:30 +0200 + +falconpl (0.8.14.2-0ubuntu1) jaunty; urgency=low + + * New upstream bugfix release. + * debian/watch: fix for the new tarballs location. + + -- Emilio Pozuelo Monfort Fri, 26 Dec 2008 22:52:36 +0100 + +falconpl (0.8.14-0ubuntu1) jaunty; urgency=low + + * New upstream release. + * Standards-Version is 3.8.0. No changes needed. + + -- Emilio Pozuelo Monfort Mon, 15 Dec 2008 14:22:27 +0100 + +falconpl (0.8.10.2-0ubuntu1) intrepid; urgency=low + + * New upstream release with support for cmake 2.6, fixes FTBFS in + Intrepid. + + -- Emilio Pozuelo Monfort Fri, 13 Jun 2008 17:14:32 +0200 + +falconpl (0.8.10-0ubuntu1) intrepid; urgency=low + + * New upstream release + - debian/copyright: + + Updated to mention that falconpl is now dual-licensed under the + GPL2+ + * debian/control: + - Added missing shlibs:Depends to libfalcon-dev + + -- Emilio Pozuelo Monfort Thu, 05 Jun 2008 16:39:54 +0200 + +falconpl (0.8.8-0ubuntu2) hardy; urgency=low + + * debian/control: + - s/shlib/shlibs/g (LP: #192001) + + -- Mario Limonciello Thu, 14 Feb 2008 19:13:09 -0600 + +falconpl (0.8.8-0ubuntu1) hardy; urgency=low + + * Initial release (LP: #174470) + + -- Giancarlo Niccolai Sat, 19 Jan 2008 00:06:23 +0100 --- falconpl-0.9.2.orig/debian/falconpl.manpages +++ falconpl-0.9.2/debian/falconpl.manpages @@ -0,0 +1,3 @@ +debian/tmp/usr/share/man/man1/falcon.1.gz +debian/tmp/usr/share/man/man1/falrun.1.gz +debian/tmp/usr/share/man/man1/faldisass.1.gz --- falconpl-0.9.2.orig/debian/watch +++ falconpl-0.9.2/debian/watch @@ -0,0 +1,5 @@ +# watch control file for uscan +# format version number, currently 3; this line is compulsory! +version=3 + +http://www.falconpl.org/project_dl/_official_rel/Falcon-([\d\.]+)\.tar\.gz --- falconpl-0.9.2.orig/debian/falconpl-dev.manpages +++ falconpl-0.9.2/debian/falconpl-dev.manpages @@ -0,0 +1,3 @@ +debian/tmp/usr/share/man/man1/faltest.1.gz +debian/tmp/usr/share/man/man1/falconeer.fal.1.gz +debian/tmp/usr/share/man/man1/falcon-conf.1.gz --- falconpl-0.9.2.orig/debian/falconpl.install +++ falconpl-0.9.2/debian/falconpl.install @@ -0,0 +1,3 @@ +usr/bin/falcon +usr/bin/falrun +usr/bin/faldisass --- falconpl-0.9.2.orig/debian/libfalcon-engine1.docs +++ falconpl-0.9.2/debian/libfalcon-engine1.docs @@ -0,0 +1 @@ +RELNOTES --- falconpl-0.9.2.orig/debian/falconpl-dev.install +++ falconpl-0.9.2/debian/falconpl-dev.install @@ -0,0 +1,5 @@ +usr/bin/faltest +usr/bin/falcon-conf +usr/bin/falconeer.fal +usr/include +usr/lib/libfalcon_engine.so --- falconpl-0.9.2.orig/debian/compat +++ falconpl-0.9.2/debian/compat @@ -0,0 +1 @@ +5 --- falconpl-0.9.2.orig/debian/libfalcon-engine1.install +++ falconpl-0.9.2/debian/libfalcon-engine1.install @@ -0,0 +1,2 @@ +usr/lib/libfalcon_engine.so.* +usr/lib/falcon --- falconpl-0.9.2.orig/debian/control +++ falconpl-0.9.2/debian/control @@ -0,0 +1,96 @@ +Source: falconpl +Section: interpreters +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Giancarlo Niccolai +Standards-Version: 3.8.2 +Build-Depends: cmake (>= 2.0), + debhelper (>= 5), + bison (>= 1.8), + zlib1g-dev, + libpcre3-dev (>= 7.0) +Homepage: http://www.falconpl.org + +Package: libfalcon-engine1 +Architecture: any +Section: libs +Suggests: falconpl (= ${binary:Version}) +Depends: ${shlibs:Depends} +Description: The Falcon Programming Language engine + Falcon is a small, fast and powerful embeddable programming + language. It is currently available for MS-Windows, Linux and + Mac OS X platforms. + . + Falcon aims to be the next generation scripting language, + providing a wide set of programming paradigms, template file + processing for web development and document based applications, + radical internationalization and application extension support. + It is distributed under the Falcon Programming Language License, + an open source license which grants usability of the language + in any kind of application, including commercial ones. + . + This is the main engine of the language, including the engine, + the Runtime Library and the essential modules. + +Package: libfalcon-engine1-dbg +Architecture: any +Priority: extra +Section: libdevel +Suggests: libfalcon-engine1-dev (= ${binary:Version}) +Depends: libfalcon-engine1 (= ${binary:Version}) +Description: The Falcon P.L. engine - debugging symbols + Falcon is a small, fast and powerful embeddable programming + language. It is currently available for MS-Windows, Linux and + Mac OS X platforms. + . + Falcon aims to be the next generation scripting language, + providing a wide set of programming paradigms, template file + processing for web development and document based applications, + radical internationalization and application extension support. + It is distributed under the Falcon Programming Language License, + an open source license which grants usability of the language + in any kind of application, including commercial ones. + . + This package contains the debugging symbols for libfalcon-engine1 + package. + +Package: falconpl +Architecture: any +Section: interpreters +Depends: ${shlibs:Depends}, + libfalcon-engine1 (= ${binary:Version}) +Description: The Falcon P. L. - command line tools + Falcon is a small, fast and powerful embeddable programming + language. It is currently available for MS-Windows, Linux and + Mac OS X platforms. + . + This is the set of command line tools that can be used to run + stand-alone scripts and applications. + +Package: falconpl-dbg +Architecture: any +Priority: extra +Section: devel +Suggests: falconpl-dev (= ${binary:Version}) +Depends: ${shlibs:Depends}, + falconpl (= ${binary:Version}) +Description: The Falcon P. L. - debugging symbols + Falcon is a small, fast and powerful embeddable programming + language. It is currently available for MS-Windows, Linux and + Mac OS X platforms. + . + This package contains the debugging symbols for the falconpl + package. + +Package: falconpl-dev +Architecture: any +Section: devel +Depends: ${shlibs:Depends}, + falconpl (= ${binary:Version}) +Description: The Falcon PL - development files + Falcon is a small, fast and powerful embeddable programming + language. It is currently available for MS-Windows, Linux and + Mac OS X platforms. + . + These are the files needed to develop new Falcon modules or + to embed the Falcon Programming Language in other applications. --- falconpl-0.9.2.orig/debian/libfalcon-engine1-dbg.install +++ falconpl-0.9.2/debian/libfalcon-engine1-dbg.install @@ -0,0 +1,2 @@ +usr/lib/debug +usr/share --- falconpl-0.9.2.orig/debian/falconpl-dbg.install +++ falconpl-0.9.2/debian/falconpl-dbg.install @@ -0,0 +1,2 @@ +usr/lib/debug +usr/share --- falconpl-0.9.2.orig/debian/copyright +++ falconpl-0.9.2/debian/copyright @@ -0,0 +1,264 @@ +This package was debianized by Giancarlo Niccolai on +Sun, 13 Jan 2008 18:44:41 +0100. + +The current Debian maintainer is Giancarlo Niccolai + +It was downloaded from: http://www.falconpl.org/ + +Copyright © 2004 - 2008 Giancarlo Niccolai + +Upstream Authors: + Giancarlo Niccolai . + +Copyright Holder: + Giancarlo Niccolai . + +License: + Falcon Programming Language License + Version 1.0, February 2005 + http://www.falconpl.org/?page_id=license + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code and example code. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Embedding Works" shall mean any work, whether in Source or Object form, + that links (or binds by name) to the interface of the Work and Derivative + Works. + + "Scripts" shall mean any work, weather in Source or Object form, that + is expressed through the grammar rules which are known by the Work. + + "Users" shall mean any person that uses, directly or indirectly, all or + any of the Work, the Derivative Works, the Embedding Works or the + Scripts. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, prepare + Embedding Works, prepare Scripts, publicly display, publicly perform, + sublicense, and distribute the Work and such Derivative Works in Source + or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution of Work and Derivative Works. You may reproduce and + distribute copies of the Work or Derivative Works thereof in any + medium, with or without modifications, and in Source or Object form, + provided that You meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) You must state in the Source Form and in the documentation of + any Derivative Work the fact that such work is a derivation of + the Work, and include a copy of the Work in its Source form or + provide directions on how to obtain a copy of the Work in its + Source form; and + + (e) The Derivative Works are distributed under the terms of this + License, or under terms that do not cause infringement of this + License. + + 5. Distribution of Embedding Works and Scripts. You may produce and + distribute any Embedding Work or Scripts thereof in any medium, in + Source or Object form, provided You meet the following conditions: + + (a) The Embedding Works and Scripts are distributed under the term + of this License, or the application of another License is + explicitly stated in the documentation of the Embedding Works + and Scripts or included in the Source form of the Embedding + Works and Scripts; and + + (b) The Embedding Works carry a prominent notice in their + documentation, or when not applicable, in any place that the + Users are exposed to, about the fact that the Work is embedded, + along with a general statement about the task that the Work is + performing in the Embedding Works; and + + (c) If the Source form of Embedding Works is distributed or made + available to the Users in any medium and by any means, the + portions of the Source form that causes the Work to be embedded + must carry a prominent notice about this fact, along with a general + statement about the task that the Work is performing in the + Embedded Works; and + + (d) If the Source form of Scripts is not distributed nor made + available by any mean to the Users, a prominent notice about the + fact that the Scripts have been written in the Language must be + presented in a place which the Users are exposed to. + + 6. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement You may have executed + with Licensor regarding such Contributions. + + 7. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 8. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 9. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 10.Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of Your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + + +Also, it is now dual-licensed under the terms of the GNU General +Public 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. + + 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 with + the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL; + 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, version 2, can be found in /usr/share/common-licenses/GPL-2. + + + + + + +The Debian packaging is © 2008, Giancarlo Niccolai and +is licensed under the GPL: + + 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. + + 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 with + the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL; + 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, version 2, can be found in /usr/share/common-licenses/GPL-2. --- falconpl-0.9.2.orig/debian/rules +++ falconpl-0.9.2/debian/rules @@ -0,0 +1,72 @@ +#!/usr/bin/make -f +# Sample debian/rules file - for GNU Hello. +# Copyright 1994,1995 by Ian Jackson. +# I hereby give you perpetual unlimited permission to copy, +# modify and relicense this file, provided that you do not remove +# my name from the file itself. (I assert my moral right of +# paternity under the Copyright, Designs and Patents Act 1988.) +# This file may have to be extensively modified + +CC = gcc +CFLAGS = -g -Wall +INSTALL_PROGRAM = install + +ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O2 +endif +ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) + INSTALL_PROGRAM += -s +endif + +build: + dh_testdir + rm -rf debian/tmp + ./build.sh -s -p $(CURDIR)/debian/tmp/usr -f /usr -j 2 + touch build + +clean: + dh_testdir + rm -f build + rm -rf devel/release devel/settings* + dh_clean + +binary-indep: checkroot build + dh_testdir +# There are no architecture-independent files to be uploaded +# generated by this package. If there were any they would be +# made here. + +binary-arch: checkroot build + dh_testdir + ./build.sh -i + + dh_install -plibfalcon-engine1 --sourcedir=debian/tmp + dh_install -pfalconpl --sourcedir=debian/tmp + dh_install -pfalconpl-dev --sourcedir=debian/tmp + + dh_strip -plibfalcon-engine1 --dbg-package=libfalcon-engine1-dbg + dh_strip -pfalconpl --dbg-package=falconpl-dbg + dh_strip -pfalconpl-dev + + dh_makeshlibs -plibfalcon-engine1 -V + + dh_installdeb + dh_shlibdeps + dh_installchangelogs ChangeLog + + dh_installdocs + + dh_installman + dh_compress + dh_fixperms + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch + +checkroot: + dh_testdir + test $$(id -u) = 0 + +.PHONY: binary binary-arch binary-indep clean checkroot --- falconpl-0.9.2.orig/debian/falconpl.docs +++ falconpl-0.9.2/debian/falconpl.docs @@ -0,0 +1,2 @@ +README +RELNOTES