summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-01 11:40:41 -0400
committerClint Adams <clint@debian.org>2016-10-01 19:47:54 -0400
commit87ee2d9acc6076cba8f29bbdaaa150be58bcacf5 (patch)
tree871bccb75e74ded8a31f194922452e76f85a958b
parentaaedddd38c112eabd56b3d322120384a863c4cda (diff)
downloadDHG_packages-87ee2d9acc6076cba8f29bbdaaa150be58bcacf5.tar.gz
carettah: adjust Homepage and Description to not point to obsolete URLs
-rw-r--r--p/carettah/debian/changelog7
-rw-r--r--p/carettah/debian/control11
2 files changed, 13 insertions, 5 deletions
diff --git a/p/carettah/debian/changelog b/p/carettah/debian/changelog
index be8005937..5afc4c5ec 100644
--- a/p/carettah/debian/changelog
+++ b/p/carettah/debian/changelog
@@ -1,3 +1,10 @@
+carettah (0.4.2-2) unstable; urgency=medium
+
+ * Adjust Homepage and Description to not point to obsolete URLs,
+ thanks to Axel Beckert. closes: #839399
+
+ -- Clint Adams <clint@debian.org> Sat, 01 Oct 2016 11:39:08 -0400
+
carettah (0.4.2-1) unstable; urgency=medium
* New upstream version.
diff --git a/p/carettah/debian/control b/p/carettah/debian/control
index f0e894d7c..f9323c310 100644
--- a/p/carettah/debian/control
+++ b/p/carettah/debian/control
@@ -25,7 +25,7 @@ Build-Depends: debhelper (>= 9),
libghc-highlighting-kate-prof,
libcwiid-dev
Standards-Version: 3.9.8
-Homepage: http://carettah.masterq.net/
+Homepage: https://github.com/master-q/carettah
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/carettah
Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git
@@ -34,8 +34,9 @@ Architecture: any
Section: misc
Depends: ${shlibs:Depends}, ${haskell:Depends}, ${misc:Depends}, fonts-noto-cjk
Description: presentation tool that renders Markdown
- A presentation tool written with Haskell, Carettah displays a new
- presentation when invoked like `carettah -n markdown.md`. It can
- be controlled by keyboard or Wiimote.
+ A presentation tool, Carettah generates new presentation boilerplate
+ and displays it when invoked like `carettah -n markdown.md`. You can
+ then edit the Markdown and hit 'r' to re-render.
+ It can be controlled by keyboard or Wiimote.
.
- It's a clone of Rabbit <http://rabbit-shockers.org/>.
+ It's a clone of the rabbit package, written in Haskell.