From 7d069eda6d0df0ca6976612af2077a85b3ab3fea Mon Sep 17 00:00:00 2001 From: Marcelo Lira Date: Wed, 19 Aug 2009 12:35:34 -0300 Subject: removed debian directory -- it is on debian branch now --- debian/changelog | 6 ------ debian/compat | 1 - debian/control | 25 ------------------------- debian/copyright | 37 ------------------------------------- debian/rules | 15 --------------- 5 files changed, 84 deletions(-) delete mode 100644 debian/changelog delete mode 100644 debian/compat delete mode 100644 debian/control delete mode 100644 debian/copyright delete mode 100755 debian/rules diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index b8f9d4895..000000000 --- a/debian/changelog +++ /dev/null @@ -1,6 +0,0 @@ -shiboken (0.2) unstable; urgency=low - - * Initial release - - -- Marcelo Lira Sat, 30 May 2009 16:16:00 -0300 - diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 7ed6ff82d..000000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/debian/control b/debian/control deleted file mode 100644 index e7fb555a8..000000000 --- a/debian/control +++ /dev/null @@ -1,25 +0,0 @@ -Source: shiboken -Section: devel -Priority: extra -Maintainer: Marcelo Lira -Build-Depends: cdbs, debhelper (>= 5), libapiextractor-dev (>= 0.2), libqt4-dev (>= 4.5), cmake (>= 2.6.0) -Standards-Version: 3.7.3 - -Package: shiboken -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libapiextractor (>= 0.2) -Description: Generates Python bindings for qt based libraries. - Generates CPython based bindings for C++ libraries. - -Package: libshiboken -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Description: Support library for Python bindings created with Shiboken generator. - Support library for Python bindings created with Shiboken generator. - -Package: libshiboken-dev -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libshiboken -Description: Development files for libshiboken. - Development files for libshiboken. - diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index bef1d32de..000000000 --- a/debian/copyright +++ /dev/null @@ -1,37 +0,0 @@ -This package was debianized based on previous debianization by Marcelo Lira on -Sat, 30 May 2009 16:16:00 -0300. - -Upstream Authors: - - Hugo Lima - Luciano Wolf - Marcelo Lira - Renato Araujo - -Copyright: - - Copyright (C) 2009 Nokia Corporation and/or its subsidiary(ies) - -License: - - This package 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 package 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'. - - -The Debian packaging is (C) 2009, Nokia Corporation and -is licensed under the GPL, see `/usr/share/common-licenses/GPL'. - diff --git a/debian/rules b/debian/rules deleted file mode 100755 index 1e6acdd00..000000000 --- a/debian/rules +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/make -f - -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/cmake.mk - - -# Add here any variable or target overrides you need. - -DEB_CMAKE_EXTRA_FLAGS=-DCMAKE_MODULE_PATH=/usr/share/cmake-2.6/Modules - -# borrowed from python2.5 debian/rules -COMMA = , -ifneq (,$(filter parallel=%,$(subst $(COMMA), ,$(DEB_BUILD_OPTIONS)))) - DEB_MAKE_ENVVARS := MAKEFLAGS=-j$(subst parallel=,,$(filter parallel=%,$(subst $(COMMA), ,$(DEB_BUILD_OPTIONS)))) -endif -- cgit v1.2.3