--- picapy-1.8.5.2.orig/debian/changelog +++ picapy-1.8.5.2/debian/changelog @@ -0,0 +1,131 @@ +picapy (1.8.5.2-1ubuntu1) natty; urgency=low + + * Fixed a bug with extension of dragged file + + -- Lorenzo Carbonell Sat, 30 Jul 2011 18:28:18 +0200 + +picapy (1.8.5.1-1ubuntu1) natty; urgency=low + + * Fixed a bug with draged filename + + -- Lorenzo Carbonell Sat, 30 Jul 2011 12:24:15 +0200 + +picapy (1.8.5.0-1ubuntu1) natty; urgency=low + + * Drag and drop features + * multiple selection feature + + -- Lorenzo Carbonell Sat, 30 Jul 2011 11:56:44 +0200 + +picapy (1.8.4.1-1ubuntu1) natty; urgency=low + + * Fixed a bug with init + + -- Lorenzo Carbonell Tue, 12 Jul 2011 18:55:07 +0200 + +picapy (1.8.4.0-1ubuntu1) natty; urgency=low + + * Improve image download + * Using Gnome-Keyring to store passwords + + -- Lorenzo Carbonell Sun, 10 Jul 2011 19:52:57 +0200 + +picapy (1.8.3.1-1ubuntu1) maverick; urgency=low + + * Fixed a bug with language + + -- Lorenzo Sun, 10 Apr 2011 19:14:44 +0200 + +picapy (1.8.3-1ubuntu1) maverick; urgency=low + + * Now you can download all albums + * Now you can download one album + + -- Lorenzo Sun, 10 Apr 2011 08:27:55 +0200 + +picapy (1.8.2-1ubuntu1) maverick; urgency=low + + * Added option to reduce size of image + * Added option to reduce colors of image + * Fixed a bug with image deletion + * Added Korean language + * Added Ukrainian language + * Added Russian language + * Added Chinese traditional language + + -- Lorenzo Sat, 09 Apr 2011 22:42:21 +0200 + +picapy (1.8.1-1ubuntu1) maverick; urgency=low + + * Fixed a bug with language + + -- Lorenzo Tue, 29 Mar 2011 22:20:46 +0200 + +picapy (1.8.0-1ubuntu1) maverick; urgency=low + + * Added preview in upload dialog + * Added new feature to edit album + * Added new feature to edit images + * Added new feature to edit accesing to album + * Changed icons + + -- Lorenzo Tue, 29 Mar 2011 21:43:14 +0200 + +picapy (1.7.6-1ubuntu1) maverick; urgency=low + + * Fixed a bug with keyboard events + + -- Lorenzo Mon, 14 Mar 2011 21:24:20 +0100 + +picapy (1.7.5-1ubuntu1) maverick; urgency=low + + * Improve upload manager + + -- Lorenzo Mon, 14 Mar 2011 20:42:30 +0100 + +picapy (1.7.4-1ubuntu1) maverick; urgency=low + + * Fixed a bug with languages + + -- Lorenzo Mon, 14 Mar 2011 06:31:49 +0100 + +picapy (1.7.3-1ubuntu1) maverick; urgency=low + + * Fixed a bug relative with events in the main window + + -- Lorenzo Sun, 13 Mar 2011 22:27:00 +0100 + +picapy (1.7.2-1ubuntu1) maverick; urgency=low + + * Fixed a bug with upload manager + * Improved navegation with images + * Fixed a bug with desktop link + + -- Lorenzo Sun, 13 Mar 2011 21:17:53 +0100 + +picapy (1.7.1-1ubuntu1) maverick; urgency=low + + * Improve the security for password and user + * Improved downloader manager and uploader manager + * Increase the speed + * Added galician translation by Dario Villar + * Download image from popup menu + * Get links from popup menu + + -- Lorenzo Carbonell Sun, 19 Dec 2010 20:53:29 +0100 + +picapy (1.6.1-1ubuntu1) maverick; urgency=low + + * Improved the download speed + * Added italian translation by Bernardo Miguel Savone + * Added french translation by Lorenzo Carbonell + * Change Picapy icon + * Change button images + + -- Lorenzo Carbonell Sun, 05 Dec 2010 13:10:00 +0100 + +picapy (1.5-1ubuntu1) maverick; urgency=low + + * Added translations + + -- Lorenzo Carbonell Wed, 24 Nov 2010 22:55:24 +0100 --- picapy-1.8.5.2.orig/debian/rules +++ picapy-1.8.5.2/debian/rules @@ -0,0 +1,121 @@ +#!/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. +# +# Modified to make a template file for a multi-binary package with separated +# build-arch and build-indep targets by Bill Allombert 2001 + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# This has to be exported to make some magic below work. +configure: configure-stamp +configure-stamp: + dh_testdir + # Add here commands to configure the package. + touch configure-stamp +build: build-stamp +build-stamp: configure-stamp + dh_testdir + touch build-stamp +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + dh_clean +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + # Create directories and copy files + # Build the sctructure + mkdir -p ${CURDIR}/debian/picapy/usr/share/applications + mkdir -p ${CURDIR}/debian/picapy/usr/share/pixmaps + mkdir -p ${CURDIR}/debian/picapy/usr/share/picapy + mkdir -p ${CURDIR}/debian/picapy/usr/share/picapy/img + # Copy files + cp src/img/folder_private.png ${CURDIR}/debian/picapy/usr/share/picapy/ + cp src/img/folder_protected.png ${CURDIR}/debian/picapy/usr/share/picapy/ + cp src/img/folder_public.png ${CURDIR}/debian/picapy/usr/share/picapy/ + cp src/picapy.svg ${CURDIR}/debian/picapy/usr/share/picapy/ + cp src/picapy.svg ${CURDIR}/debian/picapy/usr/share/pixmaps/ + cp src/picapy.desktop ${CURDIR}/debian/picapy/usr/share/applications/ + # Structure and source files + mkdir -p ${CURDIR}/debian/picapy/usr/share/picapy + mkdir -p ${CURDIR}/debian/picapy/usr/share/picapy/img + ####################################################### + cp src/*.py ${CURDIR}/debian/picapy/usr/share/picapy/ + # End create directories and copy files + # Create languages directories + mkdir -p ${CURDIR}/debian/picapy/usr/share/locale-langpack/en/LC_MESSAGES + mkdir -p ${CURDIR}/debian/picapy/usr/share/locale-langpack/zh_TW/LC_MESSAGES + mkdir -p ${CURDIR}/debian/picapy/usr/share/locale-langpack/fr/LC_MESSAGES + mkdir -p ${CURDIR}/debian/picapy/usr/share/locale-langpack/tr/LC_MESSAGES + mkdir -p ${CURDIR}/debian/picapy/usr/share/locale-langpack/de/LC_MESSAGES + mkdir -p ${CURDIR}/debian/picapy/usr/share/locale-langpack/it/LC_MESSAGES + mkdir -p ${CURDIR}/debian/picapy/usr/share/locale-langpack/ro/LC_MESSAGES + mkdir -p ${CURDIR}/debian/picapy/usr/share/locale-langpack/ru/LC_MESSAGES + mkdir -p ${CURDIR}/debian/picapy/usr/share/locale-langpack/ko/LC_MESSAGES + mkdir -p ${CURDIR}/debian/picapy/usr/share/locale-langpack/gl/LC_MESSAGES + mkdir -p ${CURDIR}/debian/picapy/usr/share/locale-langpack/es/LC_MESSAGES + mkdir -p ${CURDIR}/debian/picapy/usr/share/locale-langpack/uk/LC_MESSAGES + mkdir -p ${CURDIR}/debian/picapy/usr/share/locale-langpack/eu/LC_MESSAGES + mkdir -p ${CURDIR}/debian/picapy/usr/share/locale-langpack/pt_BR/LC_MESSAGES + # End create languages directories + # Compile languages + msgfmt template1/en.po -o ${CURDIR}/debian/picapy/usr/share/locale-langpack/en/LC_MESSAGES/picapy.mo + msgfmt template1/zh_TW.po -o ${CURDIR}/debian/picapy/usr/share/locale-langpack/zh_TW/LC_MESSAGES/picapy.mo + msgfmt template1/fr.po -o ${CURDIR}/debian/picapy/usr/share/locale-langpack/fr/LC_MESSAGES/picapy.mo + msgfmt template1/tr.po -o ${CURDIR}/debian/picapy/usr/share/locale-langpack/tr/LC_MESSAGES/picapy.mo + msgfmt template1/de.po -o ${CURDIR}/debian/picapy/usr/share/locale-langpack/de/LC_MESSAGES/picapy.mo + msgfmt template1/it.po -o ${CURDIR}/debian/picapy/usr/share/locale-langpack/it/LC_MESSAGES/picapy.mo + msgfmt template1/ro.po -o ${CURDIR}/debian/picapy/usr/share/locale-langpack/ro/LC_MESSAGES/picapy.mo + msgfmt template1/ru.po -o ${CURDIR}/debian/picapy/usr/share/locale-langpack/ru/LC_MESSAGES/picapy.mo + msgfmt template1/ko.po -o ${CURDIR}/debian/picapy/usr/share/locale-langpack/ko/LC_MESSAGES/picapy.mo + msgfmt template1/gl.po -o ${CURDIR}/debian/picapy/usr/share/locale-langpack/gl/LC_MESSAGES/picapy.mo + msgfmt template1/es.po -o ${CURDIR}/debian/picapy/usr/share/locale-langpack/es/LC_MESSAGES/picapy.mo + msgfmt template1/uk.po -o ${CURDIR}/debian/picapy/usr/share/locale-langpack/uk/LC_MESSAGES/picapy.mo + msgfmt template1/eu.po -o ${CURDIR}/debian/picapy/usr/share/locale-langpack/eu/LC_MESSAGES/picapy.mo + msgfmt template1/pt_BR.po -o ${CURDIR}/debian/picapy/usr/share/locale-langpack/pt_BR/LC_MESSAGES/picapy.mo + # End comile languages + # Build architecture-independent files here. +binary-indep: build install + # We have nothing to do by default. + # Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples + # dh_install + # dh_installmenu + # dh_installdebconf + # dh_installlogrotate + # dh_installemacsen + # dh_installpam + # dh_installmime + # dh_python + # dh_installinit + # dh_installcron + # dh_installinfo + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms + # dh_perl + # dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- picapy-1.8.5.2.orig/debian/copyright +++ picapy-1.8.5.2/debian/copyright @@ -0,0 +1,48 @@ +This work was packaged for Debian by: + + Lorenzo Carbonell on Sat, 30 Jul 2011 18:28:18 +0200 + +It was downloaded from: + + http:\\www.atareao.es + +Upstream Author(s): + + Lorenzo Carbonell + +Copyright: + + > + +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 3 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 program. If not, see . + +On Debian systems, the complete text of the GNU General +Public License version 3 can be found in `/usr/share/common-licenses/GPL-3`. + +The Debian packaging is: + + > + +# Please chose a license for your packaging work. If the program you package +# uses a mainstream license, using the same license is the safest choice. +# Please avoid to pick license terms that are more restrictive than the +# packaged work, as it may make Debian`s contributions unacceptable upstream. +# If you just want it to be GPL version 3, leave the following line in. + +and is licensed under the GPL version 3, see above. + +# Please also look if there are files or directories which have a +# different copyright/license attached and list them here. --- picapy-1.8.5.2.orig/debian/control +++ picapy-1.8.5.2/debian/control @@ -0,0 +1,12 @@ +Source: picapy +Section: web +Priority: extra +Maintainer: Lorenzo Carbonell +Build-Depends: debhelper (>= 7.0.50~) +Standards-Version: 3.8.4 +Homepage: http:\\www.atareao.es + +Package: picapy +Architecture: all +Depends: python (>=2.6), python-gdata, python-gconf, python-crypto, python-rsvg +Description: Picapy is a Picasa Web manager --- picapy-1.8.5.2.orig/debian/compat +++ picapy-1.8.5.2/debian/compat @@ -0,0 +1 @@ +7