Merge lp:~alivema4ever/ubuntu/utopic/weechat/lp-1299347-fix into lp:ubuntu/utopic/weechat

Proposed by Alif M. Ahmad
Status: Rejected
Rejected by: Sebastien Bacher
Proposed branch: lp:~alivema4ever/ubuntu/utopic/weechat/lp-1299347-fix
Merge into: lp:ubuntu/utopic/weechat
Diff against target: 54 lines (+21/-3)
2 files modified
debian/changelog (+16/-0)
debian/control (+5/-3)
To merge this branch: bzr merge lp:~alivema4ever/ubuntu/utopic/weechat/lp-1299347-fix
Reviewer Review Type Date Requested Status
Dmitry Shachnev Disapprove
Ubuntu branches Pending
Review via email: mp+228421@code.launchpad.net

Description of the change

Upstream packaging (lp: #1299347)

To post a comment you must log in.
35. By Alif M. Ahmad

changed target from UNRELEASED to utopic

Revision history for this message
Dmitry Shachnev (mitya57) wrote :

You don't need to do anything to get weechat 0.4.3-4 in Utopic. It is already in -proposed, and will migrate to -release as soon as gnutls28 transition is finished.

See <http://people.canonical.com/~ubuntu-archive/proposed-migration/update_excuses.html#weechat>.

review: Disapprove

Unmerged revisions

35. By Alif M. Ahmad

changed target from UNRELEASED to utopic

34. By Alif M. Ahmad

* Updated debian/control to follow Ubuntu packaging standards.
* Upstream packaging (lp: #1299347)
* Fix FTBFS by adding a missing Build Depends on docbook-xml
  (Closes:#753166)
* Update libgnutls and libgcrypt Build Depends to libgnutls28-dev and
  libgcrypt20-dev (Closes: #753167)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2014-05-12 12:49:14 +0000
3+++ debian/changelog 2014-07-27 14:54:33 +0000
4@@ -1,3 +1,19 @@
5+weechat (0.4.3-4) utopic; urgency=medium
6+
7+ * Updated debian/control to follow Ubuntu packaging standards.
8+ * Upstream packaging (lp: #1299347)
9+
10+ -- Alif M. Ahmad <alivema4ever@gmail.com> Sun, 27 Jul 2014 07:44:26 -0400
11+
12+weechat (0.4.3-4) unstable; urgency=medium
13+
14+ * Fix FTBFS by adding a missing Build Depends on docbook-xml
15+ (Closes:#753166)
16+ * Update libgnutls and libgcrypt Build Depends to libgnutls28-dev and
17+ libgcrypt20-dev (Closes: #753167)
18+
19+ -- Emmanuel Bouthenot <kolter@debian.org> Wed, 02 Jul 2014 23:42:41 +0200
20+
21 weechat (0.4.3-3) unstable; urgency=medium
22
23 * Add patch (backported from upstream) to fix a FTBFS while building
24
25=== modified file 'debian/control'
26--- debian/control 2014-02-13 12:11:54 +0000
27+++ debian/control 2014-07-27 14:54:33 +0000
28@@ -1,12 +1,14 @@
29 Source: weechat
30 Section: net
31 Priority: optional
32-Maintainer: Emmanuel Bouthenot <kolter@debian.org>
33+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
34+XSBC-Original-Maintainer: Emmanuel Bouthenot <kolter@debian.org>
35 Build-Depends:
36 asciidoc (>= 8.5),
37 source-highlight,
38 xsltproc,
39 docbook-xsl,
40+ docbook-xml,
41 debhelper (>= 9),
42 cmake, pkg-config,
43 libncursesw5-dev,
44@@ -18,8 +20,8 @@
45 tcl8.5-dev,
46 # guile-2.0-dev,
47 libcurl4-gnutls-dev,
48- libgcrypt11-dev,
49- libgnutls-dev,
50+ libgcrypt20-dev,
51+ libgnutls28-dev,
52 zlib1g-dev
53 Standards-Version: 3.9.5
54 Homepage: http://weechat.org/

Subscribers

People subscribed via source and target branches

to all changes: