diff options
-rw-r--r-- | README | 5 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/copyright | 2 |
4 files changed, 6 insertions, 5 deletions
@@ -45,13 +45,14 @@ Download There are prebuilt binary packages and source bundles for your convenience: * [Download Archive](https://sourceforge.net/projects/sciteco/files/) * [Ubuntu PPA](https://launchpad.net/~robin-haberkorn/+archive/sciteco) +* The official [SciTECO homepage](http://sciteco.sf.net/) is a live demo. For more details on building from source, please refer to `INSTALL`. Additional Documentation ======================== -* There is a manpage [__sciteco__(1)](http://sciteco.sourceforge.net/manuals/sciteco.1.html) +* There is a manpage [__sciteco__(1)](http://sciteco.sf.net/manuals/sciteco.1.html) describing program invocation and SciTECO's batch mode processing. -* There is a manpage [__sciteco__(7)](http://sciteco.sourceforge.net/manuals/sciteco.7.html) +* There is a manpage [__sciteco__(7)](http://sciteco.sf.net/manuals/sciteco.7.html) describing SciTECO as a language. diff --git a/configure.ac b/configure.ac index ed449e8..1e13986 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ AC_PREREQ([2.65]) AC_INIT([SciTECO], [0.6], [robin.haberkorn@googlemail.com], [sciteco], - [http://rhaberkorn.github.com/sciteco/]) + [http://sciteco.sf.net/]) AC_CONFIG_AUX_DIR(config) AM_INIT_AUTOMAKE diff --git a/debian/control b/debian/control index 409f2bf..1814bd3 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Robin Haberkorn <robin.haberkorn@googlemail.com> Build-Depends: debhelper (>= 8), g++ (>= 4:4.4), libglib2.0-dev, libncurses5-dev Standards-Version: 3.9.2 -Homepage: http://rhaberkorn.github.com/sciteco/ +Homepage: http://sciteco.sf.net/ Vcs-Browser: https://github.com/rhaberkorn/sciteco Vcs-Git: git://github.com/rhaberkorn/sciteco.git diff --git a/debian/copyright b/debian/copyright index 30ca476..e8c6131 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,7 +1,7 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: SciTECO Upstream-Contact: robin.haberkorn@googlemail.com -Source: https://github.com/rhaberkorn/sciteco +Source: https://sourceforge.net/projects/sciteco Files: debian/* Copyright: Copyright 2013-2014 Robin Haberkorn <robin.haberkorn@googlemail.com> |