[Python-apps-commits] r4094 - in packages/lottanzb/trunk/debian (changelog control)

lantash-guest at users.alioth.debian.org lantash-guest at users.alioth.debian.org
Tue Nov 10 17:56:08 UTC 2009


    Date: Tuesday, November 10, 2009 @ 17:56:07
  Author: lantash-guest
Revision: 4094

Remove unrar dependency. Fixes #523851.

Modified:
  packages/lottanzb/trunk/debian/changelog
  packages/lottanzb/trunk/debian/control

Modified: packages/lottanzb/trunk/debian/changelog
===================================================================
--- packages/lottanzb/trunk/debian/changelog	2009-11-09 21:25:12 UTC (rev 4093)
+++ packages/lottanzb/trunk/debian/changelog	2009-11-10 17:56:07 UTC (rev 4094)
@@ -12,10 +12,8 @@
     + Remove python-openssl from Recommends as it's already part
       of hellanzb's Depends.
     + Minor description update based on README.
-    + Move to contrib/net section because of the unrar dependency.
-      hellanzb doesn't depend on unrar but crashes without it due
-      to a bug. As a temporary solution, unrar has been added to
-      lottanzb's Depends (Closes #523851).
+    + Remove unrar from Depends to prevent the package from being
+      moved from main to contrib (Closes #523851).
   * debian/copyright:
     + Add lottanzb/external/builderloader.py copyright notice.
   * debian/rules:

Modified: packages/lottanzb/trunk/debian/control
===================================================================
--- packages/lottanzb/trunk/debian/control	2009-11-09 21:25:12 UTC (rev 4093)
+++ packages/lottanzb/trunk/debian/control	2009-11-10 17:56:07 UTC (rev 4094)
@@ -1,5 +1,5 @@
 Source: lottanzb
-Section: contrib/net
+Section: net
 Priority: extra
 Maintainer: Severin Heiniger <severinheiniger at gmail.com>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
@@ -13,7 +13,7 @@
 
 Package: lottanzb
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, hellanzb (>= 0.13), python (>= 2.5) | python-elementtree, python-gtk2 (>= 2.14), unrar, python-kiwi (>= 1.9.9)
+Depends: ${python:Depends}, ${misc:Depends}, hellanzb (>= 0.13), python (>= 2.5) | python-elementtree, python-gtk2 (>= 2.14), python-kiwi (>= 1.9.9)
 Enhances: hellanzb
 Description: simple and automated Usenet downloader for Newzbin (NZB) files
  LottaNZB aims to simplify and automate the download of binary news from the




More information about the Python-apps-commits mailing list