~ubuntu-branches/debian/experimental/nzbget/experimental

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Moog
  • Date: 2011-07-13 17:06:08 UTC
  • Revision ID: james.westby@ubuntu.com-20110713170608-or8tx83z2oiu2itm
Tags: 0.7.0-2
* debian/control:
  - point to updated gitweb location on alioth
  - update description (Closes: #627940)
* debian/rules:
  - build with libpar2 to enable automatic par-check/-repair
* debian/patches/link-order.patch:
  - Libraries in LDFLAGS cause issues with ld --as-needed, put them in
    LDADD instead.
  - build with dh-autoreconf due to changes to configure.ac
* debian/patches/ac_lang_source.patch:
  - Use AC_LANG_SOURCE macro to make sure configure is generated correctly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Section: net
3
3
Priority: extra
4
4
Maintainer: Andreas Moog <amoog@ubuntu.com>
5
 
Build-Depends: debhelper (>= 7.0.50~),
 
5
Build-Depends: debhelper (>= 8),
 
6
               dh-autoreconf,
6
7
               libgnutls-dev,
7
8
               libncurses5-dev,
 
9
               libpar2-0-dev,
 
10
               libsigc++-2.0-dev,
8
11
               libxml2-dev,
9
12
               pkg-config
10
13
Standards-Version: 3.9.2
11
14
Homepage: http://nzbget.sourceforge.net
12
 
Vcs-Git: git://git.debian.org/collab-maint/nzbget.git
13
 
Vcs-Browser: http://git.debian.org/?p=collab-maint/nzbget.git;a=summary
 
15
Vcs-Git: git://git.debian.org/git/collab-maint/nzbget.git
 
16
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/nzbget.git;a=summary
14
17
 
15
18
Package: nzbget
16
19
Architecture: any
17
20
Depends: ${misc:Depends}, ${shlibs:Depends}
18
21
Suggests: par2
19
22
Description: command-line based binary newsgrabber for nzb files
20
 
 NZBGet is a command-line based binary newsgrabber for nzb files, written in
21
 
 C++. Supports client/server mode, automatic par-check/-repair and web-
22
 
 interface (via additional package). Requires low system resources and runs
23
 
 great on routers and NAS-devices.
 
23
 NZBGet is a command-line based binary newsgrabber that uses nzb files as
 
24
 described in http://docs.newzbin.com/index.php/Newzbin:NZB_Specs, they are 
 
25
 commonly used to describe binaries posted in the Usenet that span multiple 
 
26
 posts.
 
27
 .
 
28
 nzbget can be run as a standalone tool, in client/server mode or as a daemon, 
 
29
 which makes it ideal to run on NAS-devices or routers. nzbget supports 
 
30
 automatic par-check/-repair can use scripts to postprocess downloaded files, 
 
31
 for example to stream them to an audio/video player.