~ubuntu-branches/ubuntu/trusty/lottanzb/trusty

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Daniel Holbach
  • Date: 2011-02-21 07:47:30 UTC
  • mfrom: (7.1.1 natty)
  • Revision ID: daniel.holbach@canonical.com-20110221074730-9ozyhdic25bo6k2g
Tags: 0.6-1ubuntu1
* debian/lottanzb.install, debian/icons/*:
  + Add dark and light application icon for the panel menu.
* New upstream release.

* Switch to dpkg-source 3.0 (quilt) format.
* Use debhelper 7 instead of cdbs.
* Use dh_python2 instead of python-support.
* Delete superfluous debian/pyversions and debian/pycompat.

* debian/compat:
  + Bump to debhelper 7.
* debian/control:
  + Change Priority from extra to optional.
  + Replace XS-Python-Version with X-Python-Version and bump it to >= 2.6.
  + Remove cdbs and python-support from Build-Depends.
  + Bump debhelper to >= 7.0.50~ in Build-Depends.
  + Bump python to >= 2.6.6-3 in Build-Depends.
  + Remove python-kiwi, hellanzb and python from Depends.
  + Add python-configobj to Depends.
  + Bump python-gtk2 to >= 2.16 in Depends.
  + Bump yelp to >= 2.30 in Recommends for Mallard support.
  + Add python-apt and apturl to Recommends.
  + Add sabnzbdplus to Suggests.
  + Replace hellanzb with sabnzbdplus in Enhances.
  + Update Description.
* debian/copyright:
  + Make it machine-interpretable according to DEP-5.
  + Remove information for Kiwi code.
  + Update information for help/*.
  + Add information for lottanzb/backend/interface/multipart_post_handler.py.
* debian/lottanzb.lintian-overrides:
  + Override extra-license-file warning for documentation files.
* debian/lottanzb.menu:
  + Update application title.
* debian/patches/lock-file-name.patch:
  + Delete because fixed upstream.
* debian/rules:
  + Install into private directory /usr/share/lottanzb.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: lottanzb
2
2
Section: net
3
 
Priority: extra
4
 
Maintainer: Severin Heiniger <severinheiniger@gmail.com>
 
3
Priority: optional
 
4
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
 
5
XSBC-Original-Maintainer: Severin Heiniger <severinheiniger@gmail.com>
5
6
Uploaders: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
6
 
Build-Depends: cdbs, debhelper (>= 5.0.51~), python, python-support
 
7
Build-Depends: debhelper (>= 7.0.50~), python (>= 2.6.6-3)
7
8
Build-Depends-Indep: intltool
8
9
Standards-Version: 3.9.1
9
10
Vcs-Svn: svn://svn.debian.org/python-apps/packages/lottanzb/trunk/
10
11
Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/lottanzb/trunk
11
12
Homepage: http://www.lottanzb.org/
12
 
XS-Python-Version: >= 2.5
 
13
X-Python-Version: >= 2.6
13
14
 
14
15
Package: lottanzb
15
16
Architecture: all
16
 
Depends: ${python:Depends}, ${misc:Depends}, hellanzb (>= 0.13), python (>= 2.5), python-gtk2 (>= 2.14), python-kiwi (>= 1.9.9)
17
 
Recommends: python-openssl, python-gnome2, yelp
18
 
Enhances: hellanzb
 
17
Depends: ${python:Depends}, ${misc:Depends}, python-gtk2 (>= 2.16), python-configobj
 
18
Recommends: python-gnome2, yelp (>= 2.30), python-apt (>= 0.6.13), apturl, python-openssl
 
19
Suggests: sabnzbdplus (>= 0.5.2)
 
20
Enhances: sabnzbdplus
19
21
Description: simple and automated Usenet downloader for Newzbin (NZB) files
20
 
 LottaNZB aims to simplify and automate the download of binary news from the
21
 
 Usenet, a world-wide internet discussion system. You can tell LottaNZB what
22
 
 to download using NZB files, which are created by many Usenet search engines.
23
 
 LottaNZB integrates nicely with GNOME desktops, but is not limited to them
24
 
 and uses the mature HellaNZB software as its foundation.
 
22
 LottaNZB aims to simplify and automate the download of files from the Usenet.
 
23
 You can tell LottaNZB what to download using NZB files, which are created
 
24
 by many Usenet search engines. LottaNZB integrates nicely with GNOME desktops,
 
25
 but is not limited to them and uses the mature SABnzbd software as its
 
26
 foundation.