--- gaim-themes-0.2.orig/debian/changelog +++ gaim-themes-0.2/debian/changelog @@ -0,0 +1,26 @@ +gaim-themes (0.2-2) unstable; urgency=medium + + * QA upload. + * Set maintainer to Debian QA Group. (see #830285) + * Remove the transitional gaim-themes package. + * Add the missing ${misc:Depends} dependency. + * Improve the package desctription. (Closes: #615239, #695290) + + -- Adrian Bunk Sat, 21 Jan 2017 11:52:34 +0200 + +gaim-themes (0.2-1) unstable; urgency=low + + * new upstream release + * Acknowledges NMU fixes by Luis Rodrigo Gallardo Cruz + - Rename package and contents to work with pidgin (Closes: #445467) + * Add some new themes from gnome-look.org + * Update package compatibility to 5 + + -- Martin Braure de Calignon Wed, 07 Nov 2007 00:06:26 +0100 + +gaim-themes (0.1-1) unstable; urgency=low + + * Initial Release. + + -- Martin Braure de Calignon Tue, 1 Mar 2005 13:39:36 +0100 + --- gaim-themes-0.2.orig/debian/compat +++ gaim-themes-0.2/debian/compat @@ -0,0 +1 @@ +5 --- gaim-themes-0.2.orig/debian/control +++ gaim-themes-0.2/debian/control @@ -0,0 +1,13 @@ +Source: gaim-themes +Section: net +Priority: optional +Maintainer: Debian QA Group +Build-Depends: debhelper (>= 5) +Standards-Version: 3.7.2 + +Package: pidgin-themes +Architecture: all +Depends: pidgin, ${misc:Depends} +Description: smiley themes collection for Pidgin + This package provides some alternative smiley themes + for the Pidgin instant messaging client. --- gaim-themes-0.2.orig/debian/copyright +++ gaim-themes-0.2/debian/copyright @@ -0,0 +1,33 @@ +This package was debianized by Martin Braure de Calignon on +Tue, 1 Mar 2005 13:39:36 +0100. + +It was downloaded from http://gaim.sourceforge.net and http://www.gnome-look.org + +Copyright: + +Upstream Authors: SeanEgan + LX_Xero + GnomePro + Chromakode + Damog + Jer + xOvni +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'. --- gaim-themes-0.2.orig/debian/pidgin-themes.install +++ gaim-themes-0.2/debian/pidgin-themes.install @@ -0,0 +1 @@ +themes/burger themes/crystalgaim themes/dmogdotorg themes/feltip24 themes/feltipretouched themes/gaim-summer-daze-emoticons themes/HandmadeSmiles themes/inbob themes/kitties themes/maya themes/nis themes/QIP-pidgin themes/smallsmiles /usr/share/pixmaps/pidgin/emotes --- gaim-themes-0.2.orig/debian/rules +++ gaim-themes-0.2/debian/rules @@ -0,0 +1,47 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +build: +# Nothing to do + +clean: + dh_testdir + dh_testroot + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir -i + dh_testroot -i + dh_installchangelogs -i + dh_installdocs -i + dh_installexamples -i + dh_install -i + dh_link -i + dh_strip -i + dh_compress -i + dh_fixperms -i + dh_installdeb -i + dh_gencontrol -i + dh_md5sums -i + dh_builddeb -i + +# Build architecture-dependent files here. +binary-arch: build install +# We have nothing to do by default. + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure