Fix URLs to project

master
Timothy Pearson 11 years ago
parent b4426c06a4
commit 23e1cd019a

@ -1,10 +1,10 @@
Source: remote-laboratory-client-trinity Source: remote-laboratory-client-trinity
Section: kde Section: tde
Priority: optional Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
Standards-Version: 3.8.4 Standards-Version: 3.8.4
Build-Depends: debhelper (>= 5.0), cdbs, tdelibs4-trinity-dev, libtqtrla-dev, libtdekrb-trinity-dev, xutils, chrpath, gettext, quilt (>= 0.40), automake, autoconf, libtool, libltdl-dev Build-Depends: debhelper (>= 5.0), cdbs, tdelibs4-trinity-dev, libtqtrla-dev, libtdekrb-trinity-dev, xutils, chrpath, gettext, quilt (>= 0.40), automake, autoconf, libtool, libltdl-dev
Homepage: http://ulab.pearsoncomputing.net/ Homepage: http://ulab.trinitydesktop.org/
Package: remote-laboratory-client-trinity Package: remote-laboratory-client-trinity
Architecture: any Architecture: any

@ -6,7 +6,7 @@ Description: Graphical remote laboratory client
Keywords: tde Keywords: tde
author: Timothy Pearson <kb9vqf@pearsoncomputing.net> author: Timothy Pearson <kb9vqf@pearsoncomputing.net>
Maintained-by: Timothy Pearson <kb9vqf@pearsoncomputing.net> Maintained-by: Timothy Pearson <kb9vqf@pearsoncomputing.net>
Home-page: http://ulab.pearsoncomputing.net/ Home-page: http://ulab.trinitydesktop.org/
Platform: unix Platform: unix
Copying-policy: GPL Copying-policy: GPL
End End

@ -40,12 +40,12 @@ static TDEAboutData about(
APP_NAME, I18N_NOOP( APP_PRETTYNAME ), APP_VERSION, APP_NAME, I18N_NOOP( APP_PRETTYNAME ), APP_VERSION,
I18N_NOOP("Graphical Remote Laboratory Workspaces Client"), TDEAboutData::License_GPL_V2, I18N_NOOP("Graphical Remote Laboratory Workspaces Client"), TDEAboutData::License_GPL_V2,
I18N_NOOP("(C) 2012-2013 Timothy Pearson"), 0, I18N_NOOP("(C) 2012-2013 Timothy Pearson"), 0,
"http://ulab.pearsoncomputing.net/", "kb9vqf@pearsoncomputing.net" ); "http://ulab.trinitydesktop.org/", "kb9vqf@pearsoncomputing.net" );
int main(int argc, char *argv[]) int main(int argc, char *argv[])
{ {
about.addAuthor("Timothy Pearson", I18N_NOOP("Author, maintainer"), "kb9vqf@pearsoncomputing.net", "http://ulab.pearsoncomputing.net/"); about.addAuthor("Timothy Pearson", I18N_NOOP("Author, maintainer"), "kb9vqf@pearsoncomputing.net", "http://ulab.trinitydesktop.org/");
TDECmdLineArgs::init(argc, argv, &about); TDECmdLineArgs::init(argc, argv, &about);
TDECmdLineArgs::addCmdLineOptions(options); TDECmdLineArgs::addCmdLineOptions(options);

Loading…
Cancel
Save