diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2015-05-05 23:29:31 +0100 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2015-05-05 23:29:31 +0100 |
commit | c68c24b04d2ec82e297392162e4cfc57ff6b5f11 (patch) | |
tree | c51be6e88abb48df378a48f7bfb9b565e0210d88 | |
parent | 2a1b8ad38b8bbf3b7f06bc856969deb9b3ef62a8 (diff) | |
download | figlet-c68c24b04d2ec82e297392162e4cfc57ff6b5f11.tar.gz |
debian/control: various fixes found by libconfig-model-dpkg-perl
Diffstat (limited to '')
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 9 |
2 files changed, 7 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index 0b1de0c..9f3c36c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,8 @@ figlet (2.2.5-3) UNRELEASED; urgency=low - * Update S-V to 3.9.4 + * Update S-V to 3.9.6 - No changes necessary + * debian/control: various fixes found by libconfig-model-dpkg-perl -- Jonathan McCrohan <jmccrohan@gmail.com> Tue, 18 Dec 2012 22:44:16 +0000 diff --git a/debian/control b/debian/control index aef98e6..2267309 100644 --- a/debian/control +++ b/debian/control @@ -3,15 +3,16 @@ Maintainer: Carlos Laviola <claviola@debian.org> Uploaders: Jonathan McCrohan <jmccrohan@gmail.com> Section: text Priority: optional -Standards-Version: 3.9.4 Build-Depends: debhelper (>= 9) -Vcs-Git: git://git.debian.org/git/collab-maint/figlet.git -Vcs-Browser: http://git.debian.org/?p=collab-maint/figlet.git +Standards-Version: 3.9.6 +Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/figlet.git +Vcs-Git: git://anonscm.debian.org/collab-maint/figlet.git Homepage: http://www.figlet.org/ Package: figlet Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, + ${misc:Depends} Description: Make large character ASCII banners out of ordinary text Figlet (Frank, Ian & Glenn's Letters) is a program that creates large characters out of ordinary screen characters. |