[SCM] Debian packaging of Term-Title CPAN distribution branch, master, updated. 235ed7b9b4ca21e2511d59926b18cccac5cce69a

Marius Gavrilescu marius at ieval.ro
Sun Jun 23 21:10:22 UTC 2013


The following commit has been merged in the master branch:
commit 235ed7b9b4ca21e2511d59926b18cccac5cce69a
Author: Marius Gavrilescu <marius at ieval.ro>
Date:   Mon Jun 24 00:10:12 2013 +0300

    Fix descriptions and make testing automated

diff --git a/debian/changelog b/debian/changelog
index cf2c320..e020531 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,15 +1,5 @@
 libterm-title-perl (0.7-1) UNRELEASED; urgency=low
 
-  TODO:
-  - d/control:
-    + I like the short description in the ITP better than the current one :)
-    + long description: I'd remove the last sentence about Windows (not
-      relevant for a Debian package)
-  - d/rules: the test loops, waiting for a yes/no --> set AUTOMATED_TESTING
-      like:
-      override_dh_auto_test:
-      	AUTOMATED_TESTING=1 dh_auto_test
-
   * Initial Release (Closes: #713908).
 
  -- Marius Gavrilescu <marius at ieval.ro>  Sun, 23 Jun 2013 22:48:36 +0300
diff --git a/debian/control b/debian/control
index ac5dff2..ac79818 100644
--- a/debian/control
+++ b/debian/control
@@ -13,9 +13,8 @@ Homepage: http://metacpan.org/release/Term-Title/
 Package: libterm-title-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
-Description: Portable API to set the terminal titlebar
+Description: module for setting the terminal titlebar
  Term::Title provides an abstraction for setting the titlebar or the tab title
  across different types of terminals. For *nix terminals, it prints the
  appropriate escape sequences to set the terminal or tab title based on the
- value of $ENV{TERM}. On Windows, it uses Win32::Console to set the title
- directly.
+ value of $ENV{TERM}.
diff --git a/debian/rules b/debian/rules
index 2d33f6a..0bf1871 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,6 @@
 
 %:
 	dh $@
+
+override_dh_auto_test:
+	AUTOMATED_TESTING=1 dh_auto_test

-- 
Debian packaging of Term-Title CPAN distribution



More information about the Pkg-perl-cvs-commits mailing list