--- google-reader-indicator-0.1.0.3.orig/debian/changelog +++ google-reader-indicator-0.1.0.3/debian/changelog @@ -0,0 +1,26 @@ +google-reader-indicator (0.1.0.3-1ubuntu1) natty; urgency=low + + * Fixed a bug with start + * Updated spanish translation + + -- Lorenzo Carbonell Mon, 18 Jul 2011 15:34:59 +0200 + +google-reader-indicator (0.1.0.2-1ubuntu1) natty; urgency=low + + * Fixed a bug with start + * Updated spanish translation + + -- Lorenzo Carbonell Tue, 12 Jul 2011 17:26:35 +0200 + +google-reader-indicator (0.1.0.1-1ubuntu1) natty; urgency=low + + * Fixed a bug with html entities + + -- Lorenzo Carbonell Sun, 10 Jul 2011 18:15:54 +0200 + +google-reader-indicator (0.1.0.0-1ubuntu1) natty; urgency=low + + * First release + + -- Lorenzo Carbonell Sun, 10 Jul 2011 17:49:37 +0200 + --- google-reader-indicator-0.1.0.3.orig/debian/copyright +++ google-reader-indicator-0.1.0.3/debian/copyright @@ -0,0 +1,48 @@ +This work was packaged for Debian by: + + Lorenzo Carbonell on Mon, 18 Jul 2011 15:34:59 +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. --- google-reader-indicator-0.1.0.3.orig/debian/control +++ google-reader-indicator-0.1.0.3/debian/control @@ -0,0 +1,12 @@ +Source: google-reader-indicator +Section: utils +Priority: extra +Maintainer: Lorenzo Carbonell +Build-Depends: debhelper (>= 7.0.50~) +Standards-Version: 3.8.4 +Homepage: http:\\www.atareao.es + +Package: google-reader-indicator +Architecture: all +Depends: python (>=2.6), python-lxml +Description: An indicator for Google Reader --- google-reader-indicator-0.1.0.3.orig/debian/rules +++ google-reader-indicator-0.1.0.3/debian/rules @@ -0,0 +1,103 @@ +#!/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/google-reader-indicator/usr/share/applications + mkdir -p ${CURDIR}/debian/google-reader-indicator/usr/share/pixmaps + mkdir -p ${CURDIR}/debian/google-reader-indicator/usr/share/google-reader-indicator + mkdir -p ${CURDIR}/debian/google-reader-indicator/usr/share/icons/hicolor/scalable/status + # Copy files + cp src/img/*.svg ${CURDIR}/debian/google-reader-indicator/usr/share/icons/hicolor/scalable/status/ + cp src/img/google-reader-indicator.svg ${CURDIR}/debian/google-reader-indicator/usr/share/pixmaps/ + cp src/google-reader-indicator-autostart.desktop ${CURDIR}/debian/google-reader-indicator/usr/share/google-reader-indicator/ + cp src/Google-Reader-Indicator.desktop ${CURDIR}/debian/google-reader-indicator/usr/share/applications/ + # Structure and source files + mkdir -p ${CURDIR}/debian/google-reader-indicator/usr/share/google-reader-indicator + mkdir -p ${CURDIR}/debian/google-reader-indicator/usr/share/google-reader-indicator/img + ####################################################### + cp src/*.py ${CURDIR}/debian/google-reader-indicator/usr/share/google-reader-indicator/ + # End create directories and copy files + # Create languages directories + mkdir -p ${CURDIR}/debian/google-reader-indicator/usr/share/locale-langpack/en/LC_MESSAGES + mkdir -p ${CURDIR}/debian/google-reader-indicator/usr/share/locale-langpack/fr/LC_MESSAGES + mkdir -p ${CURDIR}/debian/google-reader-indicator/usr/share/locale-langpack/de/LC_MESSAGES + mkdir -p ${CURDIR}/debian/google-reader-indicator/usr/share/locale-langpack/it/LC_MESSAGES + mkdir -p ${CURDIR}/debian/google-reader-indicator/usr/share/locale-langpack/gl/LC_MESSAGES + mkdir -p ${CURDIR}/debian/google-reader-indicator/usr/share/locale-langpack/es/LC_MESSAGES + # End create languages directories + # Compile languages + msgfmt template1/en.po -o ${CURDIR}/debian/google-reader-indicator/usr/share/locale-langpack/en/LC_MESSAGES/google-reader-indicator.mo + msgfmt template1/fr.po -o ${CURDIR}/debian/google-reader-indicator/usr/share/locale-langpack/fr/LC_MESSAGES/google-reader-indicator.mo + msgfmt template1/de.po -o ${CURDIR}/debian/google-reader-indicator/usr/share/locale-langpack/de/LC_MESSAGES/google-reader-indicator.mo + msgfmt template1/it.po -o ${CURDIR}/debian/google-reader-indicator/usr/share/locale-langpack/it/LC_MESSAGES/google-reader-indicator.mo + msgfmt template1/gl.po -o ${CURDIR}/debian/google-reader-indicator/usr/share/locale-langpack/gl/LC_MESSAGES/google-reader-indicator.mo + msgfmt template1/es.po -o ${CURDIR}/debian/google-reader-indicator/usr/share/locale-langpack/es/LC_MESSAGES/google-reader-indicator.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 --- google-reader-indicator-0.1.0.3.orig/debian/compat +++ google-reader-indicator-0.1.0.3/debian/compat @@ -0,0 +1 @@ +7