debian/0000755000000000000000000000000011531657432007175 5ustar debian/control0000644000000000000000000000234211531657227010603 0ustar Source: spectacle Section: devel Priority: optional Maintainer: Fathi Boudra Build-Depends: debhelper (>= 7.0.50~), python (>= 2.3.5-7), python-support (>= 0.90.0), python-cheetah, markdown Standards-Version: 3.9.1 Homepage: http://meego.gitorious.org/meego-developer-tools/spectacle Package: spectacle Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-cheetah, python-urlgrabber, python-yaml Suggests: meego-packaging-tools | packaging-tools Description: RPM Spec file generator and management tool Spectacle is a tool for managing and creating RPM spec files. It includes the tool to generate spec files from metadata file in YAML format, and tools to convert spec files or spec-builder's ini files to YAML format. . For spectacle managed packages, all generic packaging information will be stored in the YAML file, and it also allows maintaining customizations in the spec file directly with special enclosure tags. . The following tools are installed: * specify the tool to generate or to update spec file, based on YAML * ini2spectacle the tool to convert spec-builder .ini to YAML and new spec file * spec2spectacle the tool to convert original spec to YAML and new spec file debian/source/0000755000000000000000000000000011531657227010477 5ustar debian/source/format0000644000000000000000000000001411531657227011705 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000011531657432010624 5ustar debian/patches/debian-changes-0.21-10000644000000000000000000000204711531657227014120 0ustar Description: Upstream changes introduced in version 0.21-1 This patch has been created by dpkg-source during the package build. Here's the last changelog entry, hopefully it gives details on why those changes were made: . spectacle (0.21-1) unstable; urgency=low . * New upstream release. . The person named in the Author field signed this changelog entry. Author: Fathi Boudra --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: , Bug: Bug-Debian: http://bugs.debian.org/ Bug-Ubuntu: https://launchpad.net/bugs/ Forwarded: Reviewed-By: Last-Update: --- /dev/null +++ spectacle-0.21/spectacle/__version__.py @@ -0,0 +1 @@ +VERSION = "0.21" debian/patches/debian-changes-0.22-10000644000000000000000000000213211531657432014112 0ustar Description: Upstream changes introduced in version 0.22-1 This patch has been created by dpkg-source during the package build. Here's the last changelog entry, hopefully it gives details on why those changes were made: . spectacle (0.22-1) unstable; urgency=low . * New upstream release. . The person named in the Author field signed this changelog entry. Author: Fathi Boudra --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: , Bug: Bug-Debian: http://bugs.debian.org/ Bug-Ubuntu: https://launchpad.net/bugs/ Forwarded: Reviewed-By: Last-Update: --- spectacle-0.22.orig/spectacle/__version__.py +++ spectacle-0.22/spectacle/__version__.py @@ -1 +1 @@ -VERSION = "0.21" +VERSION = "0.22" debian/patches/series0000644000000000000000000000005411531657352012041 0ustar debian-changes-0.21-1 debian-changes-0.22-1 debian/compat0000644000000000000000000000000211531657227010375 0ustar 7 debian/changelog0000644000000000000000000000154411531657266011060 0ustar spectacle (0.22-1) unstable; urgency=low * New upstream release. -- Fathi Boudra Fri, 25 Feb 2011 09:47:50 +0200 spectacle (0.21-1) unstable; urgency=low * New upstream release. -- Fathi Boudra Wed, 08 Dec 2010 11:22:51 +0200 spectacle (0.20-1) unstable; urgency=low * New upstream release. -- Fathi Boudra Tue, 21 Sep 2010 12:07:26 +0300 spectacle (0.19-1) unstable; urgency=low * New upstream release. -- Fathi Boudra Tue, 24 Aug 2010 11:36:43 +0300 spectacle (0.18+git24+bc1c8ce-1) unstable; urgency=low * New upstream snapshot. -- Fathi Boudra Sat, 14 Aug 2010 14:22:18 +0300 spectacle (0.18+git19+4768025-1) unstable; urgency=low * Initial release (Closes: #592311) -- Fathi Boudra Sun, 08 Aug 2010 20:01:42 +0300 debian/rules0000755000000000000000000000057511531657227010266 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --buildsystem=python_distutils override_dh_auto_build: $(MAKE) doc $(MAKE) tmpls dh_auto_build override_dh_auto_install: $(MAKE) DESTDIR=$(CURDIR)/debian/spectacle install-data dh_auto_install override_dh_auto_clean: $(MAKE) clean rm -f spectacle/__version__.py dh_auto_clean debian/examples0000644000000000000000000000003411531657227010735 0ustar examples/xfce4-session.yaml debian/copyright0000644000000000000000000000254211531657227011135 0ustar This work was packaged for Debian by: Fathi Boudra on Sat, 17 Jul 2010 10:05:56 +0300 It was downloaded from: http://meego.gitorious.org/meego-developer-tools/spectacle Upstream Authors: Anas Nashif Jian-feng Ding Copyright: Copyright (C) 2009 Intel Corporation License: This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. 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 program. If not, see 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: Copyright (C) 2010 Fathi Boudra 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. debian/docs0000644000000000000000000000003011531657227010043 0ustar README README.html TODO