--- guake-0.3.1.orig/debian/prerm +++ guake-0.3.1/debian/prerm @@ -0,0 +1,18 @@ +#!/bin/sh +set -e + +case "$1" in + remove|deconfigure) + gconf-schemas --unregister guake.schemas + ;; + + + upgrade|purge) + + ;; + *) + echo "prerm called with unknown argument \`$1'" >&2 + exit 1 +esac + +#DEBHELPER# --- guake-0.3.1.orig/debian/control +++ guake-0.3.1/debian/control @@ -0,0 +1,26 @@ +Source: guake +Section: x11 +Priority: optional +Maintainer: Sylvestre Ledru +Uploaders: Torsten Werner +Build-Depends: debhelper (>= 5), python, cdbs, autoconf, libxml-parser-perl, + pkg-config, libgtk2.0-dev, gconf2, python-dev, intltool, python-gtk2-dev, + python-vte, python-central +XS-Python-Version: current +Standards-Version: 3.8.0 +Homepage: http://www.guake-terminal.org/ +Vcs-Svn: https://bollin.googlecode.com/svn/guake/trunk +Vcs-Browser: http://bollin.googlecode.com/svn/guake/trunk +DM-Upload-Allowed: yes + +Package: guake +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends}, notification-daemon, + python-notify, python, libgtk2.0-0, gconf2, python-vte, python-dbus, + ${python:Depends} +Provides: x-terminal-emulator, ${python:Provides} +XB-Python-Version: ${python:Versions} +Description: A drop-down terminal for GNOME Desktop Environment + Guake is a drop-down terminal for GNOME Desktop Environment, so you just + need to press a key to invoke him, and press again to hide. + Guake supports hotkeys, tabs, background transparent, etc. --- guake-0.3.1.orig/debian/copyright +++ guake-0.3.1/debian/copyright @@ -0,0 +1,91 @@ +This package was debianized by Sylvestre Ledru on +Sat, 17 May 2008 16:04:07 +0200. + +It was downloaded from + +Upstream Authors: + + Gabriel Falcao + Lincoln de Sousa + +Copyright (C) 2007-2008 Sandino Flores Moreno +Copyright (C) 2007-2008 Lincoln de Sousa + +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 program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301 USA + +Please see `/usr/share/common-licenses/GPL-2' for the full text of the +license. + + +src/simplegladeapp.py: + +Copyright (C) 2004 Sandino Flores Moreno + +License: + LGPL + + +src/globalhotkeys/eggaccelerators.h: +src/eggcellrendererkeys/eggaccelerators.h: + +Copyright (C) 2002 Red Hat, Inc. + +License: + LGPL + + +src/globalhotkeys/eggaccelerators.c: +src/eggcellrendererkeys/eggaccelerators.c + +Copyright (C) 2002 Red Hat, Inc.; Copyright 1998, 2001 Tim Janik + +License: + LGPL + + +src/eggcellrendererkeys/eggcellrendererkeys.h: + +Copyright (C) 2000 Red Hat, Inc., Jonathan Blandford + +License: + LGPL + + +The LGPL license: + + This library is free software; you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as + published by the Free Software Foundation; either version 2.1 of the + License, 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 + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301 USA + +Please see `/usr/share/common-licenses/LGPL-2.1' for the full text of +the license. + +The Debian packaging is (C) 2008, Sylvestre Ledru and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. + --- guake-0.3.1.orig/debian/postinst +++ guake-0.3.1/debian/postinst @@ -0,0 +1,20 @@ +#!/bin/sh +# postinst script for guake +# +set -e +case "$1" in + configure) + gconf-schemas --register guake.schemas > /dev/null + ;; + + abort-upgrade|abort-remove|abort-deconfigure) + + ;; + + *) + echo "postinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +#DEBHELPER# --- guake-0.3.1.orig/debian/rules +++ guake-0.3.1/debian/rules @@ -0,0 +1,11 @@ +#!/usr/bin/make -f +# Copyright 2008 - Sylvestre Ledru + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk + +install/guake:: + mkdir -p debian/guake/usr/share/ + mv debian/guake/etc/gconf/ debian/guake/usr/share/ + dh_pycentral -pguake --- guake-0.3.1.orig/debian/compat +++ guake-0.3.1/debian/compat @@ -0,0 +1 @@ +5 --- guake-0.3.1.orig/debian/docs +++ guake-0.3.1/debian/docs @@ -0,0 +1,3 @@ +NEWS +README +TODO --- guake-0.3.1.orig/debian/watch +++ guake-0.3.1/debian/watch @@ -0,0 +1,3 @@ +version=3 +opts="downloadurlmangle=s|\.\./\.\./\.\./||g" \ +http://www.guake-terminal.org/download/ .*/releases/.*/guake-(.*).tar.gz --- guake-0.3.1.orig/debian/pycompat +++ guake-0.3.1/debian/pycompat @@ -0,0 +1 @@ +2 --- guake-0.3.1.orig/debian/changelog +++ guake-0.3.1/debian/changelog @@ -0,0 +1,38 @@ +guake (0.3.1-6) unstable; urgency=low + + * set -e added to the maintainer scripts + * misc depends added + + -- Sylvestre Ledru Sun, 28 Dec 2008 18:33:27 +0100 + +guake (0.3.1-5) unstable; urgency=low + + * Missing dep to python-dbus, thanks to Alex Goebel (Closes: #497306) + + -- Sylvestre Ledru Sun, 31 Aug 2008 22:43:33 +0200 + +guake (0.3.1-4) unstable; urgency=low + + * Two lintian warnings removed + + -- Sylvestre Ledru Sat, 16 Aug 2008 15:03:37 +0200 + +guake (0.3.1-3) unstable; urgency=low + + * Close the ITP since the release 0.3.1-1 hasn't been published (Closes: #482414) + + -- Sylvestre Ledru Mon, 11 Aug 2008 10:43:03 +0200 + +guake (0.3.1-2) unstable; urgency=low + + * copyright file updated to add info about a few files under the + LGPL license + + -- Sylvestre Ledru Sun, 10 Aug 2008 02:25:10 +0200 + +guake (0.3.1-1) unstable; urgency=low + + * Initial release (Closes: #482414) + + -- Sylvestre Ledru Sat, 25 Jul 2008 16:04:07 +0200 + --- guake-0.3.1.orig/debian/patches/guake.desktop.patch +++ guake-0.3.1/debian/patches/guake.desktop.patch @@ -0,0 +1,8 @@ +--- guake-0.3.orig/data/guake.desktop.in 2008-08-16 14:53:34.000000000 +0200 ++++ guake-0.3/data/guake.desktop.in 2008-08-16 14:53:50.000000000 +0200 +@@ -1,5 +1,4 @@ + [Desktop Entry] +-Encoding=UTF-8 + Name=Guake Terminal + Name[pt]=Guake Terminal + Name[pt_BR]=Guake Terminal