--- babiloo-2.0.11.orig/debian/rules +++ babiloo-2.0.11/debian/rules @@ -0,0 +1,34 @@ +#!/usr/bin/make -f + +LANGUAGES=$(shell find locale/ -maxdepth 1 -mindepth 1 -type d -not -name \.svn -printf "%f ") + +build: + dh build + +clean: + make -C qt/ clean + dh clean + find . -name "*\.py[co]" -delete + +install: build + make -C qt/ all + dh --with python_support install + + # Make it executable to run.py + chmod +x debian/babiloo/usr/bin/babiloo + +binary-indep: build generate-mo-files install + dh --with python_support binary-indep + +binary-arch: build install + +binary: binary-indep binary-arch + +generate-mo-files: + for lang in $(LANGUAGES); do \ + localedir=debian/babiloo/usr/share/locale/$$lang/LC_MESSAGES; \ + dh_installdirs -pbabiloo usr/share/locale/$$lang/LC_MESSAGES; \ + msgfmt --directory=locale $$lang/LC_MESSAGES/babiloo.po --output-file=$$localedir/babiloo.mo; \ + done + +.PHONY: build clean binary-indep binary-arch binary generate-mo-files install --- babiloo-2.0.11.orig/debian/compat +++ babiloo-2.0.11/debian/compat @@ -0,0 +1 @@ +7 --- babiloo-2.0.11.orig/debian/copyright +++ babiloo-2.0.11/debian/copyright @@ -0,0 +1,74 @@ +This package was debianized by Marco Rodrigues on +Mon, 05 Jan 2009 10:05:30 +0000. + +It was downloaded from http://www.babiloo-project.org/ + +Upstream Author: Ivan Garcia + Marco Ferreira + Marco Rodrigues + +Copyright: + + Copyright (C) 2008-2010 by Babiloo Developers + +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-3'. + +* core/dictionary/psdict.py: + Copyright (C) 2006 Dmitri Brechalov + Copyright (C) Igor Tkach, 2006 + + 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. + The full license is in the file COPYING, distributed as part of + this software. + +* core/dictionary/pystardict.py: + Copyright 2008 Serge Matveenko + + PyStarDict 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 3 of the License, or + (at your option) any later version. + +* languages/autodetect_lang.py: + Copyright (c) 2006 Thomas Mangin + + This program is distributed under Gnu General Public License + (cf. the file COPYING in distribution). Alternatively, you can use + the program under the conditions of the Artistic License (as Perl). + +* modules/progressbar.py: + Copyright (C) 2005 Nilton Volpato + + 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. + + On Debian systems, the complete text of the GNU Lesser General + Public License can be found in `/usr/share/common-licenses/LGPL-2.1'. + +* locale/*: + Copyright (c) 2008-2010 Rosetta Contributors and Canonical Ltd + +The Debian packaging is © 2009, Marco Rodrigues and +is licensed under the GPL, see above. --- babiloo-2.0.11.orig/debian/babiloo.menu +++ babiloo-2.0.11/debian/babiloo.menu @@ -0,0 +1,5 @@ +?package(babiloo):needs="X11" \ + section="Applications/Office" \ + title="Babiloo 2" \ + command="/usr/bin/babiloo" \ + icon="/usr/share/pixmaps/babiloo.xpm" --- babiloo-2.0.11.orig/debian/control +++ babiloo-2.0.11/debian/control @@ -0,0 +1,31 @@ +Source: babiloo +Section: utils +Priority: optional +Maintainer: Python Applications Packaging Team +Uploaders: Marco Rodrigues +Build-Depends: debhelper (>= 7), python (>= 2.5.2-3) +Build-Depends-Indep: python-support (>= 0.5.6), pyqt4-dev-tools +Standards-Version: 3.9.1 +Vcs-Svn: svn://svn.debian.org/python-apps/packages/babiloo/trunk +Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/babiloo/trunk/ +XS-Python-Version: >= 2.5 +Homepage: http://www.babiloo-project.org/ + +Package: babiloo +Architecture: all +Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.5.2-3) +Recommends: python-qt4 +XB-Python-Version: ${python:Versions} +Description: dictionary viewer with multi-languages support + It supports dictionaries in SDictionary and StarDict format + and HTML displaying for the supported dictionaries. + Babiloo allows the download of more dictionaries from Internet. + . + Features: + * Support for many languages / fonts rendering. + * Don't convert dictionaries, use originals. + * Phonetic sounds. + * Advanced search. + * Collaborative dictionaries. + . + This package contains the GUI frontend and common files. --- babiloo-2.0.11.orig/debian/babiloo.install +++ babiloo-2.0.11/debian/babiloo.install @@ -0,0 +1,7 @@ +qt /usr/share/babiloo +core /usr/share/babiloo +images /usr/share/babiloo +dicts /usr/share/babiloo +run.py /usr/share/babiloo +babiloo.desktop /usr/share/applications +images/babiloo.xpm /usr/share/pixmaps/ --- babiloo-2.0.11.orig/debian/watch +++ babiloo-2.0.11/debian/watch @@ -0,0 +1,3 @@ +version=3 +https://launchpad.net/babiloo/+download \ +http://launchpad.net/babiloo/(?:.*)/(?:.*)/\+download/babiloo-(.*)\.tar\.gz --- babiloo-2.0.11.orig/debian/changelog +++ babiloo-2.0.11/debian/changelog @@ -0,0 +1,51 @@ +babiloo (2.0.11-1) unstable; urgency=low + + * New upstream version (Closes: #591995). + * debian/control: + + Move python-qt4 to Recommends. Thanks Jakub Wilk for the tip. + + Change my e-mail address. + * debian/copyright: + + Change my e-mail address. + * debian/control: + - Bump Standards-Version to 3.9.1, no changes required. + + -- Marco Rodrigues Tue, 28 Sep 2010 22:30:41 +0100 + +babiloo (2.0.9-1) unstable; urgency=low + + [ Ryan Kavanagh ] + * New upstream release + * Bumped standards version to 3.8.2 + + -- Python Applications Packaging Team Fri, 26 Jun 2009 21:44:44 -0400 + +babiloo (2.0.8-1) unstable; urgency=low + + * New upstream version. + * debian/control: + + Improve long description (Closes: #528202). + + Change XS-Python-Version to >= 2.5 and bump python dependency + to 2.5.2 as upstream needs python 2.5 to work correctly. + + -- Marco Rodrigues Thu, 28 May 2009 19:51:31 +0100 + +babiloo (2.0.7-1) unstable; urgency=low + + * New upstream version. + * XPM icon provided by upstream. Removed. + * debian/babiloo.install: + + Use upstream xpm icon. + * debian/control: + + Bump Standards-Version to 3.8.1 (no changes). + * debian/rules: + + Rebuild QT ui files. + * debian/copyright: + + Add myself to upstream authors :) + + -- Marco Rodrigues Tue, 28 Apr 2009 12:30:40 +0000 + +babiloo (2.0.3.1-1) unstable; urgency=low + + * Initial Release (Closes: #510132). + + -- Marco Rodrigues Tue, 10 Mar 2009 20:58:02 +0000 --- babiloo-2.0.11.orig/debian/babiloo.manpages +++ babiloo-2.0.11/debian/babiloo.manpages @@ -0,0 +1 @@ +babiloo.1 --- babiloo-2.0.11.orig/debian/babiloo.links +++ babiloo-2.0.11/debian/babiloo.links @@ -0,0 +1 @@ +usr/share/babiloo/run.py /usr/bin/babiloo --- babiloo-2.0.11.orig/debian/source/format +++ babiloo-2.0.11/debian/source/format @@ -0,0 +1 @@ +1.0