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

« back to all changes in this revision

Viewing changes to debian/changelog

  • 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:
 
1
nzbget (0.7.0-2) unstable; urgency=low
 
2
 
 
3
  * debian/control:
 
4
    - point to updated gitweb location on alioth
 
5
    - update description (Closes: #627940)
 
6
  * debian/rules:
 
7
    - build with libpar2 to enable automatic par-check/-repair
 
8
  * debian/patches/link-order.patch:
 
9
    - Libraries in LDFLAGS cause issues with ld --as-needed, put them in
 
10
      LDADD instead.
 
11
    - build with dh-autoreconf due to changes to configure.ac
 
12
  * debian/patches/ac_lang_source.patch:
 
13
    - Use AC_LANG_SOURCE macro to make sure configure is generated correctly.
 
14
 
 
15
 -- Andreas Moog <amoog@ubuntu.com>  Wed, 13 Jul 2011 17:06:08 +0200
 
16
 
1
17
nzbget (0.7.0-1) unstable; urgency=low
2
18
 
3
19
  * Initial release (Closes: #624381)