Get rid of the last remains of galileo
This commit is contained in:
parent
556eecc118
commit
c8d9e57a50
@ -8,7 +8,7 @@ Abstract
|
||||
lower limits.
|
||||
|
||||
Latest implementation can be found at:
|
||||
http://galileo.dmi.unict.it/svn/trunk
|
||||
https://github.com/ltworf/relational
|
||||
|
||||
Notation
|
||||
Big O notation will be used. Constant values will be ignored.
|
||||
|
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
relational (1.2-1) unstable; urgency=medium
|
||||
|
||||
* New upstream release
|
||||
* Point to new upstream location
|
||||
|
||||
-- Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it> Fri, 27 Dec 2013 00:35:44 +0100
|
||||
|
||||
relational (1.1-1) unstable; urgency=low
|
||||
|
||||
* New upstream release
|
||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -4,7 +4,7 @@ Priority: optional
|
||||
Maintainer: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
|
||||
Build-Depends: debhelper (>= 7.0.50~), python, python-support
|
||||
Standards-Version: 3.9.2
|
||||
Homepage: http://galileo.dmi.unict.it/wiki/relational/doku.php
|
||||
Homepage: https://github.com/ltworf/relational/
|
||||
|
||||
Package: python-relational
|
||||
Architecture: all
|
||||
|
2
debian/copyright
vendored
2
debian/copyright
vendored
@ -1,6 +1,6 @@
|
||||
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Author: Salvo "LtWorf" Tomaselli <tiposchi@tiscali.it>
|
||||
Source: http://galileo.dmi.unict.it/wiki/relational/doku.php
|
||||
Source: https://github.com/ltworf/relational
|
||||
|
||||
Files: *
|
||||
Copyright: © 2008 Salvo "LtWorf" Tomaselli <tiposchi@tiscali.it>
|
||||
|
2
debian/watch
vendored
2
debian/watch
vendored
@ -1,2 +1,2 @@
|
||||
version=3
|
||||
opts=filenamemangle=s/.*:// http://galileo.dmi.unict.it/wiki/relational/doku.php?id=download /wiki/[^:]*:relational_([^(_mac)]*).tar.gz
|
||||
opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/relational-$1\.tar\.gz/ https://github.com/ltworf/relational/tags .*/v?(\d\S*)\.tar\.gz
|
||||
|
@ -39,7 +39,7 @@
|
||||
# BinaryOp := * | - | ᑌ | ᑎ | ÷ | ᐅᐊ | ᐅLEFTᐊ | ᐅRIGHTᐊ | ᐅFULLᐊ
|
||||
#
|
||||
# Language definition here:
|
||||
# https://galileo.dmi.unict.it/wiki/relational/doku.php?id=language
|
||||
# https://github.com/ltworf/relational/wiki/Grammar-and-language
|
||||
import re
|
||||
import rtypes
|
||||
|
||||
|
@ -38,7 +38,7 @@ def printver(exit=True):
|
||||
print
|
||||
print "Written by Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>"
|
||||
print
|
||||
print "http://galileo.dmi.unict.it/wiki/relational/"
|
||||
print "https://github.com/ltworf/relational/"
|
||||
if exit:
|
||||
sys.exit(0)
|
||||
|
||||
|
@ -30,7 +30,7 @@ import locale
|
||||
class surveyForm (QtGui.QWidget):
|
||||
|
||||
'''This class is the form used for the survey, needed to intercept the events.
|
||||
It also sends the data with http POST to a page hosted on galileo'''
|
||||
It also sends the data with http POST to a page'''
|
||||
|
||||
def setUi(self, ui):
|
||||
self.ui = ui
|
||||
|
@ -28,6 +28,6 @@ def c_setup(name):
|
||||
author_email='tiposchi@tiscali.it',
|
||||
maintainer="Salvo 'LtWorf' Tomaselli",
|
||||
maintainer_email='tiposchi@tiscali.it',
|
||||
url='http://galileo.dmi.unict.it/wiki/relational/',
|
||||
url='https://github.com/ltworf/relational',
|
||||
license='GPL3',
|
||||
)
|
@ -9,9 +9,9 @@ AppId={{6F127615-6AD4-4BD7-8135-2444A335B5CD}
|
||||
AppName=Relational
|
||||
AppVerName=Relational ver. 1.2
|
||||
AppPublisher=Salvo 'LtWorf' Tomaselli
|
||||
AppPublisherURL=http://galileo.dmi.unict.it/wiki/relational/
|
||||
AppSupportURL=http://galileo.dmi.unict.it/wiki/relational/
|
||||
AppUpdatesURL=http://galileo.dmi.unict.it/wiki/relational/
|
||||
AppPublisherURL=https://github.com/ltworf/relational
|
||||
AppSupportURL=https://github.com/ltworf/relational
|
||||
AppUpdatesURL=https://github.com/ltworf/relational
|
||||
DefaultDirName={pf}\Relational
|
||||
DefaultGroupName=Relational
|
||||
AllowNoIcons=yes
|
||||
@ -37,7 +37,7 @@ Source: "samples\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs creat
|
||||
|
||||
[Icons]
|
||||
Name: "{group}\Relational"; Filename: "{app}\relational_gui.exe"
|
||||
Name: "{group}\{cm:ProgramOnTheWeb,Relational}"; Filename: "http://galileo.dmi.unict.it/wiki/relational/"
|
||||
Name: "{group}\{cm:ProgramOnTheWeb,Relational}"; Filename: "https://github.com/ltworf/relational"
|
||||
Name: "{group}\{cm:UninstallProgram,Relational}"; Filename: "{uninstallexe}"
|
||||
Name: "{commondesktop}\Relational"; Filename: "{app}\relational_gui.exe"; Tasks: desktopicon
|
||||
Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Relational"; Filename: "{app}\relational_gui.exe"; Tasks: quicklaunchicon
|
||||
|
Loading…
Reference in New Issue
Block a user