--- live-f1-0.2.8.orig/src/http.c +++ live-f1-0.2.8/src/http.c @@ -35,8 +35,8 @@ /* URLs to important places on the live-timing site */ -#define LOGIN_URL "/reg/login.asp" -#define REGISTER_URL "/reg/register.asp" +#define LOGIN_URL "/reg/login" +#define REGISTER_URL "/reg/register" #define KEY_URL_BASE "/reg/getkey/" #define KEYFRAME_URL_PREFIX "/keyframe" --- live-f1-0.2.8.orig/debian/compat +++ live-f1-0.2.8/debian/compat @@ -0,0 +1 @@ +7 --- live-f1-0.2.8.orig/debian/copyright +++ live-f1-0.2.8/debian/copyright @@ -0,0 +1,27 @@ +This package was originally put together by Matthew Johnson . + +The current sources are available from ftp://ftp.netsplit.com/pub/live-f1/0.2/. + +Upstream Author: Scott James Remnant + +Copyright 2005-2007 Scott James Remnant + +live-f1 is licensed under the GPL: + + 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; version 2 dated June, 1991. + + 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 GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-2'. + --- live-f1-0.2.8.orig/debian/live-f1.docs +++ live-f1-0.2.8/debian/live-f1.docs @@ -0,0 +1,2 @@ +README +NEWS --- live-f1-0.2.8.orig/debian/rules +++ live-f1-0.2.8/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +%: + dh $@ + +override_dh_auto_test: + true --- live-f1-0.2.8.orig/debian/watch +++ live-f1-0.2.8/debian/watch @@ -0,0 +1,3 @@ +version=2 + +ftp://ftp.netsplit.com/pub/live-f1/0.2/live-f1-(.*)\.tar\.gz --- live-f1-0.2.8.orig/debian/changelog +++ live-f1-0.2.8/debian/changelog @@ -0,0 +1,38 @@ +live-f1 (0.2.8-3ubuntu1) lucid; urgency=low + + * Login url for formula1.com changed - thanks to David Watson for the + patch (Closes: 573733, LP: #538364) + + -- Brian Murray Mon, 15 Mar 2010 14:11:06 -0700 + +live-f1 (0.2.8-3) unstable; urgency=low + + * Convert to dh 7 + * Rebuild with libneon27-gnutls-dev (Actually Closes: #536773) + + -- Matthew Johnson Sun, 26 Jul 2009 18:31:45 +0100 + +live-f1 (0.2.8-2) unstable; urgency=low + + * Rebuild with libneon26-gnutls-dev (Closes: #536773) + + -- Matthew Johnson Fri, 24 Jul 2009 14:04:23 +0100 + +live-f1 (0.2.8-1) unstable; urgency=low + + * New upstream release. + + -- Matthew Johnson Mon, 22 Jun 2009 07:45:03 +0100 + +live-f1 (0.2.7-2) unstable; urgency=low + + * Build against libneon27-gnutls to avoid pulling in openssl dependency + (Closes: #530448) + + -- Matthew Johnson Sun, 07 Jun 2009 10:07:59 +0100 + +live-f1 (0.2.7-1) unstable; urgency=low + + * Initial Debian upload. (Closes: #522616) + + -- Matthew Johnson Sun, 05 Apr 2009 09:35:11 +0100 --- live-f1-0.2.8.orig/debian/control +++ live-f1-0.2.8/debian/control @@ -0,0 +1,14 @@ +Source: live-f1 +Section: utils +Priority: extra +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Matthew Johnson +Standards-Version: 3.8.1 +Build-Depends: debhelper (>= 7), libncurses5-dev, libneon27-gnutls-dev, autotools-dev + +Package: live-f1 +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Formula 1 live timing + Command line program for monitoring live timing from Formula 1 races. + Requires a free account on the Formula 1 website.