-------------------
For more information about building, including generating packages please visit:
-> https://www.lonelycoder.com/redmine/projects/tvheadend/wiki/Building
-> https://www.lonelycoder.com/redmine/projects/tvheadend/wiki/Packaging
-> https://www.lonelycoder.com/redmine/projects/tvheadend/wiki/Git
+> https://tvheadend.org/projects/tvheadend/wiki/Building
+> https://tvheadend.org/projects/tvheadend/wiki/Packaging
+> https://tvheadend.org/projects/tvheadend/wiki/Git
-------------------
For more information about building, including generating packages please visit:
-> https://www.lonelycoder.com/redmine/projects/tvheadend/wiki/Building
-> https://www.lonelycoder.com/redmine/projects/tvheadend/wiki/Packaging
-> https://www.lonelycoder.com/redmine/projects/tvheadend/wiki/Git
+> https://tvheadend.org/projects/tvheadend/wiki/Building
+> https://tvheadend.org/projects/tvheadend/wiki/Packaging
+> https://tvheadend.org/projects/tvheadend/wiki/Git
Source: tvheadend
Section: video
Priority: extra
-Maintainer: Andreas Öman <andreas@lonelycoder.com>
+Maintainer: Andreas Öman <andreas@tvheadend.org>
Build-Depends: debhelper (>= 7.0.50), pkg-config, libavahi-client-dev, libssl-dev, zlib1g-dev, wget, bzip2, libcurl4-gnutls-dev, git-core
Standards-Version: 3.7.3
Recommends: xmltv-util
Enhances: showtime
Replaces: hts-tvheadend
-Homepage: http://www.lonelycoder.com/tvheadend
+Homepage: https://tvheadend.org
Description: Tvheadend
Tvheadend is a TV streaming server for Linux supporting DVB, ATSC, IPTV, and Analog video (V4L) as input sources.
Can be used as a backend to Showtime, XBMC and various other clients.
<div class="hts-doc-text">
<p>
-
-
<center>
-<h1>HTS Tvheadend 3.2</h1>
-© 2006 - 2012, Andreas Öman, et al.<br><br>
+<h1>Tvheadend</h1>
+© 2006 - 2013, Andreas Öman, et al.<br><br>
<img style="padding: 0px" src="docresources/tvheadendlogo.png">
</center>
-
-Tvheadend is part of the <b>HTS</b> project hosted at
-<a href="http://www.lonelycoder.com/hts">http://www.lonelycoder.com/hts</a>
-<p>
-It functions primarily as a TV streaming back end for the Showtime Mediaplayer but
-can be used standalone for other purposes, such as a Digital Video Recorder.
</div>
<div class="hts-doc-text">
<p>
-If you want to build tvheadend from source, please visit
-<a href="http://trac.lonelycoder.com/hts/wiki/howtobuildhts">this</a> page.
-Please notice that wiki development site only reflects the work
-in HEAD (-current). It should not deviate much should you want to
+If you want to build Tvheadend from source, please visit
+<a href="https://tvheadend.org/projects/tvheadend/wiki/Building">this</a> page.
+Please note: that wiki development site only reflects the work
+in master. It should not deviate much should you want to
build a released version from source, but you never know.
<p>
-
-Tvheadend is part of the <b>HTS</b> project hosted at
-<a href="http://hts.lonelycoder.com/">http://hts.lonelycoder.com/</a>.
-
-<p>
-It functions primarily as a TV backend for the Showtime Media player but
-can be used standalone for other purposes.
</div>
.B Tvheadend
and this man page is maintained by Andreas Oeman
.PP
-(andreas a lonelycoder d com)
+(andreas a tvheadend d org)
.PP
You may also visit #hts at irc.freenode.net
.SH "SEE ALSO"
-.BR http://www.lonelycoder.com/hts/
+.BR https://tvheadend.org
}
printf("\n");
printf("For more information please visit the Tvheadend website:\n");
- printf(" http://www.lonelycoder.com/tvheadend/\n");
+ printf(" https://tvheadend.org\n");
printf("\n");
exit(0);
}
"<div class=\"about-title\">"
"HTS Tvheadend %s"
"</div><br>"
- "© 2006 - 2012 Andreas \303\226man, et al.<br><br>"
+ "© 2006 - 2013 Andreas \303\226man, et al.<br><br>"
"<img src=\"docresources/tvheadendlogo.png\"><br>"
- "<a href=\"http://www.lonelycoder.com/tvheadend\">"
- "http://www.lonelycoder.com/tvheadend</a><br><br>"
+ "<a href=\"https://tvheadend.org\">"
+ "https://tvheadend.org</a><br><br>"
"Based on software from "
"<a target=\"_blank\" href=\"http://www.extjs.com/\">ExtJS</a>. "
"Icons from "
"All proceeds are used to support server infrastructure and buy test "
"equipment."
"<br/>"
- "<a href='https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=andreas%%40lonelycoder%%2ecom&item_name=Donation%%20to%%20the%%20Tvheadend%%20project&currency_code=USD'><img src='https://www.paypal.com/en_US/i/btn/btn_donate_LG.gif' alt='' /></a>"
+ "<a href='https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=3Z87UEHP3WZK2'><img src='https://www.paypalobjects.com/en_US/GB/i/btn/btn_donateCC_LG.gif' alt='' /></a>"
"</center>",
tvheadend_version,
tvheadend_version);
# Defaults
[ -z "$CHANGELOG" ] && CHANGELOG=$(dirname $0)/../debian/changelog
-[ -z "$DEBEMAIL" ] && DEBEMAIL="andreas@lonelycoder.com"
+[ -z "$DEBEMAIL" ] && DEBEMAIL="andreas@tvheadend.org"
[ -z "$DEBFULLNAME" ] && DEBFULLNAME="Andreas Öman"
[ -z "$VER" ] && VER=$($(dirname $0)/version)
[ ! -z "$DIST" ] && VER=${VER}~${DIST}
# Output
NOW=$(date -R)
-echo >${CHANGELOG} "tvheadend (${VER}) ${DIST}; urgency=low"
-echo >>${CHANGELOG}
-echo >>${CHANGELOG} " * The full changelog can be found at "
-echo >>${CHANGELOG} " http://www.lonelycoder.com/tvheadend/download"
-echo >>${CHANGELOG}
-echo >>${CHANGELOG} " -- ${DEBFULLNAME} <${DEBEMAIL}> ${NOW}"
+echo >"${CHANGELOG}" "tvheadend (${VER}) ${DIST}; urgency=low"
+echo >>"${CHANGELOG}"
+echo >>"${CHANGELOG}" " * The full changelog can be found at "
+echo >>"${CHANGELOG}" " https://tvheadend.org/projects/tvheadend/wiki/Releases"
+echo >>"${CHANGELOG}"
+echo >>"${CHANGELOG}" " -- ${DEBFULLNAME} <${DEBEMAIL}> ${NOW}"