diff --git a/debian/control b/debian/control index 563e9f1..f588dac 100644 --- a/debian/control +++ b/debian/control @@ -5,15 +5,15 @@ Build-Depends: debhelper (>= 9), libncursesw5-dev, libtinfo-dev Standards-Version: 3.9.6 Homepage: https://github.com/visit1985/mdp -Vcs-Git: https://github.com/visit1985/mdp.git -Vcs-Browser: https://github.com/visit1985/mdp +Vcs-Git: git://anonscm.debian.org/collab-maint/mdp.git +Vcs-Browser: https://anonscm.debian.org/git/collab-maint/mdp.git Package: mdp Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libncursesw5 (>= 6) -Description: command-line based markdown presentation tool - 'mdp' is a command-line program that allows you to make elegant presentations - from markdown formatted files. +Description: command-line based Markdown presentation tool + mdp is a command-line program that allows you to make elegant presentations + from Markdown formatted files. . It is as easy as write your presentation content in the text editor of your preference and launch the presentation from the command-line. diff --git a/debian/watch b/debian/watch index bda4d96..d52e497 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=3 -opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/-$1\.tar\.gz/ \ +opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/mdp-$1\.tar\.gz/ \ https://github.com/visit1985/mdp/tags .*/?(\d\.\d.\d)\.tar\.gz