--- gpixpod-0.6.2.orig/debian/docs +++ gpixpod-0.6.2/debian/docs @@ -0,0 +1,2 @@ +README +TODO --- gpixpod-0.6.2.orig/debian/watch +++ gpixpod-0.6.2/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://puzzle.dl.sourceforge.net/sourceforge/gpixpod/gpixpod-(.*)\.tar\.gz --- gpixpod-0.6.2.orig/debian/pycompat +++ gpixpod-0.6.2/debian/pycompat @@ -0,0 +1 @@ +2 --- gpixpod-0.6.2.orig/debian/rules +++ gpixpod-0.6.2/debian/rules @@ -0,0 +1,99 @@ +#!/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 + + + + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +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 + + # Add here commands to compile the package. + $(MAKE) + #docbook-to-man debian/gpixpod.sgml > gpixpod.1 + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + # Add here commands to clean up after the build process. + -$(MAKE) clean + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/gpixpod. + $(MAKE) install DESTDIR=$(CURDIR)/debian/gpixpod + + +# 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 CHANGELOG + dh_installdocs + dh_installexamples +# dh_install +# dh_installmenu +# dh_installdebconf +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_installinit +# dh_installcron +# dh_installinfo + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms +# dh_perl + dh_pysupport /usr/lib/gpixpod + dh_python /usr/lib/gpixpod +# 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 --- gpixpod-0.6.2.orig/debian/compat +++ gpixpod-0.6.2/debian/compat @@ -0,0 +1 @@ +5 --- gpixpod-0.6.2.orig/debian/copyright +++ gpixpod-0.6.2/debian/copyright @@ -0,0 +1,31 @@ +This package was debianized by Flavio Gargiulo on +Sat, 09 Sep 2006 19:07:41 +0200. + +It was downloaded from http://sourceforge.net/projects/gpixpod + +Copyright Holder: Flavio Gargiulo (FLAGAR.com) + +License: + + Copyright (C) 2006 Flavio Gargiulo (FLAGAR.com) + + iTunes and iPod are trademarks of Apple. + GPixPod is not supported/written/published by Apple! + + 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'. + --- gpixpod-0.6.2.orig/debian/control +++ gpixpod-0.6.2/debian/control @@ -0,0 +1,37 @@ +Source: gpixpod +Section: graphics +Priority: optional +Maintainer: Flavio Gargiulo +Build-Depends: debhelper(>= 5.0.37.2), python-all-dev, python-support (>= 0.3), libgtk2.0-dev +Standards-Version: 3.7.2 +XS-Python-Version: 2.4- + +Package: gpixpod +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-gtk2 (>= 2.8), python-glade2 (>= 2.8) +XB-Python-Version: ${python:Versions} +Description: Organize photos on your iPod, freely! + GPixPod is a new PyGTK application to organize photos and photo + albums on recent photo-capable Apple iPod models, developed by + Flavio Gargiulo, www.FLAGAR.com. + . + It is at the moment the free, open source and cross-platform + alternative to iTunes for uploading photos on your iPod. Its + approach to modify manually the elements in the Photo Database + of your iPod could be also more useful than the syncing-only + method of iTunes. + . + For the GNU/Linux user, it is the perfect complement of GtkPod + and similar programs (such as Rhythmbox, Banshee) which organize + music and videos. In fact, managing photos was the only feature + of my iPod that I was not able to use from my GNU/Linux box: + thus I decided to write my own application, following the great + documentation about the formats of the files on the iPod found + on the iPodLinux.org portal. + . + Nothing could have been done without the great effort in + documenting done on that wiki. Special thanks go to Henryk Plotz, + for its original concept code. + . + SourceForge project page: http://sourceforge.net/projects/gpixpod + GPixPod home page: http://www.gpixpod.org --- gpixpod-0.6.2.orig/debian/changelog +++ gpixpod-0.6.2/debian/changelog @@ -0,0 +1,31 @@ +gpixpod (0.6.2-0ubuntu2) feisty; urgency=low + + * Rebuild for python2.5 as the default python version. + + -- Matthias Klose Fri, 12 Jan 2007 13:20:00 +0000 + +gpixpod (0.6.2-0ubuntu1) feisty; urgency=low + + * New upstream release. + + -- Lukas Fittl Tue, 12 Dec 2006 00:43:32 +0100 + +gpixpod (0.6.0-0ubuntu2) edgy; urgency=low + + * Switch python2.4-* dependencies to python-* dependencies. + (Closes: Malone #64263) + + -- Jeremie Corbier Sat, 7 Oct 2006 10:51:31 -0700 + +gpixpod (0.6.0-0ubuntu1) edgy; urgency=low + + * Debian package for GPixPod 0.6.0 release. + * Following new Debian policy for python applications. + . + [Daniel Holbach] + * debian/control: + - added libgtk2.0-dev as Build-Depends. + - Architecture: i386 -> any. + + -- Flavio Gargiulo Sat, 09 Sep 2006 19:07:41 +0200 +