summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schlichting <fschlich@zedat.fu-berlin.de>2012-03-04 19:50:43 +0100
committerFlorian Schlichting <fschlich@zedat.fu-berlin.de>2012-03-04 19:50:43 +0100
commitb42f211bd602951f1edfa2c638c20273bd6a08d5 (patch)
tree7af88147a410c04d40dcae90803702c66854f015
parent9f5cd7012600c19fbe8b0721ef506a53c178a6ad (diff)
Expanded long description by a few lines
-rw-r--r--debian/changelog1
-rw-r--r--debian/control4
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 29ad483..258e118 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -27,6 +27,7 @@ libterm-size-perl (0.207-1) UNRELEASED; urgency=low
* Bumped debhelper compatibility to 9 (use hardening flags).
* Switched to short debian/rules.
* Added build-dependency on libtest-pod-perl to enable t/99_pod.t.
+ * Expanded long description by a few lines.
-- Damyan Ivanov <dmn@debian.org> Mon, 01 Dec 2008 10:47:56 +0200
diff --git a/debian/control b/debian/control
index bfdf90b..3cac009 100644
--- a/debian/control
+++ b/debian/control
@@ -16,4 +16,6 @@ Architecture: any
Depends: ${perl:Depends}, ${misc:Depends}, ${shlibs:Depends}
Description: Perl extension for retrieving terminal size
Term::Size is a Perl module which provides a straightforward way to
- retrieve the terminal size.
+ retrieve the terminal size, either as characters or pixels.
+ Optionally, a file handle may be specified to retrieve the width and
+ height of the associated terminal.