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