--- pypar2-1.0.orig/Makefile +++ pypar2-1.0/Makefile @@ -32,7 +32,7 @@ install: echo $(PREFIX) - $(INSTALL) -m 755 -d $(BINDIR) $(MANDIR) $(DATADIR) $(SRCDIR) $(PIXDIR) $(RESDIR) $(APPDIR) + $(INSTALL) -m 755 -d $(BINDIR) $(MANDIR) $(DATADIR) $(SRCDIR) $(PIXDIR) $(RESDIR) $(APPDIR) $(ICONDIR) $(INSTALL) -m 644 src/*.py $(SRCDIR) $(INSTALL) -m 644 res/*.glade $(RESDIR) $(INSTALL) -m 644 doc/pypar2.1 $(MANDIR) @@ -55,7 +55,7 @@ ${RM} $(MANDIR)/pypar2.1 ${RM} $(ICONDIR)/pypar2.png ${RM} -rf $(DATADIR) - $(RMDIR) --ignore-fail-on-non-empty $(BINDIR) $(MANDIR) $(APPDIR) + $(RMDIR) --ignore-fail-on-non-empty $(BINDIR) $(MANDIR) $(APPDIR) $(ICONDIR) for lang in $(LANGUAGES); do \ ${RM} $(LOCALEDIR)/$$lang/LC_MESSAGES/pypar2.mo; \ done --- pypar2-1.0.orig/debian/rules +++ pypar2-1.0/debian/rules @@ -0,0 +1,46 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +build-stamp: + dh_testdir + touch build-stamp + +build: build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + $(MAKE) clean + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + $(MAKE) DESTDIR=$(CURDIR)/debian/pypar2 prefix=/usr install + +binary-indep: build install + dh_testdir + dh_testroot + dh_installchangelogs -i doc/whatsnew.txt + dh_installdocs -i + dh_installmenu -i + dh_link usr/share/pypar2/src/main.py /usr/bin/pypar2 + dh_compress -i + dh_fixperms -i + chmod +x debian/pypar2/usr/share/pypar2/src/main.py + dh_pycentral -i + dh_installdeb -i + dh_gencontrol -i + dh_md5sums -i + dh_builddeb -i + +binary-arch: build install + +binary: binary-indep binary-arch + +.PHONY: build clean binary-indep binary-arch binary install configure --- pypar2-1.0.orig/debian/menu +++ pypar2-1.0/debian/menu @@ -0,0 +1,7 @@ +?package(pypar2):needs="X11" \ + section="Apps/Tools" \ + title="PyPar2" \ + hints="Gnome" \ + command="/usr/bin/pypar2" \ + longtitle="PyPar2 - par2 frontend" + --- pypar2-1.0.orig/debian/changelog +++ pypar2-1.0/debian/changelog @@ -0,0 +1,44 @@ +pypar2 (1.0-1) unstable; urgency=low + + * New upstream release + * debian/watch file updated + * Versioned dependency on par2 added + * Patch that creates pixmaps dir during install + + -- Piotr Ozarowski Sun, 21 Jan 2007 00:12:59 +0100 + +pypar2 (0.10-1) unstable; urgency=low + + * New upstream release + * Bumped debhelper and python-central required versions due to removal of + deprecated dh_python call in debian/rules, pycompat file removed + * Updated copyright file (wrong program name) + + -- Piotr Ozarowski Tue, 7 Nov 2006 19:03:28 +0100 + +pypar2 (0.09-1) unstable; urgency=low + + * New upstream release + + -- Piotr Ozarowski Sun, 13 Aug 2006 15:12:53 +0200 + +pypar2 (0.08-1) unstable; urgency=low + + * New upstream release + + -- Piotr Ozarowski Fri, 28 Jul 2006 10:43:56 +0200 + +pypar2 (0.07-1) unstable; urgency=low + + * New upstream release + * Added python-xml to dependencies (closes: #379438) + * Changed priority to extra (because of par2) + + -- Piotr Ozarowski Mon, 24 Jul 2006 17:58:36 +0200 + +pypar2 (0.06-1) unstable; urgency=low + + * Initial release (closes: #378859) + + -- Piotr Ozarowski Wed, 19 Jul 2006 17:39:29 +0200 + --- pypar2-1.0.orig/debian/copyright +++ pypar2-1.0/debian/copyright @@ -0,0 +1,28 @@ +This package was debianized by Piotr Ozarowski on +Wed, 19 Jul 2006 11:09:41 +0200. + +It was downloaded from +http://pypar2.silent-blade.org/index.php?n=Main.DownloadPage + +Upstream Author: François Ingelres + +Copyright: 2006 François Ingelres + +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 2 of the License, or + (at your option) any later version. + + This program 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 Library General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +The Debian packaging is (C) 2006, Piotr Ozarowski and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. --- pypar2-1.0.orig/debian/control +++ pypar2-1.0/debian/control @@ -0,0 +1,24 @@ +Source: pypar2 +Section: gnome +Priority: extra +Maintainer: Piotr Ozarowski +Build-Depends: debhelper (>= 5.0.38) +Build-Depends-Indep: python-central (>= 0.5.6), python-dev (>= 2.3.5-11) +Standards-Version: 3.7.2 +XS-Python-Version: current, >=2.4 + +Package: pypar2 +Architecture: all +Depends: par2 (>= 0.4-6), ${python:Depends}, python-gtk2 (>= 2.8.6-1), python-glade2 (>= 2.8.6-1), python-vte (>= 0.12.2-1), python-xml (>= 0.8.4-5) +XB-Python-Version: ${python:Versions} +Description: graphical frontend for the par2 utility + Par2 files create redundant data that can be used later in case parts + of the original data is lost or corrupted. + . + PyPar2 is a graphical frontend for the par2 command line utility, it is + designed to be very easy to use. For this reason: + * Advanced settings are present, but hidden by default. + * There is no preferences dialog, all selected options are automatically + saved and restored. + . + Homepage: http://pypar2.silent-blade.org/ --- pypar2-1.0.orig/debian/compat +++ pypar2-1.0/debian/compat @@ -0,0 +1 @@ +5 --- pypar2-1.0.orig/debian/watch +++ pypar2-1.0/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://pypar2.silent-blade.org/index.php?n=Main.DownloadPage http://pypar2.silent-blade.org/uploads/Main/PyPar2-(.*).tar.gz