debian/0000755000000000000000000000000012146144433007170 5ustar debian/patches/0000755000000000000000000000000012146144433010617 5ustar debian/patches/series0000644000000000000000000000004512146144433012033 0ustar 02_remove_gpsbabel_version_req.patch debian/patches/02_remove_gpsbabel_version_req.patch0000644000000000000000000000331612146144433017714 0ustar Description: Upstream changes introduced in version 1.8.0-3ubuntu1 This patch has been created by dpkg-source during the package build. Here's the last changelog entry, hopefully it gives details on why those changes were made: . pytrainer (1.8.0-3ubuntu1) oneiric; urgency=low . * No longer check gpsbabel version number in the code (LP: #694603) but depend on version >= 1.3.5 instead. Thanks to Xavier Bassery for the patch. . The person named in the Author field signed this changelog entry. Author: Brian Murray Bug-Ubuntu: https://bugs.launchpad.net/bugs/694603 --- pytrainer-1.8.0.orig/plugins/garmin-hr/conf.xml +++ pytrainer-1.8.0/plugins/garmin-hr/conf.xml @@ -1,7 +1,7 @@ >") importfiles = [] - if not self.checkGPSBabelVersion("1.3.5"): - #TODO Remove Zenity below - os.popen("zenity --error --text='Must be using version 1.3.5 of GPSBabel for this plugin'"); - elif self.garminDeviceExists(): + if self.garminDeviceExists(): try: gpsbabelOutputFile = "%s/file.gtrnctr" % (self.tmpdir) #TODO Remove Zenity below debian/NEWS0000644000000000000000000000077112146144433007674 0ustar pytrainer (1.9.1-1) unstable; urgency=low * When users first launch pytrainer, their own database (~/.pytrainer) migrates from the former database schema to the new one. This process can be long if the amount of data is high. Pytrainer doesn't display anything during the process (the suggestion was sent upstream to have something displayed), so don't be surprised if the first launch appears as "hung". -- Christian Perrier Sun, 27 Nov 2011 12:21:19 +0100 debian/menu0000644000000000000000000000017112146144433010056 0ustar ?package(pytrainer):needs="X11" section="Applications/Data Management"\ title="pytrainer" command="/usr/bin/pytrainer" debian/manpages0000644000000000000000000000002012146144433010676 0ustar man/pytrainer.7 debian/gbp.conf0000644000000000000000000000003612146144433010606 0ustar [DEFAULT] pristine-tar = True debian/control0000644000000000000000000000163212146144433010575 0ustar Source: pytrainer Section: utils Priority: optional Maintainer: Debian running development group Uploaders: Noèl Köthe , Christian Perrier Build-Depends-Indep: python (>= 2.5.3-1~), python-support (>= 1.0.0) Build-Depends: debhelper (>= 8) Standards-Version: 3.9.4 Homepage: http://sourceforge.net/projects/pytrainer/ X-Python-Version: >=2.5 Package: pytrainer Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python, python-libxml2, python-lxml, python-pysqlite2, python-glade2, python-gtk2, python-matplotlib, python-scipy, python-numpy, gpsbabel, iceweasel | firefox | abrowser, python-webkit, python-soappy, zenity, python-migrate (>= 0.5.4) Description: tool for logging sport activities This package provides a logging tool for runners, cyclists, etc. It uses data from GPS-enabled devices that generate GPX files. debian/postinst0000644000000000000000000000047312146144433011002 0ustar #!/bin/sh set -e #DEBHELPER# case "$1" in configure) if test -x /usr/bin/update-menus; then update-menus; fi if [ -x /usr/sbin/update-mime ]; then update-mime fi if [ -x /usr/bin/update-desktop-database ]; then update-desktop-database fi ;; *) esac debian/copyright0000644000000000000000000001141412146144433011124 0ustar This package was debianized by Fiz Vazquez on Tue, 27 Apr 2006 09:52:53 +0200 Noèl Köthe on Sat, 09 Aug 2008 20:46:08 +0200 It was downloaded from http://pytrainer.e-oss.net http://sourceforge.net/projects/pytrainer/ Copyright Holder: Fiz Vazquez License: (C) Fiz Vazquez 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 General Public License for more details. See the GNU General Public License for more details. You can found the license on Debian systems in the file /usr/share/common-licenses/GPL-2 extensions/wordpress/wordpresslib.py Copyright (C) 2005 Michele Ferretti black.bird@tiscali.it http://www.blackbirdblog.it 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 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 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. extensions/dotclear/main.py Copyright (C) DJ dj@namurlug.org http://blog.dedj.be 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 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. plugins/garmingpx/main.py Copyright (C) Kevin Dwyer kevin@pheared.net 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 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. plugins/ipod/main.py Copyright (C) Miguel Angel Otero 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 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. pytrainer/gui/SimpleGladeApp.py Copyright (C) 2004 Sandino Flores Moreno 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. This library 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 Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. debian/mozpytrainer.sh0000644000000000000000000000014412146144433012266 0ustar #!/bin/sh LD_LIBRARY_PATH=/usr/lib/firefox MOZILLA_FIVE_HOME=/usr/lib/firefox python /usr/bin/pytr debian/dirs0000644000000000000000000000013312146144433010051 0ustar usr/bin usr/share/applications usr/share/pixmaps usr/share/mime/packages usr/lib/pytrainer debian/links0000644000000000000000000000010112146144433010223 0ustar /usr/share/man/man7/pytrainer.7.gz /usr/share/man/man7/pytr.7.gz debian/postrm0000644000000000000000000000046712146144433010446 0ustar #!/bin/sh set -e #DEBHELPER# case "$1" in configure) if test -x /usr/bin/update-menus; then update-menus; fi if [ -x /usr/bin/update-desktop-database ]; then update-desktop-database fi ;; *) esac debian/source/0000755000000000000000000000000012146144433010470 5ustar debian/source/format0000644000000000000000000000001412146144433011676 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000003700512146144433011047 0ustar pytrainer (1.10.1-2) unstable; urgency=low * Upload to unstable -- Christian Perrier Sun, 19 May 2013 14:41:40 +0200 pytrainer (1.10.1-1) experimental; urgency=low * New upstream version. Closes: #704301 This fixes the following Debian bugs: - Import .fit files. Closes: #636128 * Drop no longer needed 03_fix-manpage-synopsis.patch * Update Standards to 3.9.4 (checked). * Use "set -e" in postinst and postrm instead of passing it to the shebang line. * provide a pytr(7) manpage as we're using a wrapper and rename the binary. -- Christian Perrier Mon, 08 Apr 2013 16:28:14 +0200 pytrainer (1.9.1-2) unstable; urgency=low * Move pytr back to /usr/bin. Closes: #650330 -- Christian Perrier Tue, 29 Nov 2011 05:59:53 +0100 pytrainer (1.9.1-1) unstable; urgency=low * New upstream release. This closes the following bugs from Debian BTS: - Portuguese translation. Closes: #645960 - German translation. Closes: #647751 - Wrong name for Danish translation. Closes: #624136 - New upstream release. Closes: #648600 - Fixed run failure un mipsel. Closes: #587997 - Fixed "AttributeError: 'NoneType' object has, no attribute 'read'" Closes: #622170 * Drop debian/pytrainer.1 as upstream now provides a manpage (which we to to build at build time) * Warn users about the lengthy database migration process, in NEWS.Debian * Fix synopsis in upstream manpage * Move pytr in /usr/lib/pytrainer as we're using a wrapper. That will also avoid a lintian warning about a missing manpage. Closes: #560907 * Depend on python-migrate to allow database migration at first run * Bump Standards to 3.9.2 (checked) * Bump debhelper compatibility to 8 * Use dh7-style debian/rules -- Christian Perrier Sun, 27 Nov 2011 17:52:03 +0100 pytrainer (1.8.0-4) unstable; urgency=low * No longer check gpsbabel version number in the code (LP: #694603) but depend on version >= 1.3.5 instead. Thanks to Xavier Bassery for the patch. Closes: #644210 -- Christian Perrier Sun, 09 Oct 2011 15:29:03 +0200 pytrainer (1.8.0-3) unstable; urgency=low * No longer depend on python-gtkmozembed and depend on python-webkit This really Closes: #627793 -- Christian Perrier Tue, 28 Jun 2011 20:02:20 +0200 pytrainer (1.8.0-2) unstable; urgency=low * Make the package officially team-maintained * Add myself to Uploaders * Set XS-Python-Version: >=2.5 in debian/control as pytrainer needs it. Closes: #582056 * Improve package description. Closes: #624785 * Port from python-gtkmozembed to python-webkit. GtkMozEmbed has been abandoned upstream. Closes: #627793 Thanks to Chris Coulson for the patch, originating in Ubuntu - add debian/patches/01_port_to_webkit.patch - add debian/patches/series - update debian/control - update debian/rules * Add ${python:Depends} to Depends * Add build-arch and build-indep targets to debian/rules * Use "3.0 (quilt)" source format -- Christian Perrier Sun, 26 Jun 2011 16:09:37 +0200 pytrainer (1.8.0-1) unstable; urgency=low * new upstream release - fixed problem with missing config (closes: #581991) * ACK NMU (closes: #591983) -- Noèl Köthe Sat, 11 Dec 2010 21:27:45 +0100 pytrainer (1.7.2-1.1) unstable; urgency=low * Non-maintainer upload. * Add python as dependency thanks to Jakub Wilk (Closes: #591983). -- Martijn van Brummelen Fri, 17 Sep 2010 13:12:47 +0200 pytrainer (1.7.2-1) unstable; urgency=low * new upstream release from 2010-04-11 - upstream added import "with" statement. closes: #568781 * updated Standards-Version to 3.8.4 without changes * changed browser dependency as requested by Luke Faraone closes: Bug#580521 * corrected "except .. as" syntax error for python 2.5. This will be dropped with python 2.6 as default python -- Noèl Köthe Wed, 12 May 2010 15:33:22 +0200 pytrainer (1.7.1-1.1) unstable; urgency=low * Non-maintainer upload, to prepare for Python 2.6 transition * debian/rules - added '--install-layout=deb' parameter to setup.py install call; thanks to Jakub Wilk for the report; Closes: #530526 * debian/control - set b-d on python (instead of p-dev) and bump version to '>= 2.5.3-1~', to support install-layout * debian/{control, rules} - added python-support, to byte-compiling and properly handle Python module; thanks to Luca Falavigna for the report; Closes: #566046 * plugins/{garmintools/garmintools.py, garmintools_full/garmintools_full.py}, import/file_garmintools.py - patched to explicitly import the "with" statement; thanks to Jonathan Wiltshire for the report; Closes: #568781 -- Sandro Tosi Thu, 04 Mar 2010 15:00:30 +0100 pytrainer (1.7.1-1) unstable; urgency=low * new upstream release from 2010-01-24 - .desktop file doesn't have the Encoding anymore (closes: Bug#560906) - garmin tool integration (closes: Bug#536572) - fixed wordpress integration (upstream Ticket#27) (closes: Bug#564472) * fixed lintian warning debhelper-but-no-misc-depends -- Noèl Köthe Sun, 24 Jan 2010 20:54:37 +0100 pytrainer (1.7.0-1) unstable; urgency=low * new upstream release * debian/control added python-lxml dependency * debian/rules added --no-compile to python setup.py (closes: #553483) * debian/copyright corrected lintian warning old-fsf-address-in-copyright-file * debian/control updated Standards-Version (no changes) * debian/mozpytrainer.sh corrected lintian warning executable-not-elf-or-script * debian/control changed Section: from x11 to utils (from override) -- Noèl Köthe Mon, 07 Dec 2009 17:05:38 +0100 pytrainer (1.6.0.9-1) unstable; urgency=low * new upstream release from 2009-09-22 - fixes typo closes: #537723 -- Noèl Köthe Thu, 24 Sep 2009 07:49:38 +0200 pytrainer (1.6.0.8-1) unstable; urgency=low * new upstream release from 2009-04-19 -- Noèl Köthe Wed, 13 May 2009 22:23:37 +0200 pytrainer (1.6.0.7-2) unstable; urgency=low * added missing dependency. closes: #528427 * corrected Homepage: (e-oss.net is outdated) * updated Standards-Version: without changes * raised compat version to 5 * corrected menu section -- Noèl Köthe Wed, 13 May 2009 21:42:57 +0200 pytrainer (1.6.0.7-1) unstable; urgency=low * new upstream release 1.6.0.7 from 2009-03-29 1.6.0.6 was rejected by ftp-master because of files in the upstream orig with non-free license. 1.6.0.7 had these files removed so uploading it again - closing ITP again (closes: Bug#467038) -- Noèl Köthe Mon, 06 Apr 2009 17:33:04 +0200 pytrainer (1.6.0.6-1) unstable; urgency=low * Imported Upstream version 1.6.0.6 - closing ITP: (closes: Bug#467038) * updated copyright of some source files -- Noèl Köthe Sat, 10 Jan 2009 22:28:11 +0100 pytrainer (1.5.0.0.1-2) unstable; urgency=low * building package for Debian * debian/control - added Homepage - updated Standards-Version - using description improvements from David Paleino - changed firefox to iceweasel dependency - removed unneeded xvfb Build-Dep * debian/copyright - added myself - corrected GPL link to GPL-2 * removed old/unneeded code from postinst and postrm * removed usr/sbin from debian/dirs -- Noèl Köthe Sat, 09 Aug 2008 19:59:51 +0200 pytrainer (1.5.0.0.1-1) gutsy; urgency=low * New upstream release -- Fiz Vazquez (vud1) Sat, 19 Jan 2008 23:59:06 +0100 pytrainer (1.5-1) gutsy; urgency=low * New upstream release * New Basque translation * New Danish translation * new heart rate support * New garmin heart rate plugin * other bugs closed -- Fiz Vazquez (vud1) Thu, 10 Jan 2008 20:51:22 +0100 pytrainer (1.4.7.2-1) gutsy; urgency=low * New upstream release -- Fiz Vazquez (vud1) Sun, 09 Dec 2007 23:52:06 +0100 pytrainer (1.4.7.1-1) gutsy; urgency=low * Added ipod plugin -- Fiz Vazquez (vud1) Sun, 09 Dec 2007 23:40:21 +0100 pytrainer (1.4.7-1) gutsy; urgency=low * New upstream release * A lot of bugs closed * New menu icon * New App category * Support for multitrack gpx files. * Some changes in the graphs * gpx lib improve * New french translation -- Fiz Vazquez (vud1) Sun, 09 Dec 2007 23:13:38 +0100 pytrainer (1.4.6-3) gutsy; urgency=low * Gusty package -- Fiz Vazquez (vud1) Wed, 2 Dec 2007 21:52:11 +0200 pytrainer (1.4.6-2) feisty; urgency=low * New Category -- Fiz Vazquez (vud1) Wed, 10 Oct 2007 21:52:11 +0200 pytrainer (1.4.6-1) feisty; urgency=low * New icon -- Fiz Vazquez (vud1) Wed, 10 Oct 2007 21:50:11 +0200 pytrainer (1.4.5-1) feisty; urgency=low * New upstream release * fedora bugs solved -- Fiz Vazquez (vud1) Fri, 5 Oct 2007 21:24:46 +0200 pytrainer (1.4.4-1) feisty; urgency=low * New upstream release * Some bugs closed * New translation: Czech * Maps improved * New Plugin: nikeplus ipod -- Fiz Vazquez (vud1) Sun, 30 Sep 2007 19:00:39 +0200 pytrainer (1.4.3-1) feisty; urgency=low * New upstream release * Some bugs solved * Beta waypoints editor * Maps improved -- Fiz Vazquez (vud1) Tue, 25 Sep 2007 20:18:27 +0200 pytrainer (1.4.2-2) feisty; urgency=low * new package dependences -- Fiz Vazquez (vud1) Tue, 5 Sep 2007 21:31:20 +0200 pytrainer (1.4.2-1) feisty; urgency=low * New upstream release * Alpha waypoints editor * New translation (norwegian) * Googlemaps improved * Some bugs fixed -- Fiz Vazquez (vud1) Tue, 4 Sep 2007 23:31:20 +0200 pytrainer (1.4.1-1) feisty; urgency=low * Beta extensions support * New worpdress extension -- Fiz Vazquez (vud1) Thu, 14 Jun 2007 19:40:24 +0200 pytrainer (1.3.4-1) feisty; urgency=low * New googleearth plugin * Feisty package * Closes several bugs -- Fiz Vazquez (vud1) Sun, 27 May 2007 10:12:12 +0200 pytrainer (1.3.3-2) unstable; urgency=low * New postinst and postrm files (modify the shared libraries) -- Fiz Vazquez (vud1) Sat, 3 Mar 2007 17:46:58 +0100 pytrainer (1.3.3-1) unstable; urgency=low * New upstream release * google-maps support -- Fiz Vazquez (vud1) Sat, 3 Mar 2007 16:46:58 +0100 pytrainer (1.3.2-1) unstable; urgency=low * New record window area * More ddbb field: Accumulated Unevennes * Some bugs * New upstream release -- Fiz Vazquez (vud1) Sat, 17 Feb 2007 19:32:19 +0100 pytrainer (1.3.1-2) unstable; urgency=low * ubuntu package -- Fiz Vazquez (vud1) Sun, 12 Feb 2007 23:37:40 +0100 pytrainer (1.3.1-1) unstable; urgency=low * New upstream release -- Fiz Vazquez (vud1) Sun, 4 Feb 2007 19:37:40 +0100 pytrainer (1.3.0-1) unstable; urgency=low * listview search form activate -- Fiz Vazquez (vud1) Sun, 4 Feb 2007 11:10:55 +0100 pytrainer (1.2.1-1) unstable; urgency=low * Bug November-December resolved * New widget ins list_view: Select columns -- Fiz Vazquez (vud1) Sat, 3 Feb 2007 20:12:29 +0100 pytrainer (1.2.0-2) unstable; urgency=low * New gpsbabel dependence -- Fiz Vazquez (vud1) Wed, 15 Nov 2006 22:45:44 +0100 pytrainer (1.2.0-1) unstable; urgency=low * New GPS Devices Plugin system * New garmin 301 plugin -- Fiz Vazquez (vud1) Wed, 15 Nov 2006 22:31:25 +0100 pytrainer (1.0.4-1) unstable; urgency=low * First day month-monthview bug fixed -- Fiz Vazquez (vud1) Fri, 10 Nov 2006 22:50:06 +0100 pytrainer (1.0.3-2) unstable; urgency=low * New pytrainer dependences * Edgy package -- Fiz Vazquez (vud1) Thu, 9 Nov 2006 20:23:55 +0100 pytrainer (1.0.3-1) unstable; urgency=low * Changes in *.desktop file * Changes in dependences -- Fiz Vazquez (vud1) Sun, 5 Nov 2006 18:33:12 +0100 pytrainer (1.0.2-1) unstable; urgency=low * update polish translation -- Fiz Vazquez (vud1) Thu, 26 Oct 2006 22:00:34 +0200 pytrainer (1.0.0-1) unstable; urgency=low * First stable version :D -- Fiz Vazquez (vud1) Sat, 21 Oct 2006 12:11:50 +0200 pytrainer (0.9.9-2) unstable; urgency=low * new dependence: python-gnome2 -- Fiz Vazquez (vud1) Thu, 19 Oct 2006 20:39:56 +0200 pytrainer (0.9.9-1) unstable; urgency=low * New upstream release * New title record value * New record view: listview -- Fiz Vazquez (vud1) Thu, 19 Oct 2006 18:39:56 +0200 pytrainer (0.9.8.2-1) unstable; urgency=low * New upstream release -- Fiz Vazquez (vud1) Wed, 18 Oct 2006 14:33:27 +0200 pytrainer (0.9.8.1-1) unstable; urgency=low * Calendar bug fixed * Migration sport/ddbb system -- Fiz Vazquez (vud1) Tue, 17 Oct 2006 18:42:21 +0200 pytrainer (0.9.8-1) unstable; urgency=low * New upstream release * New German translation * New export to csv option * Some bug fixed -- Fiz Vazquez (vud1) Sun, 3 Sep 2006 20:18:43 +0200 pytrainer (0.9.7-1) unstable; urgency=low * New upstream release * New French translations * Some bux fixed -- Fiz Vazquez (vud1) Wed, 12 Jul 2006 21:21:23 +0200 pytrainer (0.9.6-1) unstable; urgency=low * New upstream release * Several bugs fixed * New dialog new record * New functionality edit record -- Fiz Vazquez (vud1) Sun, 4 Jun 2006 21:45:14 +0200 pytrainer (0.9.5-1) unstable; urgency=low * New upstream release * format variables bug fixed * new user bug fixed -- Fiz Vazquez (vud1) Thu, 11 May 2006 18:07:07 +0200 pytrainer (0.9.4-2) unstable; urgency=low * Better dependences -- Fiz Vazquez (vud1) Tue, 9 May 2006 20:21:18 +0200 pytrainer (0.9.4-1) unstable; urgency=low * New upstream release * Ubuntu dapper package * gnome Integration -- Fiz Vazquez (vud1) Tue, 9 May 2006 20:04:46 +0200 pytrainer (0.9.3-4) unstable; urgency=low * Man pages updated -- Fiz Vazquez (vud1) Mon, 1 May 2006 10:06:50 +0200 pytrainer (0.9.3-3) unstable; urgency=low * Compatibility whith ubuntu packages -- Fiz Vazquez (vud1) Sun, 30 Apr 2006 23:55:55 +0200 pytrainer (0.9.3-2) unstable; urgency=low * Change in Dependences -- Fiz Vazquez (vud1) Sun, 30 Apr 2006 22:55:55 +0200 pytrainer (0.9.3-1) unstable; urgency=low * New upstream release * Gettext support * New Depend list * New Dialog window -- Fiz Vazquez (vud1) Sun, 30 Apr 2006 21:55:55 +0200 pytrainer (0.9.2-1) unstable; urgency=low * New release -- Fiz Vazquez (vud1) Sat, 29 Apr 2006 21:31:27 +0200 pytrainer (0.9.1-1) unstable; urgency=low * Initial release -- Fiz Vazquez (vud1) Sat, 29 Apr 2006 21:16:30 +0200 debian/compat0000644000000000000000000000000212146144433010366 0ustar 8 debian/rules0000755000000000000000000000053412146144433010252 0ustar #!/usr/bin/make -f %: dh $@ override_dh_clean: dh_clean rm -rf debian/build override_dh_install: rm -rf debian/build python setup.py install --no-compile --prefix debian/pytrainer/usr --install-layout=deb mv debian/pytrainer/usr/bin/pytrainer debian/pytrainer/usr/bin/pytr cp debian/mozpytrainer.sh debian/pytrainer/usr/bin/pytrainer