[SCM] Debian packaging of libanyevent-perl branch, master, updated. debian/7.040-1-19-g71b1c28

Xavier Guimard x.guimard at free.fr
Fri May 17 04:39:29 UTC 2013


The following commit has been merged in the master branch:
commit 71b1c283a6e7e67c5d414cfd878272b588b8e25d
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Fri May 17 06:39:16 2013 +0200

    Remove perl-tk and libglib-perl from deps as suggested by dod
    
    Thanks: dod

diff --git a/debian/changelog b/debian/changelog
index 474e228..cbcf52e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,15 +1,4 @@
-libanyevent-perl (7.040-2) UNRELEASED; urgency=low
-
-TODO (dod): re-think recommended and suggested dependencies.
-
-The end-user will not benefit from installing Tk.
-If the program that "use" AnyEvent does not "use" Tk, installing perl-tk will
-not change AnyEvents behavior. If Tk is "used" (as in "use Tk;"),
-AnyEvent will (more or less) cooperate with Tk event loop. I'm pretty sure
-that this also applies to other event loops like glib.
-
-I'm not sure I'd event "suggest" perl-tk. May be libglib-perl... Please
-contact me on #debian-perl if you have further questions.
+libanyevent-perl (7.040-2) unstable; urgency=low
 
   [ Salvatore Bonaccorso ]
   * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
@@ -23,11 +12,10 @@ contact me on #debian-perl if you have further questions.
   [ Xavier Guimard ]
   * Add patch to replace hardcoded die by a warn if
     IO::Async::Loop::AnyEvent is in use (Closes: #706453)
-  * Re-order dependencies to recommend one of libev-perl, libevent-perl,
-    libglib-perl or perl-tk
+  * Re-order dependencies to recommend one of libev-perl or libevent-perl
   * Update description to document Suggests (Closes: #705744)
 
- -- Xavier Guimard <x.guimard at free.fr>  Mon, 13 May 2013 11:29:47 +0200
+ -- Xavier Guimard <x.guimard at free.fr>  Fri, 17 May 2013 06:37:38 +0200
 
 libanyevent-perl (7.040-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 4646089..e39d6b4 100644
--- a/debian/control
+++ b/debian/control
@@ -33,17 +33,15 @@ Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends}
 Recommends: libasync-interrupt-perl,
-            libev-perl | libevent-perl | libglib-perl | perl-tk,
+            libev-perl | libevent-perl,
             libguard-perl
 Suggests: libev-perl,
           libevent-perl,
-          libglib-perl,
           libio-async-perl,
           libjson-perl | libjson-xs-perl,
           libnet-ssleay-perl,
           libpoe-perl,
-          libtask-weaken-perl,
-          perl-tk
+          libtask-weaken-perl
 Description: event loop framework with multiple implementations
  AnyEvent is not an event model itself, it only interfaces to whatever event
  model the main program happens to use, in a pragmatic way. For event models,

-- 
Debian packaging of libanyevent-perl



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