Merge lp:~logan/ubuntu/raring/swi-prolog/debian-merge into lp:ubuntu/raring/swi-prolog

Proposed by Logan Rosen
Status: Merged
Merged at revision: 24
Proposed branch: lp:~logan/ubuntu/raring/swi-prolog/debian-merge
Merge into: lp:ubuntu/raring/swi-prolog
Diff against target: 96 lines (+26/-6)
3 files modified
debian/changelog (+24/-0)
debian/control (+1/-5)
debian/gbp.conf (+1/-1)
To merge this branch: bzr merge lp:~logan/ubuntu/raring/swi-prolog/debian-merge
Reviewer Review Type Date Requested Status
Daniel Holbach (community) Approve
Ubuntu branches Pending
Review via email: mp+140596@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Daniel Holbach (dholbach) wrote :

Good work! :)

review: Approve

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 2012-08-08 16:51:24 +0000
3+++ debian/changelog 2012-12-19 07:25:26 +0000
4@@ -1,3 +1,27 @@
5+swi-prolog (5.10.4-4ubuntu1) raring; urgency=low
6+
7+ * Merge from Debian unstable. Remaining changes:
8+ - Transition package to use default java implementation:
9+ + debian/control: BD on default-jdk instead of openjdk-6-jdk, switch
10+ primary runtime dependency to default-jre-headless.
11+ + debian/patches/java-compat.patch: Set source/target = 1.5 to ensure
12+ that backwards compatible bytecode is built.
13+ * Dropped changes:
14+ - Add Pre-Depends on dpkg (>= 1.15.6) for xz debs; this diff was only
15+ needed until after the 12.04 LTS.
16+
17+ -- Logan Rosen <logatronico@gmail.com> Wed, 19 Dec 2012 00:28:22 -0500
18+
19+swi-prolog (5.10.4-4) unstable; urgency=medium
20+
21+ * Build-conflict with libncursesw5-dev, so it will not be used during build
22+ instead of lincurses5-dev. This should make dependencies of swi-prolog-nox
23+ consistent across architectures (closes: #689583)
24+ * debian/gbp.conf - change debian-branch to wheezy-updates
25+ * Urgency medium because of fix for an RC bug
26+
27+ -- Євгеній Мещеряков <eugen@debian.org> Mon, 08 Oct 2012 21:54:54 +0200
28+
29 swi-prolog (5.10.4-3ubuntu2) quantal; urgency=low
30
31 * Transition package to use default java implementation:
32
33=== modified file 'debian/control'
34--- debian/control 2012-08-08 16:51:24 +0000
35+++ debian/control 2012-12-19 07:25:26 +0000
36@@ -4,6 +4,7 @@
37 Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
38 XSBC-Original-Maintainer: Євгеній Мещеряков <eugen@debian.org>
39 Build-Depends: debhelper (>= 5), autoconf, autotools-dev, libncurses5-dev, libreadline-dev, libgmp-dev, libjpeg-dev, libx11-dev, libxpm-dev, libxt-dev, x11proto-core-dev, chrpath, unixodbc-dev, default-jdk [alpha amd64 armel i386 ia64 mips mipsel powerpc s390 sparc], libxft-dev, libxext-dev, libice-dev, libxinerama-dev
40+Build-Conflicts: libncursesw5-dev
41 Standards-Version: 3.9.2
42 XS-Debian-Vcs-Git: git://anonscm.debian.org/collab-maint/swi-prolog.git
43 XS-Debian-Vcs-Browser: http://anonscm.debian.org/git/collab-maint/swi-prolog.git
44@@ -11,7 +12,6 @@
45
46 Package: swi-prolog
47 Architecture: any
48-Pre-Depends: dpkg (>= 1.15.6)
49 Depends: ${misc:Depends}, swi-prolog-nox (= ${binary:Version}), swi-prolog-x (= ${binary:Version})
50 Suggests: swi-prolog-doc, prolog-el
51 Description: ISO/Edinburgh-style Prolog interpreter
52@@ -31,7 +31,6 @@
53
54 Package: swi-prolog-nox
55 Architecture: any
56-Pre-Depends: dpkg (>= 1.15.6)
57 Depends: ${shlibs:Depends}, ${misc:Depends}, libgmp3-dev, libreadline-dev, libncurses5-dev
58 Replaces: swi-prolog-clib, swi-prolog-http, swi-prolog-semweb, swi-prolog-sgml, swi-prolog-table
59 Breaks: swi-prolog (<< 5.8.2-1)
60@@ -55,7 +54,6 @@
61
62 Package: swi-prolog-x
63 Architecture: any
64-Pre-Depends: dpkg (>= 1.15.6)
65 Depends: ${shlibs:Depends}, swi-prolog-nox (= ${binary:Version}), ${misc:Depends}
66 Replaces: swi-prolog-xpce
67 Description: User interface library for SWI-Prolog (with X support)
68@@ -79,7 +77,6 @@
69
70 Package: swi-prolog-java
71 Architecture: alpha amd64 armel i386 ia64 mips mipsel powerpc s390 sparc
72-Pre-Depends: dpkg (>= 1.15.6)
73 Depends: ${shlibs:Depends}, swi-prolog-nox (= ${binary:Version}), ${misc:Depends}, default-jre-headless | java2-runtime
74 Description: Bidirectional interface between SWI-Prolog and Java
75 SWI-Prolog is a fast and powerful ISO/Edinburgh-style Prolog compiler with a
76@@ -101,7 +98,6 @@
77
78 Package: swi-prolog-odbc
79 Architecture: any
80-Pre-Depends: dpkg (>= 1.15.6)
81 Depends: ${shlibs:Depends}, swi-prolog-nox (= ${binary:Version}), ${misc:Depends}
82 Description: ODBC library for SWI-Prolog
83 SWI-Prolog is a fast and powerful ISO/Edinburgh-style Prolog compiler with a
84
85=== modified file 'debian/gbp.conf'
86--- debian/gbp.conf 2011-12-15 23:44:28 +0000
87+++ debian/gbp.conf 2012-12-19 07:25:26 +0000
88@@ -4,7 +4,7 @@
89 # the default branch for upstream sources:
90 upstream-branch = upstream
91 # the default branch for the debian patch:
92-debian-branch = master
93+debian-branch = wheezy-updates
94 # the default tag formats used:
95 upstream-tag = upstream/%(version)s
96 debian-tag = debian/%(version)s

Subscribers

People subscribed via source and target branches

to all changes: